Introduction to HTML tags

Tags

Special elements or code defined in a page. Tag begins with < and followed by the name > and ends with < /name >
There are four basic tags required for this. Some of the tags are HTML, HEAD, TITLE, BODY and so on.
Tags have to end / close with < / tag name >

Hello there! A Tag has the following sequence of HTML coding
< HTML >
< /HTML > code should be the end of HTML tag.
Types of tag
ShoeBunkErTM