Computer Science, asked by lakshya7730, 1 year ago

what are tags in HTML

Answers

Answered by saurabhluniwal
9
The <a> tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the <a> element is the href attribute, which indicates the link's destination. By default, links will appear as follows in all browsers: An unvisited link is underlined and blue.
Answered by aayushjainaayushjain
3
HTML tags are the hidden keywords within a web page that define how your web browser must format and display the content.
Most tags must have two parts, an opening and a closing part.
For example,
<html> is the opening tag
</html> is the closing tag.


hope this will help you out
Attachments:
Similar questions