Build a web site!

1. Basic page code

<html>
<head>
<title>Untitled</title>
</head>

<body>

Your text goes here. If you just want a simple page, you can use the "save as HTML" feature in MicroSoft Word. It is not a good idea to build complex pages or pages with a lot of graphics that way, because Word is very unpredictable. It's great for easily saving a text document for web use.

</body>
</html>

2. Basic link code

<a href="page.html">click here for page!</a>

This code is for any page in the same folder as the page where the link is found.

<a href="http://www.page.html">click here for page!</a>

This code is for external links (pages outside the folder where your site files are).

3. Image code

<img src="image.jpg">

4. Other useful tags

<br> line break

<p> paragraph

<BODY BGCOLOR="#FFFFFF">; <BODY BACKGROUND="swirlies.gif">

<FONT COLOR="#FF0000" FACE="ARIAL" SIZE="7">cool</FONT>

The main page (home page) in a folder should be titled "index.html". Your folder should be named with your first name and last initial, no spaces, and all lower case.

 

Make a Free Website with Yola.