Displaying Coding Properly

In this tutorial, you will learn how to display coding without using textareas.

You should first add the following into your CSS.

code {
font: 12px Arial;
}
You may edit that to your liking.

Instead of using <textarea>Coding here.</textarea>, you would do <code>Coding here.</code>.

So you need to use the code converter and enter what you want to display on your site. For example, let's say you wanted to show <head> on your site. You would enter that into the code converter, and it would show you &lt;head&gt;. Now you have to place that between <code> and </code>, so it would look <code>&lt;head&gt;</code>.

Now you know how to display coding correctly! If you have any questions, please ask me or contact me.