SlideShare a Scribd company logo
1 of 25
Presentation
Topic
HTML Tags
Subject
web system Technologies
Presented by
kainat ilyas #3
UOS FSD women campus
HTML Table Tags
HTML Table Tags are following:
<table>
<td>
<tr>
<th>
<caption>
<thead>
<tbody>
<tfoot>
<col>
<colgroup>
<table> Tag
• The <table> tag defines an HTML table.
• An HTML table consists of the <table> element
• <table> closing tag is </table>
An HTML table has two kinds of cells:
• Header cells - contains header information (created with
the <th> element)
• Standard cells - contains data (created with
the <td> element)
<th> Tag
• The <th> tag defines a header cell in an HTML
table.
• Closing tag is </th>
• The text in <th> elements are bold and
centered by default.
<td> Tag
• The <td> tag defines a standard cell in an
HTML table.
• The text in <td> elements are regular and left-
aligned by default
• Closing tag is </td>
<tr> Tag
• The <tr> tag defines a row in an HTML table.
• A <tr> element contains one or
more <th> or <td> elements.
• Closing tag is </th>
<table> input
<table>output
<caption> Tag
• The <caption> tag defines a table caption.
• The <caption> tag must be inserted
immediately after the <table> tag.
• we can specify only one caption per table.
• By default, a table caption will be center-
aligned above a table.
• Closing tag is </caption>
<caption> input
<caption> output
<thead> Tag
• The <thead> tag is used to group header content
in an HTML table.
• The <thead> element is used in conjunction with
the <tbody> and <tfoot> elements to specify each
part of a table (header, body, footer).
• The <thead> tag must be used in the following
context: As a child of a <table> element, after any
<caption>, and <colgroup> elements, and before
any <tbody>, <tfoot>, and <tr> elements.
• The <thead> element must have one or more
<tr> tags inside.
<tbody> Tag
• The <tbody> tag is used to group the body
content in an HTML table.
• The <tbody> element is used in conjunction with
the <thead> and <tfoot> elements to specify
each part of a table (body, header, footer).
• The <tbody> tag must be used in the following
context: As a child of a <table> element, after any
<caption>, <colgroup>, and <thead> elements.
• The <tbody> element must have one or more
<tr> tags inside.
<tfoot> Tag
• The <tfoot> tag is used to group footer content in
an HTML table.
• The <tfoot> element is used in conjunction with
the <thead> and <tbody> elements to specify
each part of a table (footer, header, body).
• The <tfoot> tag must be used in the following
context: As a child of a <table> element, after any
<caption>, <colgroup>, and <thead> elements
and before any <tbody> and <tr> elements.
• The <tfoot> element must have one or more <tr>
tags inside.
Input
output
<col> Tag
• The <col> tag specifies column properties for
each column within a <colgroup> element.
• The <col> tag is useful for applying styles to
entire columns, instead of repeating the styles
for each cell, for each row.
<colgroup> Tag
• The <colgroup> tag specifies a group of one or more
columns in a table for formatting.
• The <colgroup> tag is useful for applying styles to
entire columns, instead of repeating the styles for each
cell, for each row.
• The <colgroup> tag must be a child of a <table>
element, after any <caption> elements and before any
<thead>, <tbody>, <tfoot>, and <tr> elements.
• To define different properties to a column within a
<colgroup>, use the <col> tag within the <colgroup>
tag.
input
output
Row span input
Rowspan output
Colspan input
Colspan output
Any Question?

More Related Content

What's hot

What's hot (20)

Html table
Html tableHtml table
Html table
 
HTML Fundamentals
HTML FundamentalsHTML Fundamentals
HTML Fundamentals
 
Html introduction
Html introductionHtml introduction
Html introduction
 
Html ppt
Html pptHtml ppt
Html ppt
 
Web Technology Lab File
Web Technology Lab FileWeb Technology Lab File
Web Technology Lab File
 
Html
HtmlHtml
Html
 
