Formatting tags in HTML
If I want to make the text Bold, we have two tags <b> and <strong>
<b> - Bold
<b> is used to draw the reader's attention to the element's content below
we have used class as an in-line attribute in <b> tag, we will discuss class in CSS-related blogs...
goudhamt.hashnode.dev8 min read