Skip to content

HTML

Intro

Whenever possible, I will follow the official HTML guidelines.

Please let me know when you see some nonstandard use of HTML on this site


Tags

Code OUTPUT

Displaying code output from the terminal I use the <code> tag which also renders a soft grey background with Markdown parsers:

OUTPUT from Terminal

Which means the above way to display OUTPUT is done with the following HTML source code:

<code>OUTPUT from Terminal</code>

PS: In order to display the above line I made use of the < and > signs as entities instead of as charachters