Site hosted by Angelfire.com: Build your free website today!


HTML BASICS

Getting Started

Basics

Images

Colors

Backgrounds

Songs

Adding Links

Extras

 

 

 

Getting Started

 

 To begin, you will need a basic startup page. You can either type this in "notepad" or editor (to see what is editor, click here)

So, in your notepad/editor, type this:

 

<HTML>

<HEAD>

<TITLE>Put the name of your webpage here</TITLE>

</HEAD><BODY>

---All that you want to display will be put here. For instance pictures/images, text, music, etc...---

</body>

</HTML>

So if you are using notepad remember to save it as (the name of file) .HTML

REMEMBER to type .HTML or else nothing will work.

So if you have done everything right you will now have a black .html

There are a few things that you must understand or else none of this will make sense:

  • Whatever you type will be displayed as text on your webpage, unless you put them in between < >

  • Text in between brackets are information that tells the computer what to do. Such as placing a picture, changing the background, changing the font, playing songs, etc...