HTML <strong>
query_builder | Christopher PisaniThe HTML element <strong> is used to highlight important text. The element will increase font weight to show a particular piece of text is important. <strong> element can be nested with multiple <strong> elements to show that a particular text is even more important. Although the looks might be like the element <b>, with the offical HTML specification the <strong> must be used for important text and <b> to change text to bold.
A simple <strong> example
This is some normal text and this is <strong>some important text</strong>.
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.