![]() |
|
|
|
|
|
|
|
HTML Lesson 11
A Complete Web Site Well its all come down to this are you ready to create your first total all inclusive Website great lets get started. First open up notepad and enter all the html tag, html, head end head, body end body, end html. Now lets give this site a Title to be displayed in the browser box. In the head of your page type <title>Welcome to yournames Web Site</title>. Next in the body add a table type <table width=150 colspan=1 row=2 align=center border=1> Below that type <tr> then below that type<td>Welcome to</td>Below that type </tr> then type <tr>then below that type <td>your names Web Site</td> then below that type </tr> then close up your html. Do NOT copy and paste you will never learn and that is what you are her to do correct. And the more you type the more familiar you'll get with the keyboard and the faster you will be able to write Html. Here is an example of the code: <html> <head> <title>Welcome to Brett's Web Site<title> </head> <body>
<table colspan=1 rowspan=2 align=center border=1>
<p> </html> Now lets add color to your backround in the body tag type bgcolor=white Now go back to your text you typed into the body and make it bold, do you remember how yep you got it the tag is <b> and </b>. Next lets add a Navagation bar to the left side of your page with 4 links Home, About, Faq and Contact us. Start by creating a table left justified with a border of 2 and a bgcolor of blue and create 3 separate cells within the one table, when you complete it look at the example below to confirm your skills. <html> <head> <title>Welcome to Brett's Web Site</title> </head> <body bgcolor=white> <table colspan=1 rowspan=2 align=center border=1> <tr> <td align=left><b>Welcome to</b></td> </tr> <tr> <td align=right><b>Brett's Web Site</b></td> </tr> </table> <table colspan=1 rowspan=3 border=2 align=left bgcolor=blue> <tr> <td>Home</td> </tr> <tr> <td>About</td> </tr> <tr> <td>F A Q</td> </tr> <tr> <td>Contact Us</td> </tr> </table> </body> </html> Now lets make those Navigation links active, add the proper tags to make those links reference to a new page and remember first you need to create new pages and save them with the title of the links we have in our navigation bar. Then when you complete that then we will add content to those pages. If you need help setting up the pages and links Click Here. Now that you have a home page with active links lets put some content onto those pages. Lesson 12 Page Content.
SignIndustry.com
|
» Home Page » About Us » Contact Us
![]()
|
|
Home Page | Members Area | List your Sign Shop | Find a Sign Shop | Buyer's Guide
Powered by SignIndustry.com
|