Bold (), Italic (), and Underline () html tag
Bold (<b>), Italic (<i>), and Underline (<u>) html tag There are many tag elements already present in HTML web development webpage for text formatting. Such as, bold <b> tag, italic <i> tag, and underline <u> tag. You can use these tags to apply bold, italic and underline, effect or style to HTML web page paragraph,…