Revision Guide- HTML
Revision Guide- HTML
What is HTML? HTML stands for HyperText Markup Language. It is the standard language
used to create web pages and websites.
• <h1> to <h6>: Headings (from largest to smallest). HTML provides six levels of
heading tags used to define headings and subheadings on a webpage.
IMAGE Tag:
Tables-
The <table> tag in HTML is used to display data in rows and columns.
Structure of a table
Common Tips:
Bgcolor attribute is used to sets the background color: Following code will set the color to
blue.