Physical Style Tags
The current HTML and XHTML standards currently provide nine physical styles: bold, italic, monospaced, underlined, strikethrough, larger, smaller, superscripted, and subscripted text. Much to our relief, Internet Explorer has stopped supporting a tenth physical style, "blinking" text. We wish the others would "get it." All physical style tags require ending tags.
As we discuss physical tags in detail, keep in mind that they convey an acute styling for the immediate text. For more comprehensive, document-wide control of text display, use stylesheets (see Chapter 8).
The <b> Tag
The <b> tag is
the physical equivalent of the <strong> content-based style tag, but
without the latter's extended meaning. The <b> tag explicitly boldfaces a
character or segment of text that is enclosed between it and its
corresponding end tag (</b>).
If a boldface font is not available, the browser may use some other
representation, such as reverse video or underlining.
The <big> Tag
The <big> tag
makes it easy to increase the size of text. It couldn't be simpler: the browser renders the text
between the <big> tag and its
matching </big> ending tag
one font size larger than the surrounding text. If that text is already ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access