Using AceHTML 4
- Part 2 -
Adam's HTML Planet - Home Page
list of tutorials next tutorial

I'm going to assume you've followed Part One and used the text I suggested.
You should, therefore, have something that looks like this


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>AceHTML 4 tester page</title>
</head>
<body [with any of your own chosen attributes here]>
AceHTML 4 Test Page
This a test page to test out AceHTML 4 and this is some body text. This is, for some bizarre reason, a graphic of a frog <IMG SRC="FROG1.GIF" ALIGN="MIDDLE">. This line is some text that is 2 sizes larger than the default text and is centre aligned. On this line there is a link to another page and one to Adam's HTML Planet Site</body>
</html>

So, let's bring it to life a little.

How to insert the links will be dealt with in tutorial 3


Go up to the top of the pageUp Arrow to choose where you go next