» "Computer Output" Tags
Codes for displaying computer codes:
TAG
|
DESCRIPTION
|
<code>
|
Defines computer text
|
<kbd>
|
Defines keyboard
input
|
<tt>
|
Defines teletype text
|
<samp>
|
Defines sample text
|
<var>
|
Defines computer variable
|
» EXAMPLE:
<html>
<body>
<p><code>This is computer
code.</code></p>
<p><kbd>This is keyboard
input.</kbd></p>
<p><tt>This is teletype
text.</tt></p>
<p><samp>This is sample
text.</samp></p>
<p><var>This is computer
variable.</var></p>
</html>
</body>
» Result:
This is computer code.
This is keyboard input.
This is teletype text.
This is sample text.
This is computer variable.
No comments:
Post a Comment