HTML text Formatting [] Different computer-output tags

Different computer-output tags

<!DOCTYPE html>
<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.

ليست هناك تعليقات:

إرسال تعليق