SlideShare a Scribd company logo
1 of 26
Table
Table
 It is a tabular arrangement of information
on your screen.
 A table is made up of rows and columns of
cells into which you can insert text and
graphics.
 Table is an object of a webpage use to
organize the information on it.
Usage of a Table
 It is used to organize the information of a
Web page.
 A table is made up of rows and columns of
cells into which you can insert text and
graphics.
 You can customize your tables in a variety
of ways to make them more attractive and
easy to read.
Elements of a Table
 Cell
– The basic element of a table
 Row
– Specifies the horizontal dimension of a table.
 Column
– Specifies the vertical dimension of a table
HTML Tag
 <table></table>
Attribute of a Table
 Border
– specifies the thickness of the lines
around the table.
– The value is any number between 1-20.
– The syntax:
• <table border=“number”>
Attribute of a Table
 BACKGROUND
– Provides the URL of an image file to be
used as the table’s background.
– The syntax:
• <table background=“URL”>
Attribute of a Table
 BGCOLOR
– Denotes the color of the table covering
the whole table itself.
– The value is a hexadecimal color code or
the name of the color itselft.
– The syntax:
• <table bgcolor=“name of the color”>
Attribute of a Table
 BORDERCOLOR
– Denotes the color of the table border
only.
– The value is a hexadecimal color code or
the name of the color itself.
– The syntax:
• <table bordercolor=“name of the color”>
Attribute of a Table
 ALIGN
– Sets the horizontal alignment of the
element inside the Web browser.
– The value can be left, right and center
– The syntax:
• <table align=“position of the table”>
Attribute of a Table
 CELLPADDING
– Sets the number of space between cell
walls and its content.
– The value are in pixels (px) or as a
percentage.
– The syntax:
• <table cellpadding=“10”>
Attribute of a Table
 CELLSPACING
– Sets the number of space in pixels or as
a percent between cells.
– The syntax:
• <table cellspacing=“10”>
Attribute of a Table
 WIDTH –
– Sets the horizontal dimension of a table
– The syntax
• <table width=“ %”>
 HEIGHT
– Sets the vertical dimension of a table
– The syntax
• <table height=“ %”>
COMPONENTS OF A TABLE
ELEMENT
The TABLE ROW Element
 The <tr> tag is used to create a row within
the <table> tag.
 The syntax:
<table>
<tr>
</tr>
</table>
<TR> ATTRIBUTE
 Align
 Bgcolor
 Bordercolor
 Height
 Title
The TABLE DATA Element
 The <td> tag is used to create a cell within a
row in a table element. You can put any
content on each cell.
 The syntax:
<table>
<tr>
<td> TEXT </td>
<td> TEXT </td>
</tr>
</table>
<TR> ATTRIBUTE
 Align
 Bgcolor
 Bordercolor
 Height
 Title
 ….
The TABLE HEADER Element
 The <th> tag is used to create a row header within
the table element. Mostly, web browsers display
the content of the <th>element in a boldfaced font
and centered within the table cell.
 The syntax:
<table>
<tr>
<th> TEXT </th>
<th> TEXT </th>
</tr>
</table>
<TR> ATTRIBUTE
 Align
 Bgcolor
 Bordercolor
 Height
 Title
 ….
Let’s Analyze the Input
<table>
<tr>
<th>NAME</th>
<th>SECTION</th>
</tr>
<tr>
<td>Hannah Keziah</td>
<td>IV - Faithful</td>
</tr>
<tr>
<td>Jhoanna Raissa</td>
<td>III - Visitation</td>
</tr>
</table>
Give the Input
TLE SPECIALIZATION TEACHER
ICT IV Mrs. Rosalinda S. Endaya
Accounting Mrs. Rosalinda R. Laxamana
Culinary Arts Mrs. Cristina N. De Paz
Give the Input
NO. TLE
SPECIALIZATION
TEACHER
1 ICT IV Mrs. Rosalinda S. Endaya
2 Accounting Mrs. Rosalinda R. Laxamana
3 Culinary Arts Mrs. Cristina N. De Paz
Quiz
Direction
1. Create an HTML document of given
table.
2. Follow the given format:
3. Apply the following:
1. Table Border – 5
2. Cell spacing – 2
3. Cell padding - 3
4. Align center all the content of cell.
UNIT OF MEASURE EQUIVALENT
3 tsp. 1 tbs.
4 tbs. 1/4 cup
5 1/3 tbs. 1/2 cup
8 tbs. 2/3 cup
12 tbs. 3/4 cup
16 tbs. 1 cup
1. Table Border – 5
2. Cell spacing – 2
3. Cell padding - 3

