<em> |
Rendered as stressed text. |
<strong> |
Define the important text. |
<dfn> |
Define a definition project. |
<code> |
Defines the computer code text. |
<samp> |
Defines the sample text. |
<kbd> |
Defines the keyboard text. It indicates that the text was typed from the keyboard. It is often used in computer-related documents or manuals. |
<var> |
Defines a variable. You can use this tag with <pre> and <code> tags. |
<cite> |
Defines a reference. You can use this tag to define references in a reference, such as the title of a book or magazine. |
<!DOCTYPE HTML><HTML><Body><em>emphasized text</em><BR/><Strong>Strong text</Strong><BR/><DFN>Definition term</DFN><BR/><Code>Computer code text</Code><BR/><Samp>Sample Computer code text</Samp><BR/><KBD>Keyboard text</KBD><BR/><var>Variable</var><BR/><cite>Citation</cite> </Body></HTML>
HTML 5 <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> tags