Write a program to display various text formatting commands.
Answers
Answered by
3
Explanation:
HTML text formatting
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> - Small text. <del> - Deleted text. <ins> - Inserted text.
Similar questions