SlideShare uma empresa Scribd logo
1 de 24
 Metadata is information about data.
 The <meta> tag provides metadata about the HTML
document. Metadata will not be displayed on the page.
 Meta elements are typically used to specify page
description, keywords, author of the document, last
modified, and other metadata.
 The metadata can be used by browsers (how to display
content or reload page), search engines (keywords), or
other web services.
Example
 <Address> Tag.
 <Blockquote >Tag.
 <Pre> Tag.
Address
Block quote
Pre
4
TABLE
 Tables are used on websites for two major purposes:
 The obvious purpose of arranging information in a table
 The less obvious - but more widely used - purpose of
creating a page layout with the use of hidden tables.
Row 1 Cell 1 Row 1 Cell 2 Row 1 Cell 3 Row 1 Cell 4
Row 2 Cell 1 Row 2 Cell 2 Row 2 Cell 3 Row 2 Cell 4
Row 3 Cell 1 Row 3Cell 2 Row 3 Cell 3 Row 3Cell 4
Row 4Cell 1 Row 4Cell 2 Row 4Cell 3 Row 4Cell 4
6
• The table element starts with <TABLE> tag & ends
with a</TABLE> tag.
• Elements that can appear between these tags are as
follows:
Caption element containing the
table’s description.
<CAPTION> table’s description
</CAPTION>
The table row that creates a
horizontal row of cells and contains
table headings & table data.
<TR>
<TH> This is heading </TH>
<TD> This is data </TD> </TR>
The table data element to create
each individual cell
<TD> This is cell 1 </TD>
<TD> This is cell 2 </TD>
The table heading element creates
the heading cells.
<TH> This is heading </TH>
View Example
<html>
<body>
<table>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>
</body>
</html>
8
Alignment of the entire table <TABLE ALIGN=“value”>
value can be left, center or right
Width of the entire table <TABLE WIDTH=“number”>
<TABLE WIDTH=“percent”>
Table border <TABLE BORDER=“number”>
Spacing between each neighboring
cell
<TABLE CELLSPACING=“5”>
Space between the cell’s content &
the cell border
<TABLE CELLPADDING=“10”>
View Example 1
View Example
View Example
View Example
View Example
View Example
2
9
Coloring table with BGCOLOR
attribute
<TABLE BGCOLOR=“color name/color
value”>
View Example
10
TEXT
TEXT
TEXT
TEXT TEXT
TEXT TEXT
TEXTTEXT
CELLSPACES CELLSPADDING
11
View Example
<TD COLSPAN=“4”> text </TD>
12
View Example
<TD ROWSPAN=“5”> text </TD>
13
14
1
2
3
4
1. Limegre
en
2. Cornsilk 3. Pink 4. Cyan
 With frames, you can display more than one HTML
document in the same browser window. Each HTML
document is called a frame, and each frame is
independent of the others.
The disadvantages of using frames are:
 The web developer must keep track of more HTML
documents
 It is difficult to print the entire page
 The HTML frameset Element
 The frameset element holds one or more frame
elements. Each frame element can hold a separate
document.
 The frameset element states HOW MANY columns or
rows there will be in the frameset, and HOW MUCH
percentage/pixels of space will occupy each of them.
16
 Frames are created using the
FRAMESET tag
 The attributes are:
 Rows
 Cols
 The attributes of the FRAME element include:
 name
 src
 noresize
 scrolling
 <frameset cols="25%,75%">
<frame src="frame1.html" />
<frame src="frame2.html" />
</frameset>
19
 <frameset cols="25%,50%,25%">
 <frame src="frame1.html" />
 <frame src="frame2.htm" />
 <frame src="frame3.htm" />
 </frameset>
20
 <frameset rows="25%,50%,25%">
 <frame src="frame1.htm" />
 <frame src="frame2.htm" />
 <frame src="frame3.htm" />
 </frameset>
21
 <frameset rows="50%,50%">
 <frame noresize="noresize" src="frame1.html" />
 <frame noresize="noresize" src="frame2.html" />
 </frameset>
22
 <html>
 <body>
 <iframe src=“http://www.google.com"></iframe>
 </body>
 </html>
23
Nested frames
Frame attributes

Mais conteúdo relacionado

Mais procurados (19)

Basic tags
Basic tagsBasic tags
Basic tags
 
Html tables
Html tablesHtml tables
Html tables
 
Html tutorials by www.dmdiploma.com
Html tutorials by www.dmdiploma.comHtml tutorials by www.dmdiploma.com
Html tutorials by www.dmdiploma.com
 
Html table
Html tableHtml table
Html table
 
SHS-ADC(Hyperlinks)
SHS-ADC(Hyperlinks)SHS-ADC(Hyperlinks)
SHS-ADC(Hyperlinks)
 
shs-adcppt1
shs-adcppt1shs-adcppt1
shs-adcppt1
 
Html Table
Html TableHtml Table
Html Table
 
HTML Tables
HTML TablesHTML Tables
HTML Tables
 
HTML Tables
HTML TablesHTML Tables
HTML Tables
 
Html5 cheat sheet
Html5 cheat sheetHtml5 cheat sheet
Html5 cheat sheet
 
Quan Head Tag Presentation
Quan Head Tag PresentationQuan Head Tag Presentation
Quan Head Tag Presentation
 
Coba1
Coba1Coba1
Coba1
 
Html mod1
Html mod1Html mod1
Html mod1
 
Tables and Forms in HTML
Tables and Forms in HTMLTables and Forms in HTML
Tables and Forms in HTML
 
HTML 5 Tables and Forms
HTML 5 Tables and FormsHTML 5 Tables and Forms
HTML 5 Tables and Forms
 
