strong

Purpose

Content that needs additional emphasis. The default style is usually different from that used for the em element.

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
  <head>
    <title>strong</title>
  </head>
  <body>
    <p>You <strong>must</strong> set the 'value' parameter.</p>
  </body>
</html>

Related topics