What do you understand by 'Tag' ?
11 Likes
A tag is a coded HTML command that indicates how a part of web page should be displayed. HTML tags are written inside angle brackets (< >). For example,<H1>Main Heading</H1>
<H1>Main Heading</H1>
Answered By
6 Likes
An element that only has a starting tag and no ending tag is …………… element.
HTML stands for …………… .
What is an attribute in HTML ?
Define the tag, <HTML>.