|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<VAR></VAR>Display text as a variable name |
|
|
Element is used to mark a variable name in a some computer command. The browser usually displays the text in italics. <html>
<head>
<title>Some Title</title>
</head>
<body>
.
.
==>> <VAR>StudentAge</VAR>
.
.
</body>
</html>
You might want to use this if you are documenting some operator procedures. You could embed this in one of the other formatting commands as follows:
Enter <kbd>del <var>filename</var></kbd> to delete a file.
Netscape Nothing special. Microsoft IE Nothing special. Internationalization Nothing special. |
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
Michael T. Rusk All contents copyright © 1996-2001
Michael T. Rusk Revised:
Sunday, December 30, 2007 11:06
-0500 |