Table of Contents
Assignment – 1
- Create an HTML web page that displays information about yourself using different heading tags, paragraphs in different colors, styles & size of fonts in minimum 10 lines.
- Create an HTML web page that displays name of Search Engines in ordered list format & name of web browsers in unordered list format.
- Create an HTML web page that shows all the text formatting tags.
- Create three HTML web pages (first for HTML, second for CSS and third for JavaScript ) which are connected with each other using links.
- Create an HTML web page which have one image with all necessary attributes. When we click on an image, it will open another web page.
Assignment – 2
- Create an HTML webpage that displays images inside table of 4 rows & 3 columns (Image Per Cell) with cellpadding and cellspacing attributes.
- Create an HTML webpage that displays a form with following elements : First Name, Last Name, Gender, Subject of interest, Language known, Date of Birth(dd-mm-yyyy), Contact No., Address, Pin code, State, Country with reset & submit in tabular format.
- Design an HTML login form with username, password, submit & reset in tabular format.
- Create an HTML webpage that displays following output using frameset & frame tag.