the html tag declares the web page to be written in html
This is the web page title
This is the h1 tag, it signifies the main heading
This is h2, it signifies the second level heading
and it goes
all the
way to
h6
This is a paragraph
The strong tag makes text bold
The em tag ephesises text. It displays text in italic
The hr tag inserts a horizontal line
This is a div tag, it defines division or a section
This is an anchor tag, it defines a hyperlink with the help of the href attribute
This is an image tag which allows you to add images to your website with the help of the src attribute
- this is
- an unordered list
- which displays text
- in bullet points>
- this is
- and ordered list
- which displays text
- in numerical order
This is a table tag, it is used to define a table
This represents table row within a table
| This is |
for header |
cells in table |
this is table data |
Provides title or caption for table