Explain formatting tag ???
Answers
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.
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.