Css module1
Css module1Css module1
Css module1
 
form view
form viewform view
form view
 
Css mod1
Css mod1Css mod1
Css mod1
 
HTML Table
HTML TableHTML Table
HTML Table
 

Semelhante a Working With Tables in HTML

Semelhante a Working With Tables in HTML (20)

Web I - 03 - Tables
Web I - 03 - TablesWeb I - 03 - Tables
Web I - 03 - Tables
 
Html tables
Html tablesHtml tables
Html tables
 
HTML Tables.ppt
HTML Tables.pptHTML Tables.ppt
HTML Tables.ppt
 
htmltables-180721142906-1.pptx
htmltables-180721142906-1.pptxhtmltables-180721142906-1.pptx
htmltables-180721142906-1.pptx
 
Table structure introduction
Table structure introductionTable structure introduction
Table structure introduction
 
Tables
TablesTables
Tables
 
Web topic 12 tables in html
Web topic 12  tables in htmlWeb topic 12  tables in html
Web topic 12 tables in html
 
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
 
tableslist.pptx
tableslist.pptxtableslist.pptx
tableslist.pptx
 
HTML Tables in Omeka
HTML Tables in OmekaHTML Tables in Omeka
HTML Tables in Omeka
 
Html
HtmlHtml
Html
 
Lecture-4.pptx
Lecture-4.pptxLecture-4.pptx
Lecture-4.pptx
 
HTML Tutorials
HTML TutorialsHTML Tutorials
HTML Tutorials
 
Html tables
Html tablesHtml tables
Html tables
 
table html web programing
table  html  web programingtable  html  web programing
table html web programing
 
01 HTML-Tables-1.pptx
01 HTML-Tables-1.pptx01 HTML-Tables-1.pptx
01 HTML-Tables-1.pptx
 
Advanced html
Advanced htmlAdvanced html
Advanced html
 
Final by smit parekh
Final  by smit  parekhFinal  by smit  parekh
Final by smit parekh
 
html.pptx
html.pptxhtml.pptx
html.pptx
 
Html introduction
Html introductionHtml introduction
Html introduction
 

Último

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
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
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
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 ConsultingTechSoup
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
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
 

Último (20)

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
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
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
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🔝
 
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
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
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
 

Working With Tables in HTML

  • 1.
  • 2.  Metadata is information about data.  The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page.  Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata.  The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services. Example
  • 3.  <Address> Tag.  <Blockquote >Tag.  <Pre> Tag. Address Block quote Pre
  • 5.  Tables are used on websites for two major purposes:  The obvious purpose of arranging information in a table  The less obvious - but more widely used - purpose of creating a page layout with the use of hidden tables. Row 1 Cell 1 Row 1 Cell 2 Row 1 Cell 3 Row 1 Cell 4 Row 2 Cell 1 Row 2 Cell 2 Row 2 Cell 3 Row 2 Cell 4 Row 3 Cell 1 Row 3Cell 2 Row 3 Cell 3 Row 3Cell 4 Row 4Cell 1 Row 4Cell 2 Row 4Cell 3 Row 4Cell 4
  • 6. 6 • The table element starts with <TABLE> tag & ends with a</TABLE> tag. • Elements that can appear between these tags are as follows: Caption element containing the table’s description. <CAPTION> table’s description </CAPTION> The table row that creates a horizontal row of cells and contains table headings & table data. <TR> <TH> This is heading </TH> <TD> This is data </TD> </TR> The table data element to create each individual cell <TD> This is cell 1 </TD> <TD> This is cell 2 </TD> The table heading element creates the heading cells. <TH> This is heading </TH> View Example
  • 8. 8 Alignment of the entire table <TABLE ALIGN=“value”> value can be left, center or right Width of the entire table <TABLE WIDTH=“number”> <TABLE WIDTH=“percent”> Table border <TABLE BORDER=“number”> Spacing between each neighboring cell <TABLE CELLSPACING=“5”> Space between the cell’s content & the cell border <TABLE CELLPADDING=“10”> View Example 1 View Example View Example View Example View Example View Example 2
  • 9. 9 Coloring table with BGCOLOR attribute <TABLE BGCOLOR=“color name/color value”> View Example
  • 13. 13
  • 15.  With frames, you can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of the others. The disadvantages of using frames are:  The web developer must keep track of more HTML documents  It is difficult to print the entire page
  • 16.  The HTML frameset Element  The frameset element holds one or more frame elements. Each frame element can hold a separate document.  The frameset element states HOW MANY columns or rows there will be in the frameset, and HOW MUCH percentage/pixels of space will occupy each of them. 16
  • 17.  Frames are created using the FRAMESET tag  The attributes are:  Rows  Cols
  • 18.  The attributes of the FRAME element include:  name  src  noresize  scrolling
  • 19.  <frameset cols="25%,75%"> <frame src="frame1.html" /> <frame src="frame2.html" /> </frameset> 19
  • 20.  <frameset cols="25%,50%,25%">  <frame src="frame1.html" />  <frame src="frame2.htm" />  <frame src="frame3.htm" />  </frameset> 20
  • 21.  <frameset rows="25%,50%,25%">  <frame src="frame1.htm" />  <frame src="frame2.htm" />  <frame src="frame3.htm" />  </frameset> 21
  • 22.  <frameset rows="50%,50%">  <frame noresize="noresize" src="frame1.html" />  <frame noresize="noresize" src="frame2.html" />  </frameset> 22
  • 23.  <html>  <body>  <iframe src=“http://www.google.com"></iframe>  </body>  </html> 23