Part 3 is mostly about creating a table via html code..
We will start by declaring the {table border="1"} as well as declaring the width and height..
then we continue by inserting {tr} and {td} tag which means 'table row' and 'table data' in this manner:
{tr}
{td} {/td}
{td} {/td}
{/tr}
{tr}{td} {/td}{td} {/td}{/tr}
By entering tags as the above manner, i got 2 rows and 4 columns of table.. in the {td} tag, we can enter the width, height, colour, allignment as well as text which will be applied thoughout the {td} row that we declared.. in the first row first column (or the first set of {td} {/td}) i've embedded my personal picture by using a simple {src="source file name"}.. again, we can add more tag such as height and width to limit the image size so that it wont be too big..
in the first row second column (second set of {td} {/td}), i put some simple introduction of myself and what to be expected in my blog later ^^
the second row is to be filled by my partner who will do the same thing as mine to keep the page consistency.. This is the end of the table part.. oh ya, i also did use Microsoft Frontpage to create an interactive button which will link to our webpage :)
Since our index.html is completed, the next section will include our uploading process to free web server..
Sunday, June 14, 2009
Subscribe to:
Post Comments (Atom)

You used table, which is good. But unfortunately, I don't give extra marks for 'table', because this assignment was given to you guys before I taught 'table'. So, only the 'creativity' part I could give as full mark for using table...
ReplyDelete