A HTML program using formatting element
Answers
Answered by
2
Answer:
HTML | Text Formatting
Making text Bold or Strong: We can make the text bold using the <b> tag. ...
Making text Italic or emphasize: The <i> tag is used to italicise the text. ...
Highlighting a text: It is also possible to highlight a text in HTML using the <mark> tag
Similar questions