HTML Codes
HTML Codes
Logical Tags
What's so logical about logical tags?
The original intent of HTML was to mark up text to indicate the
purpose
of each part of the
document. Text within the
<H1 ...>
is a header, text within
<CODE>
is code from a program.
Although logical tags (also called
Idiomatic Elements
) indicate different types of
information, most of them are usually rendered in one of just a few ways: italics, bold, or monospace
(all characters the same width):
This is emphasized text
This is cited text
|
|