Html Basic Tags with Example

Posted On September 27th, 2022

Array

In this section, we’ll look at a list of HTML tags with examples. The article includes a table that lists all of the HTML tags. Clicking on any of the tags, for example, will take you to its detailed description.

1. Basic HTML Tags List Used in Coding

TagDescription
<!DOCTYPE>start document type
<html>This is root of HTML document
<head>It defines the HTML document’s head, which contains non-visible data such as metadata and other information.
<body>the body of a webpage that contains everything visible on the page
<h1> to <h6>This is a collection of heading tags that are used to create headings on a webpage.
<p>It defines a paragraph on a website.
<!–…–>It’s used to add comments to HTML documents.
<br>It indicates a line break.
<hr>To add a horizontal line in a webpage

2. HTML Doctype

Doctype is a declaration of the document type to the browser. It is visible at the top of the HTML document.

It informs the browser about the HTML standard or markup language type. Although it is not required, it is a W3C recommendation. !DOCTYPE html> as an example

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <title>HTML - doctype tag</title>
</head>

<body>
  <p>Doctype is used to declare type of markup language used.</p>
</body>

</html>

    Popular Tags :


Leave a Comment :

STAFF'S PICKS &

Related Posts

Top 5 Languages to Learn for Global Business Opportunities in 2025 | See is your language there |

Top 5 Languages to Learn for Global Business Opportunities in 2025 | See is your language there |

Posted on June 26th, 2025

If you want to grow your career, earn more, and work with people around the world, learning a new language is a smart step. It helps you build better...

Read More
Grand Theft Auto 6 The Ultimate Guide Release Date Price

Grand Theft Auto 6 The Ultimate Guide Release Date Price

Posted on June 23rd, 2025

🎮 Official Announcement & Release Date 📅 Confirmed Launch Window Rockstar officially announced GTA 6 in February 2022, ending a decade of speculation. The first trailer dropped on December 4, 2023, confirming: 🖥️...

Read More
Top 5 Indian Foods You Must Try

Top 5 Indian Foods You Must Try

Posted on June 20th, 2025

India is a land of flavors — a culinary treasure chest bursting with spices, traditions, and regional specialties. Whether you’re a India is a place made up of flavors...

Read More
5 Life changing AI tools of 2025

5 Life changing AI tools of 2025

Posted on June 11th, 2025

Artificial Intelligence (AI) used to sound like something from a sci-fi movie. But today, it’s as real and common as your smartphone. Whether you’re a student, business owner, freelancer,...

Read More
Register Now and Get Paid for your great content. shareasale.com.

Stay Updated

Stay Updated By Subscribe Our List, Get New Blogs Notifications and Stay Updated with World

Stay Updated