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

Muleskinner picture Muleskinner · Mar 28, 2011 · Viewed 30.2k times · Source

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

Answer

wildcard picture wildcard · Mar 28, 2011

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