HTML Lesson 12
Page Content
First open up your FAQ page and well put some faq questions and answers on it. Ok go down to the body and on seprate lines type some Question then below them type an answer. Remember to put line breaks at the end of each line. Example :
<html>
<head>
<title>Welcome to Brett's Web Site</title>
</head>
<body bgcolor=white>
<table width=250 colspan=1 rowspan=2 align=center border=1>
<tr>
<td align=left>Welcome to</td>
</tr>
<tr>
<td align=right>Brett's Web Site</td>
</tr>
</table>
<table colspan=1 rowspan=3 border=2 align=left bgcolor=lightblue>
<tr>
<td>
<a href="file:///c:/my documents/html tests/home.php3">Home</a>
</td>
</tr>
<tr>
<td>
<a href="file:///c:/my documents/html tests/about.php3">About</a>
</td>
</tr>
<tr>
<td>
<a href="file:///c:/my documents/html tests/faq.php3">F. A. Q.</a>
</td>
</tr>
<tr>
<td>
<a href="file:///c:/my documents/html tests/contactus.php3">Contact Us</a>
</td>
</tr>
</table>
<table>
<tr>
<td>
        Q.) How did you create this web site?<br>
                    A.) HTML Hyper Text Markup Language<br>
</td>
</tr>
<tr>
<td>
        Q.) What type of Editor did you use?<br>
                    A.) Microsoft Notepad<br>
</td>
</tr>
<tr>
<td>
        Q.) How did you learn HTML?<br>
                    A.) I learned it at Retail Sign Shops newbie training section<br>
</td>
</tr>
</table>
</body>
</html>
Great now we have a complete page. Now continue on and finish up the other pages just as you did this one and add content to those pages and then save your Web site and display it in the browser to see your great accomplishment.
Here are some resources to help you with your future –
Web Editors –
Dreamweaver
Alliare Homesite
Microsoft FrontPage
Web Graphic programming –
Adobe Photoshop
SignIndustry.com
RetailSignShops.com