what do you understand by tag
Answers
Answer:
In Web pages, tags indicate what should be displayed on the screen when the page loads. Tags are the basic formatting tool used in HTML (hypertext markup language) and other markup languages, such as XML. ... If you want something to show up in bold on a Web page, you would use the bold tag
pls thanks my answers and follow me
Answer:
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.
Explanation:
In Web pages, tags indicate what should be displayed on the screen when the page loads. Tags are the basic formatting tool used in HTML (hypertext markup language) and other markup languages, such as XML. ... If you want something to show up in bold on a Web page, you would use the bold tag.