HTML Phrase Elements

Phrase elements add structural information to text fragments. The commonly used phase elements and their meaning are as following:

<EM> </EM>
Indicates emphasis and usually is Italic.
<STRONG> </STRONG>
Indicates stronger emphasis and ususally is bold.
<CITE> </CITE>
Contains a citation or a reference to other sources.
<DFN> </DFN>
Indicates that this is the defining instance of the enclosed term.
<CODE> </CODE>
Designates a fragment of computer code and usually is Courier.
<SAMP> </SAMP>
Designates sample output from programs, scripts, etc.
<KBD> </KBD>
Indicates text to be entered by the user and usually is Courier.
<VAR> </VAR>
Indicates an instance of a variable or program argument.
<ABBR> </ABBR>
Indicates an abbreviated form (e.g., WWW, HTTP, URI, Mass., etc.).
<ACRONYM> </ACRONYM>
Indicates an acronym (e.g., WAC, radar, etc.).
<ADDRESS> </ADDRESS>
Indicates an email address (e.g. john.doe@email.com).

previous slide | next slide
Return to Beginning of Presentation
Return to Software Development Library