A lot of people like to use HTML to improve their websites or even a blog, HTML is great to know so you can load up pictures and other stuff on a website, I’m going to give you a few basic HTML codes to use.
First images, to load a picture onto a website that you have stored on another site is easy, use photobucket to save your pictures on it is by far the best on the net.
<img src=”PUT THE HTTP ADDRESS OF THE PIC HERE”>
the code above with the correct web address of the picture will load the image on to your website, now say you want the image but its to big and you want to resize it well.
<img src=”PUT THE HTTP ADDRESS OF THE PIC HERE” height=300px width=450px>
You can change the300 and 450 px to what ever you decide to be the best size, px stands for pixel which all images have for their size.
Now what about chatting to some one maybe you want to make something bigger then the rest, well this is a simple task start the convo of like this
<H4>
Hi Harry
</H4>
You have to make sure the H is capital, you can also use the numbers 1 to 9, 1 been the biggest and 9 been the smallest, now maybe when you creating a profile on such a site like myspace and you want neat paragraphs here is a handy code
<BR>
If you put <BR> after a sentence it tells it to break and the next sentence will appear under it if you use two <BR> it will create a one line gap between the sentences.
There you go a few simple HTML codes for you to use :D