Css types internal, external and inline (1)
Css types internal, external and inline (1)Css types internal, external and inline (1)
Css types internal, external and inline (1)
 
Html
HtmlHtml
Html
 
Css lecture notes
Css lecture notesCss lecture notes
Css lecture notes
 
Html forms
Html formsHtml forms
Html forms
 
Css Ppt
Css PptCss Ppt
Css Ppt
 
HTML Text formatting tags
HTML Text formatting tagsHTML Text formatting tags
HTML Text formatting tags
 
HTML Forms
HTML FormsHTML Forms
HTML Forms
 
Css pseudo-classes
Css pseudo-classesCss pseudo-classes
Css pseudo-classes
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
 
Cascading Style Sheet (CSS)
Cascading Style Sheet (CSS)Cascading Style Sheet (CSS)
Cascading Style Sheet (CSS)
 
CSS for Beginners
CSS for BeginnersCSS for Beginners
CSS for Beginners
 
Introduction to BOOTSTRAP
Introduction to BOOTSTRAPIntroduction to BOOTSTRAP
Introduction to BOOTSTRAP
 
Html frames
Html framesHtml frames
Html frames
 

Viewers also liked (7)

Tables frames
Tables framesTables frames
Tables frames
 
HTML Tables
HTML TablesHTML Tables
HTML Tables
 
HTML practicals
HTML practicals HTML practicals
HTML practicals
 
Html tables examples
Html tables   examplesHtml tables   examples
Html tables examples
 
html5.ppt
html5.ppthtml5.ppt
html5.ppt
 
Take Better Care of Library Data and Spreadsheets with Google Visualization A...
Take Better Care of Library Data and Spreadsheets with Google Visualization A...Take Better Care of Library Data and Spreadsheets with Google Visualization A...
Take Better Care of Library Data and Spreadsheets with Google Visualization A...
 
Introduction to spreadsheets
Introduction to spreadsheetsIntroduction to spreadsheets
Introduction to spreadsheets
 

Similar to Web html table tags

Web topic 12 tables in html
Web topic 12  tables in htmlWeb topic 12  tables in html
Web topic 12 tables in html
CK Yang
 
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
learnhtmlbyvipuladissanayake-170516061515 (1).pptxlearnhtmlbyvipuladissanayake-170516061515 (1).pptx
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
ManuAbraham17
 

Similar to Web html table tags (20)

HTML Tables
HTML TablesHTML Tables
HTML Tables
 
HTML (Hyper Text Markup Language) by Mukesh
HTML (Hyper Text Markup Language) by MukeshHTML (Hyper Text Markup Language) by Mukesh
HTML (Hyper Text Markup Language) by Mukesh
 
html.pptx
html.pptxhtml.pptx
html.pptx
 
HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)
 
Lecture4 web design and development
Lecture4 web design and developmentLecture4 web design and development
Lecture4 web design and development
 
01 HTML-Tables-1.pptx
01 HTML-Tables-1.pptx01 HTML-Tables-1.pptx
01 HTML-Tables-1.pptx
 
PPT-203105353-1.pdf
PPT-203105353-1.pdfPPT-203105353-1.pdf
PPT-203105353-1.pdf
 
Web Development - Lecture 3
Web Development - Lecture 3Web Development - Lecture 3
Web Development - Lecture 3
 
Chapter 8: Tables
Chapter 8: TablesChapter 8: Tables
Chapter 8: Tables
 
HTML5 2019
HTML5 2019HTML5 2019
HTML5 2019
 
Html tables
Html tablesHtml tables
Html tables
 
Learn html Basics
Learn html BasicsLearn html Basics
Learn html Basics
 
Html Table
Html TableHtml Table
Html Table
 
Lecture-4.pptx
Lecture-4.pptxLecture-4.pptx
Lecture-4.pptx
 
tableslist.pptx
tableslist.pptxtableslist.pptx
tableslist.pptx
 
Web topic 12 tables in html
Web topic 12  tables in htmlWeb topic 12  tables in html
Web topic 12 tables in html
 
