Site hosted by Angelfire.com: Build your free website today!

MIDTERM ME 1

1. What is the purpose of using table in this activity?
By using table in this activity we have been able to organize the day and time of showing of programs in tabulated form in the "Prime-Time Television Schedule". The use of table will let the viewers know what day and time their favorite programs will be shown.
2. What is the procedure of adding a table on a Web page?
In adding a table in html, first we must type table and under this tag we will put the tr that define the row of the table. Under this tag we will put td to define the table dimension. After this we can put a phrase, word or a sentence that will be displayed in the row1, column1 of the table. After this we will put /td to close the table dimension tag and under it we will put tr to close the row. We can put another opening tr to be able to create a 2nd row and under this another opening and closing td to form another column. And if we want to form another column we will just put another opening and closing td and put a phrase or sentence in between of the opening and closing tag of td. We must always remember to put a closing /tr after putting our desired table dimensions. After modifying the table row and column we can now close the table tag by putting /table under the last clossing tag of /tr