30/09/2014

HTML Code format

The <code> tag allows you to format the text to make it be of computer. This offers a certain size and a certain distance specific to the computer code.
Input
<code>This text was formatted with the tag code</code>
Output
This text was formatted with the tag
This tag is used to write certain scripts such as these in this tutorial.
HTML Code Links
<p>This is an example of a link to >a href=" http://www.google.com"> <code> Google</code> </a> formatted with code tag </p>
Output
This is an example of a link to Google formatted with code tag