More Related Content

What's hot (12)

Html table tags
Html table tagsHtml table tags
Html table tags
 
html-table
html-tablehtml-table
html-table
 
Html3
Html3Html3
Html3
 
Html3
Html3Html3
Html3
 
Html Table
Html TableHtml Table
Html Table
 
Tables and Forms in HTML
Tables and Forms in HTMLTables and Forms in HTML
Tables and Forms in HTML
 
Table structure introduction
Table structure introductionTable structure introduction
Table structure introduction
 
LIS3353 SP12 Week 13
LIS3353 SP12 Week 13LIS3353 SP12 Week 13
LIS3353 SP12 Week 13
 
第二个课程
 第二个课程 第二个课程
第二个课程
 
Lectuer html2
Lectuer  html2Lectuer  html2
Lectuer html2
 
CSS - LinkedIn
CSS - LinkedInCSS - LinkedIn
CSS - LinkedIn
 
HTML Table Tags
HTML Table TagsHTML Table Tags
HTML Table Tags
 

Similar to Table in MS Frontpage 2003

4-Tables in HTMLhtml tavle table in the html
4-Tables in HTMLhtml tavle table in the html4-Tables in HTMLhtml tavle table in the html
4-Tables in HTMLhtml tavle table in the html
SajidHussainS
 

Similar to Table in MS Frontpage 2003 (20)

Html tables
Html tablesHtml tables
Html tables
 
Html tut 04
Html tut 04Html tut 04
Html tut 04
 
Std 10 Computer Chapter 4 List and Table Handling in HTML (Part 2 Table in HTML)
Std 10 Computer Chapter 4 List and Table Handling in HTML (Part 2 Table in HTML)Std 10 Computer Chapter 4 List and Table Handling in HTML (Part 2 Table in HTML)
Std 10 Computer Chapter 4 List and Table Handling in HTML (Part 2 Table in HTML)
 
Computer language - Html tables
Computer language - Html tablesComputer language - Html tables
Computer language - Html tables
 
Chapter 4 class presentation
Chapter 4 class presentationChapter 4 class presentation
Chapter 4 class presentation
 
Table and Form HTML&CSS
Table and Form HTML&CSSTable and Form HTML&CSS
Table and Form HTML&CSS
 
Html tables
Html tablesHtml tables
Html tables
 
Html tables
Html tablesHtml tables
Html tables
 
htmltables-180721142906-1.pptx
htmltables-180721142906-1.pptxhtmltables-180721142906-1.pptx
htmltables-180721142906-1.pptx
 
RDBMS oracle function RDBMSRDBMSRDBMS.pptx
RDBMS oracle function RDBMSRDBMSRDBMS.pptxRDBMS oracle function RDBMSRDBMSRDBMS.pptx
RDBMS oracle function RDBMSRDBMSRDBMS.pptx
 
Tables
TablesTables
Tables
 
Chapter 8: Tables
Chapter 8: TablesChapter 8: Tables
Chapter 8: Tables
 
Html and css
Html and cssHtml and css
Html and css
 
WEP4 and 5.pptx
WEP4 and 5.pptxWEP4 and 5.pptx
WEP4 and 5.pptx
 
HTML Tables.ppt
HTML Tables.pptHTML Tables.ppt
HTML Tables.ppt
 
v4-html-table-210321161424.pptx
v4-html-table-210321161424.pptxv4-html-table-210321161424.pptx
v4-html-table-210321161424.pptx
 
Web I - 03 - Tables
Web I - 03 - TablesWeb I - 03 - Tables
Web I - 03 - Tables
 
Working With Tables in HTML
Working With Tables in HTMLWorking With Tables in HTML
Working With Tables in HTML
 
4-Tables in HTMLhtml tavle table in the html
4-Tables in HTMLhtml tavle table in the html4-Tables in HTMLhtml tavle table in the html
4-Tables in HTMLhtml tavle table in the html
 
HTML Tables in Omeka
HTML Tables in OmekaHTML Tables in Omeka
HTML Tables in Omeka
 

More from Ann Alcid

Inserting graphics (for ygroup)
Inserting graphics (for ygroup)Inserting graphics (for ygroup)
Inserting graphics (for ygroup)
Ann Alcid
 
Inserting background
Inserting backgroundInserting background
Inserting background
Ann Alcid
 
Working with dialog box and working with web page
Working with dialog box and working with web pageWorking with dialog box and working with web page
Working with dialog box and working with web page
Ann Alcid
 
