Article introduction of Wulin.com (www.vevb.com): <em>, <strong>, <dfn>, <code>, <samp>, <kbd><var>, <cite>.
Definition and usageThe following elements are phrase elements. There is no objection to using them, but by using style sheets, you may achieve richer results.
<em>Represented as emphasized text.
<strong>Define important text.
<dfn> defines a definition project.
<code>Defines the computer code text.
<samp>Define sample text.
<kbd> defines keyboard text. It means that the text is typed from the keyboard. It is often used in computer-related documents or manuals.
<var> defines the variable. You can use this tag with <pre> and <code> tags.
<cite> defines a reference. This tag can be used to define references, such as the title of a book or magazine.
Example
Format the text in the document:
<em>Emphasized text</em> <strong>Strong text</strong> <dfn>Definition term</dfn> <code>Computer code text</code> <samp>Sample computer code text</samp> <kbd>Keyboard text</kbd> <var>Variable</var> <cite>Citation</cite> Browser supportAll mainstream browsers support the <em>, <strong>, <dfn>, <code>, <samp>, <kbd><var>, <cite> tags.