Friday, June 29, 2018

Style Sheet (CSS)

CSS (Cascade Style Sheet) is use to decorate a web page. It is the look and feel of a website or web application. In this application we use very simple set of styles defined in style.css file. This is mostly CSS 2.0 standard and the latest one is CSS 3.0 standard. /* CSS Document */ body{ font-family:Verdana,...

Login Page

index.php file is the main file of a web base system or a website. It is called the index file because when we visit to the application, this is the first file loads in to the browser. In general practice, it says every site must have an index file. The name "index" or "default" is served as the...

Thursday, June 28, 2018