border-collapse: collapse may be useful"> border-collapse: collapse may be useful">
Download presentation
Presentation is loading. Please wait.
1
Cascading Style Sheets
Chapters 9, 10 Tables List and Mouse Controls
2
Table properties Use when you do need a table for tabular data, sometimes for small grid within a <div> Most of these are new/not very common Idea is to remove attributes, e.g. border-spacing: 10px; vs. <table cellspacing="10"> border-collapse: collapse may be useful
3
Lists, etc. Also can generate content with CSS (actually would hurt SEO) Can specify quotes for other languages list-style-type: circle; none; (use for sematic markup when you make links with <li> but don't want bullets also list-style-image: url(arrow.gif) Can set position list-style-position: inside;
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.