Name
<CODE> — NN all IE all HTML all
Synopsis
<CODE>...</CODE>
End Tag: Required
The CODE
element is one of a large group of elements that the HTML 4.0
recommendation calls phrase elements. Such
elements assign structural meaning to a designated portion of the
document. A CODE element is one that is used
predominantly to display one or more inline characters representing
computer code (program statements, variable names, keywords, and the
like).
Browsers have free rein to determine how (or whether) to distinguish
CODE element content from the rest of the
BODY element. Both Navigator and Internet Explorer
elect to render CODE element content in a
monospace font, usually in a slightly smaller font size than the
default body font (although it is not reduced in IE 4 for the
Macintosh). This rendering can be overridden with a style sheet as
you see fit.
White space (including carriage returns) are treated the same way in
CODE element content as it is in the
browser’s BODY element content. Line breaks
must be manually inserted with BR elements. See
also the PRE element for displaying preformatted
text that observes all whitespace entered in the source code.
Example
Initialize a variable in JavaScript with the
<CODE>var</CODE> keyword.
Object Model Reference
- IE
[window.]document.all.elementID
Attributes
|
|
|
|
|
|
|
|
|
Event Handler Attributes
|
Handler |
NN |
IE |
HTML |
|---|---|---|---|
onClick |
n/a |
4 |
4 |
onDblClick |
n/a |
4 |
4 |
onDragStart |
n/a |
4 |
n/a |
onHelp |
n/a ... |
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