Creating Web Pages (continued)
Have a look at the Display (just below) and then the HTML TAGS below that. This line is left-aligned.
Display...
This is where the main part of your page is typed in. This line has no formating.
This line is right-aligned.
This line is in Italics.
<html>
<head>
<title> Web Page Tutorial </title>
</head>
<body text="#FF0000" bgcolor="#8080FF">
<p >This is where the main part of your page is typed in. This line has no formating. </p>
<p align="left"> This line is left-aligned.</p>
<center>This line is centered.</center>
<p align="right">This line is right-aligned.</p>
<i>This line is in Italics.</i>
<b>This line is Bold.</b>
<u>This line is underlined.</u>
<h1 align="left">This line is in Heading Size 1. </h1>
<h2 align="left">This line is in Heading Size 2. </h2>
<h3 align="left">This line is in Heading Size 3. </h3>
<h4 align="left">This line is in Heading Size 4. </h4>
<h5 align="left">This line is in Heading Size 5. </h5>
<h6 align="left">This line is in Heading Size 6. </h6>
</body>
</html>
What do you think of having "The TXT" on-line? E-mail Bob Pajot ---> rdpajot@netcore.ca