1 / 9

Tutorial 5 – Session 3

Tutorial 5 – Session 3. Working with Web Tables. Objectives. Create a jigsaw layout Explore the use of tables for page layout Create rounded borders. Using Tables for Page Layout. Using Tables for Page Layout.

eric-gould
Download Presentation

Tutorial 5 – Session 3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tutorial 5 – Session 3 Working with Web Tables

  2. Objectives Create a jigsaw layout Explore the use of tables for page layout Create rounded borders New Perspectives on HTML and XHTML, Comprehensive

  3. Using Tables for Page Layout New Perspectives on HTML and XHTML, Comprehensive

  4. Using Tables for Page Layout The jigsaw layout involves breaking up the page content into separate table cells that are then joined together like pieces in a jigsaw puzzle New Perspectives on HTML and XHTML, Comprehensive

  5. Using Tables for Page Layout New Perspectives on HTML and XHTML, Comprehensive

  6. Exploring the Controversy over Table Layouts Table layouts are not in the spirit of HTML Table layouts are difficult to revise Tables take longer to render Tables can be code-heavy Tables can be inaccessible to users with disabilities New Perspectives on HTML and XHTML, Comprehensive

  7. Creating a Rounded Box Using div Containers New Perspectives on HTML and XHTML, Comprehensive

  8. Creating a Rounded Box Using div Containers <div class="top"><div class="bottom"> <div class="left"><div class="right"> <div class="topLeft"><div class="topRight"> <div class="bottomLeft"><div class="bottomRight"> <div class="boxContent"> content </div> </div></div></div></div> </div></div></div></div> New Perspectives on HTML and XHTML, Comprehensive

  9. Creating a Rounded Box Using div Containers New Perspectives on HTML and XHTML, Comprehensive

More Related