Home > Article > Web Front-end > What are the tags in html?
HTML tags are code elements that define the structure and content of web pages. Common types include structure tags (html, head, body), text tags (title, paragraph, bold, italics, hyperlinks), list tags ( Unordered list, ordered list), table tags (table, header, table body, table rows, table data), image tags (images), form tags (forms, input fields, drop-down lists, buttons) and other commonly used tags (Block elements, inline elements, metadata information, web page titles).
<strong>HTML tag overview
<strong>What are HTML tags?
HTML tags are code elements used to define the structure and content of a web page.
<strong>Commonly used HTML tags
<strong>Structural tags
Define web pages The root element
contains the page title and metadata
contains the visual content of the page
Text tag<strong>
<h6>
Define title
<strong>
Define bold text
<em>
Define italic text
<strong>
## define unordered lists and ordered lists
Define list items
<strong>#