Homework assignment for Tri-C West, Web Publishing: HTML
Slicing and assembling a site with tables means creating an image in Photoshop and cutting it into rectangular parts that are inserted into the grid of a table or into layers in CSS. 3 types of slices:
Slicing in Photoshop creates the background code that will be needed for it to render in a browser, and put in a separate HTML folder.
As a sytling mechanism (its a good practice for tabular data) is that search engines won't be able to access the information because it is a picture instead of text. If you use HTML for layout purposes you are writing invalid HTML that won't validate as XHTML. It is time-consuming, expensive work to accomplish if you need to update your web page. Rather than simply retyping the HTML or CSS, you must go back to Photoshop and reconstruct the changes there first. This is complicated by the fact that people who hire designers to do this make changes after the pages have been created and the work may have to be completely redone from scratch.
The table is made up of information- table data <td>, positioned into table rows <tr>. Row after row create a grid-structured table. The table itself is the structure that holds the sliced-up photoshop image with each slice being a single table data element.