SlideShare a Scribd company logo
1 of 25
TABLE
STRUCTURE
HTML elements can be
used to describe tabular
data
The <table> element
defines the start and end of
the table
The <tr> element defines
the start and end of a row
in the table
The <td> element defines a
table cell
WRITE THE HTML TABLE CODE
HTML TABLECODE
The colspan Attribute
The colspan attribute merges two or more
columns into one column.
The rowspan Attribute
The rowspan attribute merges two or more rows
into one row.
WRITE HTML CODE
WRITE HTML CODE
THE <THEAD>,<TFOOT> &
<TBODY> ELEMENTS
We can specify rows as being part of the
table header, the table body or the table
footer.
The <thead>, <tfoot> and <tbody> allow us
to add extra meaning to the table contents.
THE <THEAD>,<TFOOT> &
<TBODY> ELEMENTS
The <tfoot> element should be added before the
<tbody>.
Tables are perfectly valid without the use of these
elements, so for the simplicity, they are often
ommited.
ACCESSIBLE
TABLES
Screen readers
linearize tables.
Read out the contents in
order
From left to right, top to
bottom
In this example, the
screen reader would
read
S.N., Item, Price, Qty,
Amount, 1, Book, 200, 5,
1000
ACCESSIBLE
TABLES
There are a number of HTML features which can
be used to enhance the accessibility of tables.
1. The summary attribute
2. The <caption> element
3. The <th> element
THE SUMMARY
ATTRIBUTE
The summary attribute can be read out by screen
readers.
It should describe the structure of the table, which
can help the user make sense of the table data
when it is linearised.
THE <CAPTION>
ELEMENT
▪ The caption element provides a title for the table.
THE <TH>
ELEMENT
The <th> element specifies that the cell contains
table header information.
Distinguishes the headers from data
<th> elements are usually displayed in bold and
center.
TABLEAND CSS
TABLEAND CSS
TABLEAND CSS
The border-collapse
property is specific to
tables.
Specifies if the cell borders are
merged
The default value is separate.
TABLEAND CSS
HIGHLIGHTING SPECIFIC
CELLS
We can style individual cells,
rows and columns using class
and id attributes.
The <col> and <colgroup>
elements allow us to target
columns.
THE <COLGROUP> AND <COL>
ELEMENTS
The <col> and
<colgroup> elements
allow us to describe
specific columns.
USING TABLES FOR PAGE
LAYOUT
Before widespread browser support for CSS,
tables were often used for page layout.
With borders not visible, the table acts as a grid
setting out the page contents.
The following slide is a screen shot of the
Amazon website from August 2004.
Tables are used to design the page.
Amazon now have a CSS driven design.
USING TABLES FOR PAGE
LAYOUT
http://www.amazon.com/
Amazon - August 2004
USING TABLES FOR PAGE
LAYOUT
▪ The red lines
show the table
borders.
– Complex tables
– Tables inside
tables - nested
tables
http://www.amazon.com/
TABLES AND MOBILE
DEVICES
Tables do not work well on small screen sizes.
 User has to scroll horizontally to view contents
Displaying complex tables can be computationally
intensive.
 Mobile devices have limited processing power
End of Topic 6
Topic 6 : HTMLTables

More Related Content

Similar to htmltables-180721142906-1.pptx

HTML Walkthrough Internship Course
HTML Walkthrough Internship CourseHTML Walkthrough Internship Course
HTML Walkthrough Internship CourseZoltan Iszlai
 
Html table
Html tableHtml table
Html tableJayjZens
 
Table in MS Frontpage 2003
Table in MS Frontpage 2003Table in MS Frontpage 2003
Table in MS Frontpage 2003Ann Alcid
 
Organizing Content with Lists and Tables
Organizing Content with Lists and TablesOrganizing Content with Lists and Tables
Organizing Content with Lists and TablesNicole Ryan
 
HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)Jishan Ali
 
ASP.NET 10 - Data Controls
ASP.NET 10 - Data ControlsASP.NET 10 - Data Controls
ASP.NET 10 - Data ControlsRandy Connolly
 
Web design - Working with tables in HTML
Web design - Working with tables in HTMLWeb design - Working with tables in HTML
Web design - Working with tables in HTMLMustafa Kamel Mohammadi
 
Session on common html table
Session on common html tableSession on common html table
Session on common html tableRahul Kumar
 
Unit-1 SQL fundamentals.docx SQL commands used to create table, insert values...
Unit-1 SQL fundamentals.docx SQL commands used to create table, insert values...Unit-1 SQL fundamentals.docx SQL commands used to create table, insert values...
Unit-1 SQL fundamentals.docx SQL commands used to create table, insert values...SakkaravarthiS1
 
Web Design & Development - Session 4
Web Design & Development - Session 4Web Design & Development - Session 4
Web Design & Development - Session 4Shahrzad Peyman
 

Similar to htmltables-180721142906-1.pptx (20)

HTML Walkthrough Internship Course
HTML Walkthrough Internship CourseHTML Walkthrough Internship Course
HTML Walkthrough Internship Course
 
Html table
Html tableHtml table
Html table
 
