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 {You may edit that to your liking.
font: 12px Arial;
}
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 <head>. Now you have to place that between <code> and </code>, so it would look <code><head></code>.
Now you know how to display coding correctly! If you have any questions, please ask me or contact me.
