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.
<code>This text was formatted with the tag code </code>. |
|---|
Display
This text was formatted with the tag code . |
|---|
This tag is used to write certain scripts such as these in this tutorial.
HTML- Code Links
Another use of the <code> tag is to give another appearance to the links.
| <p>This is an example of a link to <a href="http://www.google.ro"> <code> Google</code> </a> formatted with code tag </p> |
|---|
Display
This is an example of a link to |
|---|
