As soon as you have a web page, you need to put something on it, ne? This page will help you with with basics, and the more complicated things.
The Basics <br> Page break. This puts a blank line between lines of text. For example, if you type Hello!<br>How are you? It looks like this:
Hello! <p> Paragraph. This puts two blank lines between lines of text. For example, if you type Hello!<p>How are you? It looks like this: Hello! How are you?
<body bgcolor="#..." background="..." text="#..." link="#..." vlink="#..."> This defines the colors of a document. You can take out as many parts of this line as you want.
<img src="..."> An image. For example, <img src="https://members.tripod.com/~animegraphics/FushigiYuugi/tasuki.jpg> will give you
<a href="..."> </a> A link. Text goes between the two commands. For example, <a href="https://members.tripod.com/~mariko_chan/">Mariko-chan's Page</a> will give you: This should get you started; later I will add sections on lists, tables, image maps, and some other things. |