list the physical style tags available in HTML
Answers
Answer:
The basic elements of an HTML page are:
- A text header, denoted using the <h1>, <h2>, <h3>, <h4>, <h5>, <h6> tags.
- A paragraph, denoted using the <p> tag.
- A horizontal ruler, denoted using the <hr> tag.
- A link, denoted using the <a> (anchor) tag.
- A list, denoted using the <ul> (unordered list), <ol> (ordered list) and <li> (list element) tags.
- An image, denoted using the <img> tag.
- A divider, denoted using the <div> tag.
- A text span, denoted using the <span> tag.
✅✔I hope you will be helped by this answer.☺☺☺
✔✅Follow me and mark as brainliest.☺☺☺
Answer:
1. The <b> tag: The<b> tag used to indicate text that should appear in bold face.
2. The <u> Tag: The<u> tag used to underline text in a document.
3. The <i> tag: The <i> tag used to italic the text in a document.
4. The <sub> tag: The<sub> tag is used to indicate subscript in the document.
5. The <sup> tag: The<sup>tag used to indicate superscript in the document.
6. The <center> tag: The <center> tag is used to position text in center of the document.
7. The <s> tag: It is used to display strike through text.
8. The <big> tag: It is used to display text in 1 point larger font than other the surrounding text.
9. The <small> tag: It is used to display text in 1 point smaller font than other the surrounding text.
Hope it helps you :)