Defines the header section that contains all the header content in a table.
<tbody>
Defines the body section that contains all the body content in a table.
<tfoot>
Defines the footer section that contains all the footer content in a table.
<col>
Specifies column properties for each column within a <colgroup> element
<colgroup>
Specifies a group of one or more columns in a table for formatting
Semantic Tags in HTML
Tag
Description
<header>
Defines a header section for a document.
<footer>
Defines a footer section for a document.
<main>
Defines the main content of the document.
<section>
Defines a section for a document.
<article>
Defines an article for a document.
<aside>
Defines a content section aside from the page content.
<details>
Defines additional details for a document that the user can hide or view.
<dialog>
Defines a dialog box or window for a document.
<summary>
Defines a visible heading for <details> tag in a document.
<data>
Adds a machine-readable language for the given content.
Formatting Tags in HTML
Tag
Description
<div>
Defines a block section in a document.
<span>
Defines an inline section in a document.
<b>
Defines that the text is bold.
<abbr>
Defines an abbreviation in the document.
<address>
Defines the information of the author/owner of a document/article in HTML.
<code>
Defines that the given content is computer code.
<em>
Defines that the text is emphasized.
<mark>
Defines marked text in a document.
<pre>
Defines preformatted text in a document.
<small>
Defines that the text is smaller than the default.
<q>
Defines a short quotation in a document.
<strong>
Defines that the text is important.
<sub>
Defines that the text is subscripted.
<sup>
Defines that the text is superscripted.
<template>
Defines a section for the content that will be hidden when the page loads.
<time>
Defines a specific time or date-time in a document.
<u>
Defines text that is styled differently from normal text.
<var>
Defines a variable in a document.
<wbr>
Defines that a line-break is possible.
Meta Tags in HTML
Tag
Description
<head>
Defines the information about the document.
<meta>
Defines metadata of an HTML document.
<base>
Defines the base URL for all relative URLs in a document.
Hope this article will guide you to recognize all the HTML tags you needed and still if you have any problems or queries regarding this, post them in the comments section and we will be glad to assist you.
Pingback: Tag in HTML -III | Web Development - Developers Dome