asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Elements > STRONG Element

<strong> Element


Specifies text to be rendered with strong emphasis.HTML 2, 3.2, 4, 4.01, 5

HTML Syntax

NOTE: Both start and end tags are required.

Remarks

The <strong> element displays its enclosed text with a strong emphasis, normally in boldface type.

The element represents importance, seriousness, or urgency for its contents, and is approprtiate for the following.

  • in a heading, caption, or paragraph to distinguish the part that really matters from other parts
  • to mark up a warning or caution notice
  • to denote contents that the user needs to see sooner than other parts of the document.

Most browsers render text within <strong> tags in boldface type by default.

Authors can use CSS, though, to convey additional semantic information as needed, for example, to change color or font-weight. This makes it easier to manage multiple use cases of the <strong> element.

This element is similar in function to the <B> element.

Attributes

The <strong> element has no attribute of its own, but supports global attributes common to all HTML elements.

Example

The following shows how the strong element may be used.

<p>This paragraph has <strong>some text with strong emphasis</strong>.</p>

which would render on a Web page as

This paragraph has some text with strong emphasis.

External References

See Also

B   EM   I   S   STRIKE   U



Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note