Im bored, so Im just gonna make yet another boring tutorial type thingy to HTML
Heres a code on how to set the background colour:
Where it says 'COLOUR CODE HERE' you will need to insert a code that represents the colour. Where can I find the colour codes? Well heres a link to a big chart with lots of colours (use this in making anything in coour, e.g text) http://www.pagetutor.com/pagetutor/m...rs1536png.html Make sure that the '#' is before the colour code!!HTML Code:<body bgcolor="#COLOUR CODE HERE"> </body>
Now, I will show you the code to set a background image.
Where it says IMAGE URL HERE paste in the URL where your image is located.HTML Code:<body background="IMAGE URL HERE"> </body>
Here are some basic tags that you use for text effects.
HTML Code:<b>text to be bold here</b>HTML Code:<i>text to be in italics here</i>HTML Code:<u>text to be underlined here</u>Now, lets learn how to change the font size. Fonts come in 7 different sizes. 1, the smallest, and 7, the biggest. So if you was going to make some text the Arial font, then this is the code you would use.HTML Code:<marquee>marquee text here</marquee>
Note: Viewers can only see the font if they have it installed on their computer. So for example, if the user didnt have the Volter (habbo font) installed on their computer, and the text you was using was Volter then they would see the default font instead of Volter.HTML Code:<font face="arial">Arial text here</font>
Now, lets learn how to make text certain colours. Ok, so yes we will need to use this (again): http://www.pagetutor.com/pagetutor/m...rs1536png.html So the code for making text a colour would be like this:
Now, in HTML you have to put in a code to make a new line. So, for example if you typed in your coding program:HTML Code:<font color="#COLOUR CODE HERE">The text that will be the colour that you put in the colour code.</font>
This
Is
My
Site
It would still appear on the web page as This Is My Site. So to make it look like above, after every line you put in <br> There is NO </br> code. You can even make gaps in lines, so if you were to put in this code:It would appear as this:HTML Code:This<br Is<br> My<br><br><br><br>Site
This
Is
My
Site
Because of the multiple <br> s you put in.
Now, there is a html code for a space. That doesnt mean that you have to put it in between everyword, just when your putting more than one space in. That code is: So if you wanted to put in this:
This is my site (there is four spaces) The html code would be:
Ok, nearly done, but now Im going to tell you how to insert images to your page. Heres the code:HTML Code:This is my site
You must specify the width and the height of the image. To find out what the width and height is, open up the image on paint and click on Image>Attributes and you will find it there.HTML Code:<img src="URL OF THE IMAGE" width="WIDTH" height="HEIGHT">
Now, for the last part of this tutorial we will learn how to make links to other pages. In this code, we will link to good ol' Habbox Forum.
Also, we can create e-mail links, so when clicked on it will open up the default e-mail editor with the e-mail adress already there.HTML Code:<A href="http://www.habboxforum.com/">Click here to go to Habbox Forum!</a>
Ok, well I hope that helped you. If you want to know more, then a very good website with a good beginners tutorial that I learnt from is www.pagetutor.com its very easy to understand with lots of images and examples.HTML Code:<a href="mailto:[email protected]">E-mail me!</a>
Thanks






Reply With Quote
much easier



