HTML Tags
HTML Tags
HTML tags are like keywords that define that how a web browser will format and display the content. With the help of tags, a web browser can distinguish between HTML content and simple content. HTML tags contain three main parts: an opening tag, content, and closing tag. But some HTML tags are unclosed tags.
When a web browser reads an HTML document, the browser reads it from top to bottom and left to right. HTML tags are used to create HTML documents and render their properties. Each HTML tags have different properties.
An HTML file must have some essential tags so that a web browser can differentiate between simple text and HTML text. You can use as many tags you want as per your code requirement
Unclosed HTML Tags
Some HTML tags are not closed, for example, br and hr.
Tag: br stands for break line, it breaks the line of the code.
Tag: hr stands for Horizontal Rule. This tag is used to put a line across the webpage.
HTML Meta Tags
DOCTYPE, title, link, meta and style
HTML Text Tags
,
,
,
, , , , ,
, ,
, ,,, ,
, , ,
, , and
HTML Link Tags
and
HTML Image and Object Tags
, ,, and
HTML List Tags
,
,
, ,
and
HTML Table Tags
table, tr, td, th, tbody, thead, tfoot, col, colgroup and caption HTML Form Tags
form, input, textarea, select, option, optgroup, button, label, fieldset and legend HTML Scripting Tags
script and noscript