Sams Teach Yourself HTML, CSS & JavaScript Web Publishing in One Hour a Day
ptg16476052 236 LESSON 9: Using Images on Your Web Pages <area shape="rect" coords="259,113, 323,134" href="/music/swing.html ...
ptg16476052 Summary 237 9 Image Etiquette There are great images on sites all over the Web: cool icons, great photographs, excel ...
ptg16476052 238 LESSON 9: Using Images on Your Web Pages Workshop Now that you know how to add images and color to your pages, y ...
ptg16476052 Workshop 239 9 Q What about images that are partially transparent so that they are able to dis- play the page backgr ...
ptg16476052 240 LESSON 9: Using Images on Your Web Pages It’s a good idea to include text versions of imagemap links in case th ...
ptg16476052 LESSON 10 10 Building Tables So far in this book, you’ve used plain vanilla Hypertext Markup Language (HTML) to buil ...
ptg16476052 242 LESSON 10: Building Tables Creating Tables Creating tables in HTML is a degree more complex than anything you’ve ...
ptg16476052 Table Parts 243 10 The Element All the components of a table are placed within a ... element: ...table caption (op ...
ptg16476052 244 LESSON 10: Building Tables This information can be included in several ways, including the following: n In a pro ...
ptg16476052 Table Parts 245 10 The top row is followed by three rows of data cells, which are coded as follows: Alison 5'4" 14 ...
ptg16476052 246 LESSON 10: Building Tables <td>Blue</td> <td>Blue</td> <td>Brown</td> </t ...
ptg16476052 Table Parts 247 10 10 20 Captions Table captions tell your visitor what the table is for. The element, create ...
ptg16476052 248 LESSON 10: Building Tables ▼Exercise 10.1: Creating a Simple Table Now that you know the basics of how to create ...
ptg16476052 Table Parts 249 10 Start with a simple HTML framework for a page that contains a table. As with all HTML files, you ...
ptg16476052 250 LESSON 10: Building Tables Continue by adding the remaining two rows in the table, with the Yellow and Blue head ...
ptg16476052 Sizing Tables, Borders, and Cells 251 10 Output ▼ Oops! What happened with that top row? The headings are all messed ...
ptg16476052 252 LESSON 10: Building Tables Setting Table Widths Tables determine widths differently than other elements in HTML. ...
ptg16476052 Sizing Tables, Borders, and Cells 253 10 It’s nearly always a better idea to specify your table widths as percentage ...
ptg16476052 254 LESSON 10: Building Tables You can change the width of the border around the table by changing the number value ...
ptg16476052 Sizing Tables, Borders, and Cells 255 10 td, th { border: 1px solid black; } If I applied that style sheet to the v ...
«
9
10
11
12
13
14
15
16
17
18
»
Free download pdf