Avaya 4600 Series 用户手册

下载
页码 150
4600 Series IP Telephone LAN Administrator’s Guide
Browser Features and Behavior
B-4
Logical Style
5
Tags that control logical style provide a similar functionality to those that control content-based 
style, but they have no implicit visual characteristics or contextual meaning. Instead, they only 
provide a means of invoking a style sheet. These tags, like all others, may have an ID and class 
attribute set. Using style sheet rules for these class names and IDs allows the designer to provide 
decoration, font, and color styles to each section. Thus, these tags may be considered to be 
designer-defined content-based tags:
<div> indicates a division. A newline is inserted between the previous text and the text 
following the <div> tag. No physical changes are noticeable, except those implemented in style 
sheets.
<span> indicates a spanned section of text is placed immediately after the text preceding the 
tag with a newline. No physical changes are noticeable, except those implemented in style 
sheets.
Physical Style
5
Physical tags are effectively the opposite of content-based tags. The text in a physical tag may 
have no meaning whatsoever, outside of what the designer intended. These tags show text in a 
distinct style. Physical tags typically affect font style.
Each physical style tag is shown below with a brief description, and any physical effects imposed 
by the browser.
<b> indicates that the text should appear in a bold font weight.
<big> indicates that the text should appear one point size larger than the current text.
<i> indicates that the text should appear in an italic font.
<small> indicates that the text should appear one point size smaller than the current text.
<sub> indicates that the text should appear as a subscript to the current text. The text is shown 
one point size smaller.
<sup> indicates that the text should appear as a superscript to the current text. The text is 
shown one point size smaller.
<tt> indicates that the text should appear as teletype text. The text is shown in a monospaced 
typeface font.