Programming | | The Standard Web Page - with a Table:
Directions: Below you will find the the standard web page that can be used for a simple structure design. You must use this structure to complete assignments. Please follow the instructions below when inserting the tags betten the body tag. Copy and paste the the basic table tags (what you see only in the yellow area) to your notepad template file. Remember to save your documents in notepad as the extension .html.

The standard Webpage with a Table: Creating a Test Drive Web Page will be the first step. This test drive page will be used while we are learning some basic HTML tags. Copy and paste the tags below inside your blank notepad document. You can change the background color or resize of the table if you want. You also may want to change the border. It is common to set border to 0. You may want to adjust the width number, making it higher or lower. Having a preset height of 300 gives a standard layout. But you will find that the table will increase in size as you build and complete the table structure. You will be asked to use this structure when completing assignments. In addition, you will use this structure when working with the test drive. Save as Testdrive.html

<HTML>
<HEAD>

<TITLE></TITLE>
</HEAD>

<BODY bgcolor="B0E0E6">

<!***************The Main Page Table**********>
<Center>
<Table width="800" height="300" border="1" CELLPADDING=0 CELLSPACING=0>
<TR>
<TD BGCOLOR="#ffffff" valign="top">

All HTML code is written inside this table!!!!

</TD>
</TR>
</Table>
</Center>
<!***********End The Main Page Table**********>

</BODY>
</HTML>

All HTML code is written inside this table!!!!