Autoshape and word art (for ygroup)
Autoshape and word art (for ygroup)Autoshape and word art (for ygroup)
Autoshape and word art (for ygroup)
Ann Alcid
 
Picture toolbar
Picture toolbarPicture toolbar
Picture toolbar
Ann Alcid
 
Standard and formatting toolbar
Standard and formatting toolbarStandard and formatting toolbar
Standard and formatting toolbar
Ann Alcid
 
Introduction, features and environment of ms front page 2003
Introduction, features and environment of ms front page 2003Introduction, features and environment of ms front page 2003
Introduction, features and environment of ms front page 2003
Ann Alcid
 
Tips in designing a webpage
Tips in designing a webpageTips in designing a webpage
Tips in designing a webpage
Ann Alcid
 
Cropping and resizing the graphics
Cropping and resizing the graphicsCropping and resizing the graphics
Cropping and resizing the graphics
Ann Alcid
 
Ordered & unordered list in MS Frontpage 2003
Ordered & unordered list in MS Frontpage 2003Ordered & unordered list in MS Frontpage 2003
Ordered & unordered list in MS Frontpage 2003
Ann Alcid
 
Types of background in MS Frontpage 2003
Types of background in MS Frontpage 2003Types of background in MS Frontpage 2003
Types of background in MS Frontpage 2003
Ann Alcid
 
Preformatted, abbreviation, acronyms
Preformatted, abbreviation, acronymsPreformatted, abbreviation, acronyms
Preformatted, abbreviation, acronyms
Ann Alcid
 
Horizonal ruled line
Horizonal ruled line Horizonal ruled line
Horizonal ruled line
Ann Alcid
 
Paragraph, text break and formatting text in MS Frontpage 2003
Paragraph, text break and formatting text in MS Frontpage 2003Paragraph, text break and formatting text in MS Frontpage 2003
Paragraph, text break and formatting text in MS Frontpage 2003
Ann Alcid
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
Ann Alcid
 
Tips In Designing A Webpage
Tips In Designing A WebpageTips In Designing A Webpage
Tips In Designing A Webpage
Ann Alcid
 

More from Ann Alcid (20)

Inserting graphics (for ygroup)
Inserting graphics (for ygroup)Inserting graphics (for ygroup)
Inserting graphics (for ygroup)
 
Inserting background
Inserting backgroundInserting background
Inserting background
 
Working with dialog box and working with web page
Working with dialog box and working with web pageWorking with dialog box and working with web page
Working with dialog box and working with web page
 
Autoshape and word art (for ygroup)
Autoshape and word art (for ygroup)Autoshape and word art (for ygroup)
Autoshape and word art (for ygroup)
 
Picture toolbar
Picture toolbarPicture toolbar
Picture toolbar
 
Standard and formatting toolbar
Standard and formatting toolbarStandard and formatting toolbar
Standard and formatting toolbar
 
Introduction, features and environment of ms front page 2003
Introduction, features and environment of ms front page 2003Introduction, features and environment of ms front page 2003
Introduction, features and environment of ms front page 2003
 
Tips in designing a webpage
Tips in designing a webpageTips in designing a webpage
Tips in designing a webpage
 
Cropping and resizing the graphics
Cropping and resizing the graphicsCropping and resizing the graphics
Cropping and resizing the graphics
 
Marquee
MarqueeMarquee
Marquee
 
Ordered & unordered list in MS Frontpage 2003
Ordered & unordered list in MS Frontpage 2003Ordered & unordered list in MS Frontpage 2003
Ordered & unordered list in MS Frontpage 2003
 
Types of background in MS Frontpage 2003
Types of background in MS Frontpage 2003Types of background in MS Frontpage 2003
Types of background in MS Frontpage 2003
 
Preformatted, abbreviation, acronyms
Preformatted, abbreviation, acronymsPreformatted, abbreviation, acronyms
Preformatted, abbreviation, acronyms
 
Horizonal ruled line
Horizonal ruled line Horizonal ruled line
Horizonal ruled line
 
Paragraph, text break and formatting text in MS Frontpage 2003
Paragraph, text break and formatting text in MS Frontpage 2003Paragraph, text break and formatting text in MS Frontpage 2003
Paragraph, text break and formatting text in MS Frontpage 2003
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Adobe Photoshop Creating New Document
Adobe Photoshop Creating New DocumentAdobe Photoshop Creating New Document
Adobe Photoshop Creating New Document
 
Adobe Photoshop Toolbar
Adobe Photoshop ToolbarAdobe Photoshop Toolbar
Adobe Photoshop Toolbar
 
