Computer Science, asked by Dhairypandya5493, 6 months ago

A tag that defines smaller text.

Answers

Answered by mad210202
0

Answer:

The answer of the following question is <small>  tag.

Explanation:

A tag that defines smaller text is <small> tag.

<Small> tag - This tag make the text one size smaller in the HTML document.

Characteristics of <small> tag:

  • Global attributes can be the only attributes that can apply to this tag.
  • This tag always found within the body.
  • This tag can't make the text smaller than the prescribed font size.
  • This tag also define smaller text.

Example:

<body>

<p>This is a paragraph and <small>smaller text goes here</small></p>

</body>

Answered by saleemzufi
0

Answer:

It is <small> tag.

Explanation:

This tag make the text one size smaller in the HTML document.

Hope it helps................

Similar questions