write a short nte in formatting tag in HTML
Answers
Answered by
1
Answer:
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.
...
Element name Description
<em> This is a logical tag which is used to display content in italic.
<mark> This tag is used to highlight text
Similar questions