Menu Bar

Class about HTML,CSS and JavaScript

  • Tag
  • Opening Tag
  • Closing Tag
  • Element
  • How to save a HTML document
  • Save as .html or .htm
  • Accessing HTML document from local
  • Kept HTML document from server
  • Accessing HTML document from server
  • Hosting a website
  • Deployment
  • Hello world program in Notepad, Notepad++ and Editplus

Task:1

Write a code to display this below image in your browser.


Steps:

  1. Create a table using table tag.
  2. By using colspan option modify the structure of table according to the above image.
  3. Fill the required cell with appropriate colors using background-color option and kept border color as black.
  4. Enter the text according to input image and make changes on font-family and alignment.
  5. Remove the cellspacing and kept appropiate padding.

Code:



Output: