Basics

Start with this code!
In order to start in the ‘HTML Mode’ on Freewebs, copy and paste this code below.

<title>SITE TITLE HERE</title>
*This is the standard code that you should have on a webpage. It gives the site title!

Body Background Colors

<body bgcolor="COLOR OR HEX CODE HERE">

Making a Line





<hr width=NUMBER color=COLOR size=NUMBER>(width is width, size is height)

Background Music

<BGSOUND SRC="MIDI URL" AUTOSTART="true" HIDDEN="true" LOOP="infinite">

Making a Space
Even though it doesnt look like a normal HTML code, whenever you put this on your page, it makes a space

&nbsp;

Back To HTML Help