What is the use of tag in HTML code? Write any two options used with this tag.
Answers
Answered by
0
1. HTML tags used to determine how to display the document.
2. These are used to create HTML elements.
2. They come in pairs.<h1>-------</h1>
3. The first tag<h1> called as <Start tag and </h1> is called end tag.
2. These are used to create HTML elements.
2. They come in pairs.<h1>-------</h1>
3. The first tag<h1> called as <Start tag and </h1> is called end tag.
Answered by
2
Answer:
The <FONT> tag is used to change the size, color and type face of the text on HTML page. It uses attributes such as size, face etc.
Explanation:
Similar questions