🌐
Devpractical
devpractical.com › how-many-html-tags
How many HTML tags are there in HTML[Answered] · DevPractical
There are 142 and 132 HTML tags according to Mozilla Developer Network(MDN) and HTML.com respectively. I looked at all the major websites that list HTML tags...
🌐
Techaltum
tutorial.techaltum.com › htmlTags.html
HTML Tags List & Guide (2025) - Complete Reference with Examples
July 17, 2025 - HTML Tags are the building blocks of a webpage. Tags are used to add content into HTML, like text, headings, table, list links etc. Tags along with attributes are core components of HTML. The latest version of HTML, i.e HTML5 includes 145 tags.
Discussions

Newbie here - Do you remember all the html tags or how do you find the tag that you need but don't remember/don't know it exist?
Just put divs everywhere /s In all seriousness, it’ll come with time. When I was in school, I had a prof who drilled semantic HTML into our brains lol More on reddit.com
🌐 r/Frontend
27
19
October 7, 2022
Newbie here - Do you remember all the html tags or how ...
🌐 r/Frontend
Microsoft released POML : Markup Programing Language for Prompt Engineering
Silence, Microsoft is discovering XML. How horrible. Please No. More on reddit.com
🌐 r/LocalLLaMA
40
45
June 13, 2025
Stop using so many divs! An intro to semantic HTML

"stop using tables! Use divs!"

"Stop using divs! Use html5!"

"Stop using html5! Use ???"

More on reddit.com
🌐 r/webdev
140
855
February 19, 2018
People also ask

