SlideShare ist ein Scribd-Unternehmen logo
1 von 14
Tables Using HTML
Today ,[object Object],[object Object],[object Object]
Minimal Table Structure <table> </table> Start a Table End a Table
Minimal Table Structure <table> </table> <tr> </tr> Table Row Begin Table Row End
Minimal Table Structure <table> </table> <tr> <tr> <tr> <tr> </tr> </tr> </tr> </tr> <th> </th> Table Head
Minimal Table Structure <table> </table> <tr> </tr> <th> </th> Cell Begins <td> Cell Ends </td>
Minimal Table Structure <table> <tr><th>Name</th><th><Item #</th><th>Type </th><th><Finish</th><th>Price</th></tr> <tr><td>Bacchus</td><td>48059</td><td>Wall Mount </td><td>Interior Plaster</td><td>$95</td></tr> … </table>
Table -  Cell Padding  ,[object Object],[object Object],[object Object]
Table -  Cell Spacing  ,[object Object],[object Object],[object Object]
Table - Caption and Summary ,[object Object],[object Object]
Table - abbr attribute ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Table - scope attribute ,[object Object],<tr>  <th  scope=&quot;col&quot; >Name</th>  <th>Item #</th>  <th>Type</th>  <th>Finish</th>  <th>Price</th>  </tr> scope=&quot;col&quot;  and  scope=&quot;row&quot;  are the most common values.
Table - ,[object Object],[object Object],<table> </table> <tr> <tr> <tr> <tr> </tr> </tr> </tr> </tr> <th> </th> <thead> </thead> <tbody> </tbody>
Table – colspan  and  rowspan  attributes ,[object Object],[object Object],[object Object]

Weitere ähnliche Inhalte

Ähnlich wie Tables overview 2010 (20)

Tables and Forms in HTML
Tables and Forms in HTMLTables and Forms in HTML
Tables and Forms in HTML
 
AK html
AK  htmlAK  html
AK html
 
Cascading Style Sheets
Cascading Style SheetsCascading Style Sheets
Cascading Style Sheets
 
Html ppt
Html pptHtml ppt
Html ppt
 
Html Ppt
Html PptHtml Ppt
Html Ppt
 
Tables
TablesTables
Tables
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
Html tags
Html tagsHtml tags
Html tags
 
We9 Struts 2.0
We9 Struts 2.0We9 Struts 2.0
We9 Struts 2.0
 
HTML & CSS
HTML & CSSHTML & CSS
HTML & CSS
 
Htmltag.ppt
Htmltag.pptHtmltag.ppt
Htmltag.ppt
 
Htmltag.ppt
Htmltag.pptHtmltag.ppt
Htmltag.ppt
 
Learning HTML
Learning HTMLLearning HTML
Learning HTML
 
Cheat codes
Cheat codesCheat codes
Cheat codes
 
Lecture 4
Lecture 4Lecture 4
Lecture 4
 
XML processing with perl
XML processing with perlXML processing with perl
XML processing with perl
 
HTML Fundamentals
HTML FundamentalsHTML Fundamentals
HTML Fundamentals
 
Html Ppt
Html PptHtml Ppt
Html Ppt
 
KMUTNB - Internet Programming 3/7
KMUTNB - Internet Programming 3/7KMUTNB - Internet Programming 3/7
KMUTNB - Internet Programming 3/7
 
Html basic
Html basicHtml basic
Html basic
 

Mehr von Mark Carter

Linking overview june 2010
Linking overview june 2010Linking overview june 2010
Linking overview june 2010Mark Carter
 
Creative commons
Creative commonsCreative commons
Creative commonsMark Carter
 
Formating Text Using CSS
Formating Text Using CSSFormating Text Using CSS
Formating Text Using CSSMark Carter
 
How Style Sheets Work
How Style Sheets WorkHow Style Sheets Work
How Style Sheets WorkMark Carter
 

Mehr von Mark Carter (6)

Aperture
ApertureAperture
Aperture
 
Twitter
TwitterTwitter
Twitter
 
Linking overview june 2010
Linking overview june 2010Linking overview june 2010
Linking overview june 2010
 
Creative commons
Creative commonsCreative commons
Creative commons
 
Formating Text Using CSS
Formating Text Using CSSFormating Text Using CSS
Formating Text Using CSS
 
How Style Sheets Work
How Style Sheets WorkHow Style Sheets Work
How Style Sheets Work
 

Tables overview 2010