You can add comments to your HTML source by using the following syntax:
Notice that there is an exclamation point (!) in the opening tag, but not...

For Computer Code
The HTML element defines a piece of programming code:
Example
<code>var x = 5;var y = 6;document.getElementById("demo").innerHTML...
HTML For Computer Output
The HTML element defines sample output from a computer program:
Example
<samp>demo.example.com login: Apr 12 09:10:17Linux 2.6.10-grsec+gg3+e+fhs6b+nfs+gr0501+++p3+c4a+gr2b-reslog-v6.189</samp>
Result:
demo.example.com...
HTML For Keyboard Input
The HTML element defines keyboard input:
Example
<kbd>File | Open...</kbd>
Result:
File | Open...
Try it Yourself »
...
HTML Computer Code Formatting
HTML normally uses variable letter size and spacing.
This is not what we want when displaying computer code.
The , , and elements...
Subscribe to:
Posts (Atom)
Ads by Google