What are HTML tags?
HTML tags are the fundamental building blocks of web pages. They define the structure and content of a webpage, allowing browsers to display text, images, links, and other elements properly.
🌐
tutorial.techaltum.com
tutorial.techaltum.com › htmlTags.html
HTML Tags List & Guide (2025) - Complete Reference with Examples
What Are 30 HTML Tags?
Thirty basic HTML tags include headings (h1 to h6), p, a, img, div, span, lists (ul, ol, li), table tags, form tags, and semantic tags like header, footer, and section. These are the foundational elements used in most websites today.
🌐
pwskills.com
pwskills.com › blog › web development › list of all html tags you’ll find as a web developer!
List Of All HTML Tags You’ll Find As A Web Developer!
What Are the 100 Html Tags?
There are around 100+ commonly used HTML tags that help structure webpages, format text, embed multimedia, create forms, and define page layout. These tags include headings, paragraphs, images, links, tables, lists, semantic elements, and interactive HTML5 tags. Each tag has a specific purpose in webpage design and development.
🌐
pwskills.com
pwskills.com › blog › web development › list of all html tags you’ll find as a web developer!
List Of All HTML Tags You’ll Find As A Web Developer!
🌐
Codedamn
codedamn.com › news › frontend
How many tags are there in HTML?
June 15, 2023 - In this example, the <button> element is an inline-block element, as it is placed within the existing text and has a specified width and height. ... A: There is no exact number of HTML tags, as new tags are introduced, and old ones are deprecated ...
🌐
Quora
quora.com › How-many-HTML-tags-are-there
How many HTML tags are there? - Quora
That number changes as the standard evolves. HTML5 (W3C snapshot/common reference): roughly 100–120 standard elements (elements like html, head, body, div, p, a, img, script, template, slot, dialog, picture, sour ...
🌐
Conquercoding
conquercoding.com › how-many-tags-are-in-html
How Many Tags Are in HTML? – CONQUER CODING
February 6, 2026 - There are ~110 tags in HTML, excluding the 30 or so deprecated and obsolete ones. Many of the usable tags aren’t necessary or required for simple websites, but an HTML code or document must have the main root, head, metadata, and sectioning, including content.
🌐
YouTube
youtube.com › watch
✅ How Many Tags Are There in HTML? | [ HTML Question & Answer ] - YouTube
If you are curious about How Many Tags Are There in HTML? You will have the answer in this lecture!
Published   April 6, 2021
🌐
Quora
quora.com › How-many-tags-are-in-html5
How many tags are in html5? - Quora
Answer (1 of 7): Thanks for A2A! Below is a list of all html5 tags. W3C is the principle organization that sets standards for HTML. While I like what they are doing with HTML5, W3C's site is next to impossible to navigate and their language tangled at best. However, they are the powers that be. ...
Find elsewhere
🌐
GeeksforGeeks
geeksforgeeks.org › html › html-tags-a-to-z-list
HTML Tags - A to Z List - GeeksforGeeks
February 21, 2026 - HTML tags are the building blocks of web pages, used to structure and format content. They guide browsers on how to display text, images, links, and other media. Some tags, like <img> and <br>, are self-closing. Essential tags include <!DOCTYPE html>, <html>, <head>, and <body>.
🌐
PW Skills
pwskills.com › blog › web development › list of all html tags you’ll find as a web developer!
List Of All HTML Tags You’ll Find As A Web Developer!
October 30, 2025 - HTML Tags List includes the core building blocks of web pages, such as headings (<h1> to <h6>), paragraphs (<p>), links (<a>), images (<img>), lists (<ul>, <ol>, <li>), tables (<table>), and many more for structuring content.
🌐
Quora
quora.com › How-many-types-of-HTML-tags-are-there
How many types of HTML tags are there? - Quora
For current modern web development, treat HTML as a set of roughly 110–120 standardized elements, grouped by functional categories (document structure, phrasing, embedded content, forms, tables, interactive, metadata, and void vs paired behavior).
🌐
Huda Tutorials
hudatutorials.com › html5 › html5-tags
List of all HTML5 Tags/Elements - Huda Tutorials
September 3, 2021 - There are approximately 110 tags in HTML5. There are 32 tags which are newly introduced in HTML5. The following section contains a brief overview of HTML5 Tags. The following list of all HTML5 tags or elements given order by alphabet.
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › HTML › Reference › Elements
HTML elements reference - MDN Web Docs - Mozilla
February 6, 2026 - This page lists all the HTML elements, which are created using tags. They are grouped by function to help you find what you have in mind easily.
🌐
Eastman Reference
eastmanreference.com › complete-list-of-html-tags
Complete List of HTML Tags
February 24, 2025 - A pretty much complete although still pretty basic list of HTML tags in alphabetical order from a to wbr.
🌐
Brainly
brainly.in › computer science › secondary school
How many tags in HTML - Brainly.in
June 11, 2025 - there are 5 tags in HTML....... pinkikuity pinkikuity · Answer: Basic Tags (around 40-50) 1. Structural tags: `html`, `head`, `body`, `title`, etc. 2. Headings: `h1`, `h2`, `h3`, `h4`, `h5`, `h6` 3. Paragraphs: `p` 4. Links: `a` 5. Images: ...
🌐
Quora
basichtml.quora.com › How-many-total-tags-in-HTML-1
How many total tags in HTML? - Basic HTML - Quora
Answer: As of my knowledge cut-off, there are over 100 different HTML tags defined in the HTML5 specification.
🌐
Way2tutorial
way2tutorial.com › html › tag › index.php
All HTML Tags List
Following all HTML tags list with description alphabetically listed. ... NEW - New tag introduce in HTML5 REMOVE - Not Support in HTML5 NEW/REMOVE - New Tag introduce in HTML5, But now yet support in HTML5
🌐
Uw
projects.accesscomputing.uw.edu › webd2 › student › unit2 › common_tags.html
Unit 2: Common HTML Tags
In HTML5, the DOCTYPE declaration is much simpler: ... Common HTML tags are presented below, organized into four tables based on their purpose. The first table includes tags that control the overall structure of the web page. The second and third tables include tags that mark up the majority of web page content.
🌐
RemotePlatz
remoteplatz.com › en › blog › html-tags-list-and-their-functions
Complete HTML Tags List and Their Functions – A to Z List | RemotePlatz.com
HTML provides three types of list tags: ordered lists (<ol>), unordered lists (<ul>), and definition lists (<dl>). Ordered lists display items in a sequential, numbered format, ideal for steps or ranked information.
🌐
Reddit
reddit.com › r/frontend › newbie here - do you remember all the html tags or how do you find the tag that you need but don't remember/don't know it exist?
r/Frontend on Reddit: Newbie here - Do you remember all the html tags or how do you find the tag that you need but don't remember/don't know it exist?
October 7, 2022 -

Hey everyone! I'm learning web dev on my own and I see that there are a lot of tags, I want to use semantic tags whenever I want/can because I already understand their importance so I know that it's quite hard to forget tags like <code> and others that are important, but when you have a piece of text that has a certain type of content, what do you do to know if there's an specific tag for that content? An option could be to scroll trough all the html tags available and see if one of them fits the type of information that you are using in that section of the webpage but that could be time consuming, the other option would be not using a tag at all. What do you in those cases?

I know that what is important is to remember that sth exists, not the syntaxis, so if I need to write code in my web page and don't remember the tag for code I could google "html tag for code" and I would know which one to use, but I'm talking of a context when you don't even know if a tag for that type of content exist.

Thanks in advance!