Types of Headings:

This is a Heading 1

This is a Heading 2

This is a Heading 3

This is a Heading 4

This is a Heading 5
This is a Heading 6

This is a paragraph. It contains some text to demonstrate how paragraphs work in HTML. You can have multiple sentences in a paragraph, and it will automatically wrap the text to fit the width of the container.

use of horizontal rule (hr) tag is


to create a thematic break or a horizontal line to separate content on the page.


Here is another paragraph. You can also include bold and italic text within a paragraph to emphasize certain words or phrases.

use of break (br) tag is
to break the line in between.

  1. This is an ordered list item 1
  2. This is an ordered list item 2
  3. This is an ordered list item 3

The Anchor Tag (a)

What it is: The Anchor tag is what makes the web "hypertext." It is used to create a hyperlink to another webpage, a file, or a location within the same page.

The Tag: 

The Purpose: To make text (or an image) clickable, allowing users to navigate. It requires an attribute called href (hypertext reference) to specify the destination URL.

This is a link to Example.com

The Image Tag (img)

What it is: The Image tag is a **self-closing tag** used to embed an image onto your page.

The Tag: 

The Purpose: To display a visual image. It requires two main attributes:

Placeholder Image