Oct 12, 2012

Tutorial: Some HTML Basics

Here are some basic HTML tags to can use when writing a blog post...

To add links:

<a href="http://www.YOURLINKHERE.com">This is a link</a>

To create a paragraph:

<p>This is a paragraph.</p>
<p>This is another paragraph.</p>


Add HTML Images:

<img src="NAME OF IMAGE.jpg" width="100" height="100">

{You can also change the size of the image ^^^}


Have a great day!