Tag is a special keyword or tags are reserved words of HTML enclosed in angle brackets "<>", which we use to create and organize web pages. Also HTML tags are known as HTML elements.
OR
Special type of words used in HTML within the less-than "<" and greater-than ">" signs which we use to compose a well organized document of HTML are called tags. Some of tags are given below for your better understanding, you should deeply study it.
<html> ................................................ </html>
<body> ............................................... </body>
<h1> ................................................... </h1>
<p> ..................................................... </p>
<img />
<br />
While working with HTML; whenever we want to use HTML tags, we will use angle brackets surround it otherwise it will considered as normal text typed on that document.
OR
Special type of words used in HTML within the less-than "<" and greater-than ">" signs which we use to compose a well organized document of HTML are called tags. Some of tags are given below for your better understanding, you should deeply study it.
<html> ................................................ </html>
<body> ............................................... </body>
<h1> ................................................... </h1>
<p> ..................................................... </p>
<img />
<br />
While working with HTML; whenever we want to use HTML tags, we will use angle brackets surround it otherwise it will considered as normal text typed on that document.
No comments:
Post a Comment