Lab 1
Lab 1
Design the following static web pages required for an online bookstore website
HOME PAGE:
The static home page must contain three frames.
Top frame: Logo and the college name and links to Homepage, Login page,
Registrationpage, Catalogue page and Cart page (the description of these pages will be
given below).
For example: When you click the link “CSE” the catalogue for CSE Books should be
displayedinthe Right frame. Right frame: The pages to the links in the left frame must be loaded
here. Initiallythis page contains description of the web site.
THEORY
One HTML file index.html provides the structure of the whole website and the CSS file style.cssgives
designs to each element of the website.
To embed an image in an HTML page, <img> tag is used. This tag is empty and contains only attributes,
with no closing tag. The two required attribute for the <img> tag are src, which specifies the path to the
image, and alt, which provides alternate text for the image if it cannot be displayed.
In HTML, headings are used to define titles or subtitles on a webpage, which are important for
both the page structure and for search engine indexing. They range from <h1> to <h6>, with
<h1> being the most important and largest, and <h6> being the least important and smallest.
OUTPUT