HTML Tags

HTML tags are like keywords which defines that how web browser will format and display the content. With the help of tags, a web browser can distinguish between an HTML content and a simple content. HTML tags contain three main parts: opening tag, content and closing tag. But some HTML tags are unclosed tags.

When a web browser reads an HTML document, 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 web browser can differentiate between a simple text and HTML text. You can use as many tags you want as per your code requirement.

  • All HTML tags must enclosed within < > these brackets.
  • Every tag in HTML perform different tasks.
  • If you have used an open tag , then you must use a close tag (except some tags)

Syntax

content


HTML Tag Examples

Note: HTML Tags are always written in lowercase letters. The basic HTML tags are given below:

Paragraph Tag

Heading Tag

Bold Tag

Italic Tag

Underline Tag

Test it Now

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

Contact US

Email:[email protected]

HTML Tags List
10/30