What Are The Basic HTML Tags?

Introduction part:2 



An HTML tag is a special keyword surrounded by the sharp brackets < and >, such as: <body>. Tags almost always come in pairs, with one beginning tag and one ending tag. The difference is that ending tags have an extra slash inside the brackets: 

<example>The first tag is the beginning and the second tag is the end. </example>

NOTE:-( use notepad and sublime text software use those software to create a web page )



Comments