HTML (Hyper Text Markup Language) use of various tags to format the content. HTML tag has both a opening <tagname>
and a closing tag </tagname>
. HTML tag contains three main parts: opening tag, content, closing tag (<tagname>Content goes here...</tagname>) For example, <html>
has its closing tag </html>
and <title>
tag has its closing tag </title>
tag etc.