Text Formatting in HTML
Hello Coders and Friends,
Different tags that are useful for text formatting in HTML along with their syntax are
● <strong>: Makes text bold.
● <b>: Makes text bold.
● <em>: Italicizes text.
● <i>: Italicizes text
● <u>: The <u> tag in HTML is used t...
deveshcodes.hashnode.dev3 min read