Table in MS Frontpage 2003
Table in MS Frontpage 2003Table in MS Frontpage 2003
Table in MS Frontpage 2003
 
Organizing Content with Lists and Tables
Organizing Content with Lists and TablesOrganizing Content with Lists and Tables
Organizing Content with Lists and Tables
 
belajar HTML 3
belajar HTML 3belajar HTML 3
belajar HTML 3
 
HTML Tables
HTML TablesHTML Tables
HTML Tables
 
HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)
 
HTML Tables in Omeka
HTML Tables in OmekaHTML Tables in Omeka
HTML Tables in Omeka
 
Html Basic Tags
Html Basic TagsHtml Basic Tags
Html Basic Tags
 
ASP.NET 10 - Data Controls
ASP.NET 10 - Data ControlsASP.NET 10 - Data Controls
ASP.NET 10 - Data Controls
 
HTML Tables
HTML TablesHTML Tables
HTML Tables
 
Web design - Working with tables in HTML
Web design - Working with tables in HTMLWeb design - Working with tables in HTML
Web design - Working with tables in HTML
 
Session on common html table
Session on common html tableSession on common html table
Session on common html table
 
Unit-1 SQL fundamentals.docx SQL commands used to create table, insert values...
Unit-1 SQL fundamentals.docx SQL commands used to create table, insert values...Unit-1 SQL fundamentals.docx SQL commands used to create table, insert values...
Unit-1 SQL fundamentals.docx SQL commands used to create table, insert values...
 
Tables
TablesTables
Tables
 
Table and Form HTML&CSS
Table and Form HTML&CSSTable and Form HTML&CSS
Table and Form HTML&CSS
 
Web designing
Web designingWeb designing
Web designing
 
Web I - 03 - Tables
Web I - 03 - TablesWeb I - 03 - Tables
Web I - 03 - Tables
 
Web Development - Lecture 3
Web Development - Lecture 3Web Development - Lecture 3
Web Development - Lecture 3
 
Web Design & Development - Session 4
Web Design & Development - Session 4Web Design & Development - Session 4
Web Design & Development - Session 4
 

Recently uploaded

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 

Recently uploaded (20)

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 

htmltables-180721142906-1.pptx

  • 1. TABLE STRUCTURE HTML elements can be used to describe tabular data The <table> element defines the start and end of the table The <tr> element defines the start and end of a row in the table The <td> element defines a table cell
  • 2. WRITE THE HTML TABLE CODE
  • 4. The colspan Attribute The colspan attribute merges two or more columns into one column.
  • 5. The rowspan Attribute The rowspan attribute merges two or more rows into one row.
  • 8. THE <THEAD>,<TFOOT> & <TBODY> ELEMENTS We can specify rows as being part of the table header, the table body or the table footer. The <thead>, <tfoot> and <tbody> allow us to add extra meaning to the table contents.
  • 9. THE <THEAD>,<TFOOT> & <TBODY> ELEMENTS The <tfoot> element should be added before the <tbody>. Tables are perfectly valid without the use of these elements, so for the simplicity, they are often ommited.
  • 10. ACCESSIBLE TABLES Screen readers linearize tables. Read out the contents in order From left to right, top to bottom In this example, the screen reader would read S.N., Item, Price, Qty, Amount, 1, Book, 200, 5, 1000
  • 11. ACCESSIBLE TABLES There are a number of HTML features which can be used to enhance the accessibility of tables. 1. The summary attribute 2. The <caption> element 3. The <th> element
  • 12. THE SUMMARY ATTRIBUTE The summary attribute can be read out by screen readers. It should describe the structure of the table, which can help the user make sense of the table data when it is linearised.
  • 13. THE <CAPTION> ELEMENT ▪ The caption element provides a title for the table.
  • 14. THE <TH> ELEMENT The <th> element specifies that the cell contains table header information. Distinguishes the headers from data <th> elements are usually displayed in bold and center.
  • 17. TABLEAND CSS The border-collapse property is specific to tables. Specifies if the cell borders are merged The default value is separate.
  • 19. HIGHLIGHTING SPECIFIC CELLS We can style individual cells, rows and columns using class and id attributes. The <col> and <colgroup> elements allow us to target columns.
  • 20. THE <COLGROUP> AND <COL> ELEMENTS The <col> and <colgroup> elements allow us to describe specific columns.
  • 21. USING TABLES FOR PAGE LAYOUT Before widespread browser support for CSS, tables were often used for page layout. With borders not visible, the table acts as a grid setting out the page contents. The following slide is a screen shot of the Amazon website from August 2004. Tables are used to design the page. Amazon now have a CSS driven design.
  • 22. USING TABLES FOR PAGE LAYOUT http://www.amazon.com/ Amazon - August 2004
  • 23. USING TABLES FOR PAGE LAYOUT ▪ The red lines show the table borders. – Complex tables – Tables inside tables - nested tables http://www.amazon.com/
  • 24. TABLES AND MOBILE DEVICES Tables do not work well on small screen sizes.  User has to scroll horizontally to view contents Displaying complex tables can be computationally intensive.  Mobile devices have limited processing power
  • 25. End of Topic 6 Topic 6 : HTMLTables