Auto AdSense

Tuesday, 26 May 2015

Different computer-output tags - HTML Programs

<html>
<body>

<code>Computer code</code>
<br>
<kbd>Keyboard input</kbd>
<br>
<samp>Sample text</samp>
<br>
<var>Computer variable</var>
<br>

<p><b>Note:</b> These tags are often used to display computer/programming code.</p>

</body>
</html>

Output



Computer code
Keyboard input
Sample text
Computer variable
Note: These tags are often used to display computer/programming code.

No comments:

Post a Comment