HTML <b>
query_builder | Christopher PisaniThe HTML element <b> is to bring attention to data in a document and draws the the reader's attention. It uses a starting tag and an ending tag that surrounds the data to be highlighted from other chunks of text.
Tag b example :
<p>
This is an example to show the <b>bold</b> effect in a sentence.
</p>
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.