HOME            MAIN            NEXT            PREV

HTML Semantic Phrase Markup Summary


CITE, CODE, DFN, EM, KBD, Q, SAMP, STRIKE, STRONG, VAR

Usage:                <NAME>...(</NAME>)  
Can Contain:       characters, character highlighting, A, APPLET, BR, IMG,
                           BASEFONT, MAP, SCRIPT, INPUT, SELECT, TEXTAREA                           
Can Be Inside:    ADDRESS, BLOCKQUOTE, BODY, CENTER, DIV, FORM, PRE,
   
                       DD, DT, LI, P, TD, TH, Hn,
                          A, CAPTION, character highlighting

Attributes:           none


TOP

CITE Element: <CITE>citation</CITE>
CITE marks a small citation--for example, a book or other document reference. Typically, this block of text will be rendered in italics, subject to the capabilities of the browser.


TOP

CODE Element: <CODE>typed code</CODE>
The CODE element marks a selection of typed computer code--for example, a single line of code from a program. Large selections of code should be displayed using a PRE element, which properly reproduces space characters and line breaks. CODE element should be rendered in a fixed-width typewriter font.


TOP

DFN Element: <DFN>defining instance or definition</DFN>
DFN marks a selection of text as the defining instance of a term. The text content should be rendered in italics, or unmodified font.


TOP

EM Element: <EM>emphasis</EM>
EM marks a block of text for emphasis. Typically, the marked block of text is rendered in italics, subject to the capabilities of the browser; lynx represents EM emphasized text by an underline.


TOP

KBD Element: <KBD>keyboard input</KBD>
KBD marks a block of text as keyboard input. Typically, the marked block of text is rendered in fixed-width typerwriter font.


TOP

Q Element: <Q>short quotation</Q>
Q marks a short quotation, in contrast to BLOCKQUOTE, which marks large blocks of quoted text. The content of Q will typically be rendered in quotation marks appropriate to the language context (as set by the LANG attribute). For example, in an English language context the text would be surrounded by single or double quotation marks.


TOP

SAMP Element: <SAMP>literal characters</SAMP>
SAMP marks a block of text as a sequence of literal or sample characters. Typically, the marked block of text is rendered in fixed-width typewriter font.


TOP

STRIKE Element: <STRIKE>struck-out text</STRIKE>
STRIKE marks a block of text to be struck-out for some logical reason (typically, to indicate text has been deleted). Lynx may render this in reverse-video.


TOP

STRONG Element: <STRONG>strong emphasized text</STRONG>
STRONG marks a block of text for strong emphasis. Typically, the marked block of text is rendered in boldface. Lynx uses underline.


TOP

VAR Element: <VAR>variable</VAR>
VAR marks a variable. Typically, the variable is rendered in italics or bold italics.


HOME            MAIN           

 

Hosted by www.Geocities.ws

1