Read the Previous Page

Page 4

 


Creating Web Pages (continued)


Have a look at the Display (just below) and then the HTML TAGS below that.


Display...

This is where the main part of your page is typed in. This line has no formating.

This line is left-aligned.

This line is centered.

This line is right-aligned.

This line is in Italics.
This line is Bold.
This line is underlined.

This line is in Heading Size 1.

This line is in Heading Size 2.

This line is in Heading Size 3.

This line is in Heading Size 4.

This line is in Heading Size 5.
This line is in Heading Size 6.


<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>

We'll get into more next month.

Bob Pajot (Web Page Editor)


This document was created using FlexED


Download Your Copy Here


Read Another Issue Of The Newsletter


Return To WPCUG Homepage


 

What do you think of having "The TXT" on-line? E-mail Bob Pajot ---> rdpajot@netcore.ca