Search code examples
htmlxhtmltags

In HTML, what is the opposite to <strong>?


Does there exist an opposite tag to <strong> in HTML? Or will it be introduced in HTML5?


Solution

  • To mark text as not emphasized or important, simply do not mark it up with the em or strong elements respectively.

    Source: HTML 5: The small element