Tips In Designing A Webpage
Tips In Designing A WebpageTips In Designing A Webpage
Tips In Designing A Webpage
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

Table in MS Frontpage 2003

  • 2. Table  It is a tabular arrangement of information on your screen.  A table is made up of rows and columns of cells into which you can insert text and graphics.  Table is an object of a webpage use to organize the information on it.
  • 3. Usage of a Table  It is used to organize the information of a Web page.  A table is made up of rows and columns of cells into which you can insert text and graphics.  You can customize your tables in a variety of ways to make them more attractive and easy to read.
  • 4. Elements of a Table  Cell – The basic element of a table  Row – Specifies the horizontal dimension of a table.  Column – Specifies the vertical dimension of a table
  • 6. Attribute of a Table  Border – specifies the thickness of the lines around the table. – The value is any number between 1-20. – The syntax: • <table border=“number”>
  • 7. Attribute of a Table  BACKGROUND – Provides the URL of an image file to be used as the table’s background. – The syntax: • <table background=“URL”>
  • 8. Attribute of a Table  BGCOLOR – Denotes the color of the table covering the whole table itself. – The value is a hexadecimal color code or the name of the color itselft. – The syntax: • <table bgcolor=“name of the color”>
  • 9. Attribute of a Table  BORDERCOLOR – Denotes the color of the table border only. – The value is a hexadecimal color code or the name of the color itself. – The syntax: • <table bordercolor=“name of the color”>
  • 10. Attribute of a Table  ALIGN – Sets the horizontal alignment of the element inside the Web browser. – The value can be left, right and center – The syntax: • <table align=“position of the table”>
  • 11. Attribute of a Table  CELLPADDING – Sets the number of space between cell walls and its content. – The value are in pixels (px) or as a percentage. – The syntax: • <table cellpadding=“10”>
  • 12. Attribute of a Table  CELLSPACING – Sets the number of space in pixels or as a percent between cells. – The syntax: • <table cellspacing=“10”>
  • 13. Attribute of a Table  WIDTH – – Sets the horizontal dimension of a table – The syntax • <table width=“ %”>  HEIGHT – Sets the vertical dimension of a table – The syntax • <table height=“ %”>
  • 14. COMPONENTS OF A TABLE ELEMENT
  • 15. The TABLE ROW Element  The <tr> tag is used to create a row within the <table> tag.  The syntax: <table> <tr> </tr> </table>
  • 16. <TR> ATTRIBUTE  Align  Bgcolor  Bordercolor  Height  Title
  • 17. The TABLE DATA Element  The <td> tag is used to create a cell within a row in a table element. You can put any content on each cell.  The syntax: <table> <tr> <td> TEXT </td> <td> TEXT </td> </tr> </table>
  • 18. <TR> ATTRIBUTE  Align  Bgcolor  Bordercolor  Height  Title  ….
  • 19. The TABLE HEADER Element  The <th> tag is used to create a row header within the table element. Mostly, web browsers display the content of the <th>element in a boldfaced font and centered within the table cell.  The syntax: <table> <tr> <th> TEXT </th> <th> TEXT </th> </tr> </table>
  • 20. <TR> ATTRIBUTE  Align  Bgcolor  Bordercolor  Height  Title  ….
  • 21. Let’s Analyze the Input <table> <tr> <th>NAME</th> <th>SECTION</th> </tr> <tr> <td>Hannah Keziah</td> <td>IV - Faithful</td> </tr> <tr> <td>Jhoanna Raissa</td> <td>III - Visitation</td> </tr> </table>
  • 22. Give the Input TLE SPECIALIZATION TEACHER ICT IV Mrs. Rosalinda S. Endaya Accounting Mrs. Rosalinda R. Laxamana Culinary Arts Mrs. Cristina N. De Paz
  • 23. Give the Input NO. TLE SPECIALIZATION TEACHER 1 ICT IV Mrs. Rosalinda S. Endaya 2 Accounting Mrs. Rosalinda R. Laxamana 3 Culinary Arts Mrs. Cristina N. De Paz
  • 24. Quiz
  • 25. Direction 1. Create an HTML document of given table. 2. Follow the given format: 3. Apply the following: 1. Table Border – 5 2. Cell spacing – 2 3. Cell padding - 3 4. Align center all the content of cell.
  • 26. UNIT OF MEASURE EQUIVALENT 3 tsp. 1 tbs. 4 tbs. 1/4 cup 5 1/3 tbs. 1/2 cup 8 tbs. 2/3 cup 12 tbs. 3/4 cup 16 tbs. 1 cup 1. Table Border – 5 2. Cell spacing – 2 3. Cell padding - 3