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
Steps:
- Create a table using table tag.
- By using colspan option modify the structure of table according to the above image.
- Fill the required cell with appropriate colors using background-color option and kept border color as black.
- Enter the text according to input image and make changes on font-family and alignment.
- Remove the cellspacing and kept appropiate padding.