BITM3730Week2.pptx
BITM3730Week2.pptxBITM3730Week2.pptx
BITM3730Week2.pptx
 
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
learnhtmlbyvipuladissanayake-170516061515 (1).pptxlearnhtmlbyvipuladissanayake-170516061515 (1).pptx
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
 
HTML
HTMLHTML
HTML
 
FYBSC IT Web Programming Unit II Html 5 Tables, Forms and Media
FYBSC IT Web Programming Unit II  Html 5 Tables, Forms and MediaFYBSC IT Web Programming Unit II  Html 5 Tables, Forms and Media
FYBSC IT Web Programming Unit II Html 5 Tables, Forms and Media
 

Recently uploaded

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 

Recently uploaded (20)

This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 

Web html table tags

  • 1. Presentation Topic HTML Tags Subject web system Technologies Presented by kainat ilyas #3 UOS FSD women campus
  • 2. HTML Table Tags HTML Table Tags are following: <table> <td> <tr> <th> <caption> <thead> <tbody> <tfoot> <col> <colgroup>
  • 3. <table> Tag • The <table> tag defines an HTML table. • An HTML table consists of the <table> element • <table> closing tag is </table> An HTML table has two kinds of cells: • Header cells - contains header information (created with the <th> element) • Standard cells - contains data (created with the <td> element)
  • 4. <th> Tag • The <th> tag defines a header cell in an HTML table. • Closing tag is </th> • The text in <th> elements are bold and centered by default.
  • 5. <td> Tag • The <td> tag defines a standard cell in an HTML table. • The text in <td> elements are regular and left- aligned by default • Closing tag is </td>
  • 6. <tr> Tag • The <tr> tag defines a row in an HTML table. • A <tr> element contains one or more <th> or <td> elements. • Closing tag is </th>
  • 9. <caption> Tag • The <caption> tag defines a table caption. • The <caption> tag must be inserted immediately after the <table> tag. • we can specify only one caption per table. • By default, a table caption will be center- aligned above a table. • Closing tag is </caption>
  • 12. <thead> Tag • The <thead> tag is used to group header content in an HTML table. • The <thead> element is used in conjunction with the <tbody> and <tfoot> elements to specify each part of a table (header, body, footer). • The <thead> tag must be used in the following context: As a child of a <table> element, after any <caption>, and <colgroup> elements, and before any <tbody>, <tfoot>, and <tr> elements. • The <thead> element must have one or more <tr> tags inside.
  • 13. <tbody> Tag • The <tbody> tag is used to group the body content in an HTML table. • The <tbody> element is used in conjunction with the <thead> and <tfoot> elements to specify each part of a table (body, header, footer). • The <tbody> tag must be used in the following context: As a child of a <table> element, after any <caption>, <colgroup>, and <thead> elements. • The <tbody> element must have one or more <tr> tags inside.
  • 14. <tfoot> Tag • The <tfoot> tag is used to group footer content in an HTML table. • The <tfoot> element is used in conjunction with the <thead> and <tbody> elements to specify each part of a table (footer, header, body). • The <tfoot> tag must be used in the following context: As a child of a <table> element, after any <caption>, <colgroup>, and <thead> elements and before any <tbody> and <tr> elements. • The <tfoot> element must have one or more <tr> tags inside.
  • 15. Input
  • 17. <col> Tag • The <col> tag specifies column properties for each column within a <colgroup> element. • The <col> tag is useful for applying styles to entire columns, instead of repeating the styles for each cell, for each row.
  • 18. <colgroup> Tag • The <colgroup> tag specifies a group of one or more columns in a table for formatting. • The <colgroup> tag is useful for applying styles to entire columns, instead of repeating the styles for each cell, for each row. • The <colgroup> tag must be a child of a <table> element, after any <caption> elements and before any <thead>, <tbody>, <tfoot>, and <tr> elements. • To define different properties to a column within a <colgroup>, use the <col> tag within the <colgroup> tag.
  • 19. input