Computer Science, asked by ishitaagrawal199, 6 months ago

Explain formatting tag ???​

Answers

Answered by Tanishq2722
2

Answer:

HTML Formatting is a process of formatting text for better look and feel. HTML provides us ability to format text without using CSS. There are many formatting tags in HTML. These tags are used to make text bold, italicized, or underlined. ... Physical tag: These tags are used to provide the visual appearance to the text.

Explanation:

Hope it will help you and follow.

Answered by Karamjotkaur
2

Answer:

There are many formatting tags in HTML. These tags are used to make text bold, italicized, or underlined. ... Physical tag: These tags are used to provide the visual appearance to the text.

Formatting elements were designed to display special types of text:

<b> - Bold text.

<strong> - Important text.

<i> - Italic text.

<em> - Emphasized text.

<mark> - Marked text.

<small> - Smaller text.

<del> - Deleted text.

<ins> - Inserted text.

Similar questions