SlideShare una empresa de Scribd logo
1 de 23
Intro to Web Design
4.   Understands how to jazz up web pages using the
     table feature by being able to:
     ◦ Define a table and write codes for tables and nested
       tables
     ◦ Insert attribute for the table tag and the table data tags
     ◦ Insert table borders
     ◦ Add text inside table cells
     ◦ Insert and format both page layout tables and data tables
     ◦ Insert advanced formatting features for tables
     ◦ Insert page layout structural tags
       (masthead, content, footer)
     ◦ Create a home page and relative pages for a website
     ◦ Use all codes from Chapter 1 to present
     ◦ Define key terms within the chapter
   Flag Key  (Windows) + E: Opens
    up the Computer Dialog Box
   Flag Key  + D: Places all open
    documents on the task bar
   Alt + Tab: Allows you to move
    through all open documents
   Ctrl + C: copies
   Ctrl + V: pastes
1.   Page Layout Tables: used to
     set up webpage; always
     centered aligned & width is
     always 75%
2.   Data Tables: used to display
     content that makes sense
     living in a table inside page
     layout table, such as
     calendars, schedules or
     product pricing.
   Nesting: placing a table inside another table
   For example: placing a data table inside a
    page layout table
   Insert table: <table></table>:
    paired element tag
   Insert rows: <tr></tr>:
    paired element tag
   Insert columns: <td></td>:
    paired element tag
   Do not leave empty cells
   Use the non-character code:
    &nbsp;
   Prevents cell from collapsing
   There are 6 attributes used with
    table element <table>:
     1. Align
     2. Width
     3. Border
     4. Color
     5. Cellpadding
     6. Cellspacing
   Page Layout Table:
    1. Align: Always centered
    2. Width: Use percentage (%)



    <table width=“75%” align=“center”>



    </table>
   Page Layout Table:
    1. Border: use “1” : remove border when
       table is completed if you want no border
    2. Color: places background color to entire
       table

    <table width=“75%” align=“center”
    bgcolor=“purple” border=“1”>


    </table>
   Cellpadding : adds white space to inside
    of cells, creating breathing room between
    cell border and content
   Cellspacing : adds white space to outside
    of cells, creating breathing room between
    individual cells themselves.

      <table cellpadding=“10”></table>
      <table cellspacing=“15”></table>
   5 attributes with the table
    data tag
    1. Align
    2. Valign
    3. Background color
    4. Nowrap
    5. Width
   Horizontal alignment: aligns data going
    across page: left, center, right
   Vertical alignment: aligns data up &
    down: top, middle, bottom

         <td align=“center”></td>

<td align=“center” valign=“top”></td>
<td> element: will place same color within a
             row of columns
               <td bgcolor=“red”>
              <td bgcolor=“green”>

   <tr> element: will place color in a single
    cell
             <tr bgcolor=“white”>
             <tr bgcolor=“blue”>
             <tr bgcolor=“orange”>
   Nowrap: forces cell contents to never
    wrap or go to next line; thus, other cells
    will automatically adjust
   4 Advanced formatting
    features:
    1.   Spanning (Attribute)
    2.   Table Head (Element)
    3.   Scope (Attribute)
    4.   Caption (Element)
   In web design, spanning cells means to
    “merge cells” together
   Span rows or columns together
   To merge 3 columns:

     <td colspan=“3”>Row 1 Column 1</td>

   To merge 3 rows:

    <td rowspan=“3”>Row 1 Column 1</td>
   Table Heading: creates a title for each
    individual column or row

                    <th></th>

   Table Heading Attribute

       <th scope=“row”>Data here</th>
      <th scope=“column”>Data here</th>
   Caption for the Table

            <caption></caption>

   Visually positioned above or below
    table with “align” attribute

       <caption align= “top”>Minnesota Viking
         Merchandise Discounted</caption>
Description   HTML Code   Symbol
Ampersand                &amp;       &
Arrow double down        &dArr;
Arrow double left        &lArr;
Arrow double right       &rArr;
Arrow double up          &uArr;
Horizontal ellipsis     &hellip;     …
Registered Trademark     &reg;       ®
Trademark               &trade;      ™
Spades                  &spades;
Clubs                   &clubs;
Hearts                  &hearts;
Diamonds                &diams;
Intro to Web Design

Más contenido relacionado

La actualidad más candente (18)

Css
CssCss
Css
 
Html table tags
Html table tagsHtml table tags
Html table tags
 
Working With Tables in HTML
Working With Tables in HTMLWorking With Tables in HTML
Working With Tables in HTML
 
Tables and Forms in HTML
Tables and Forms in HTMLTables and Forms in HTML
Tables and Forms in HTML
 
Using List Views
Using List ViewsUsing List Views
Using List Views
 
Html Table
Html TableHtml Table
Html Table
 
HTML Table Tags
HTML Table TagsHTML Table Tags
HTML Table Tags
 
Adding A New Field
Adding A New FieldAdding A New Field
Adding A New Field
 
html-table
html-tablehtml-table
html-table
 
Computer skills excel2010
Computer skills excel2010Computer skills excel2010
Computer skills excel2010
 
Computer skills excel2010
Computer skills excel2010Computer skills excel2010
Computer skills excel2010
 
LIS3353 SP12 Week 13
LIS3353 SP12 Week 13LIS3353 SP12 Week 13
LIS3353 SP12 Week 13
 
Sql1
Sql1Sql1
Sql1
 
Css
CssCss
Css
 
OpenOffice.org Walc
OpenOffice.org WalcOpenOffice.org Walc
OpenOffice.org Walc
 
Organizing Content with Lists and Tables
Organizing Content with Lists and TablesOrganizing Content with Lists and Tables
Organizing Content with Lists and Tables
 
Excel ppt
Excel pptExcel ppt
Excel ppt
 
Html and css
Html and cssHtml and css
Html and css
 

Destacado (13)

Community canvas press release
Community canvas press releaseCommunity canvas press release
Community canvas press release
 
legal;
legal;legal;
legal;
 
Tax Season Reminders for Small Businesses
Tax Season Reminders for Small BusinessesTax Season Reminders for Small Businesses
Tax Season Reminders for Small Businesses
 
Chapter 4 class power point
Chapter 4 class power pointChapter 4 class power point
Chapter 4 class power point
 
Soul Winners Guidebook
Soul Winners GuidebookSoul Winners Guidebook
Soul Winners Guidebook
 
Fw9
Fw9Fw9
Fw9
 
Prove, Improve And Approve The 2008 Form #2 2003
Prove, Improve And Approve The 2008 Form #2 2003Prove, Improve And Approve The 2008 Form #2 2003
Prove, Improve And Approve The 2008 Form #2 2003
 
How to break through the million dollar level and beyond in 2013
How to break through the million dollar level and beyond in 2013How to break through the million dollar level and beyond in 2013
How to break through the million dollar level and beyond in 2013
 
NTCS Student Handbook Spring 2006
NTCS Student Handbook Spring 2006NTCS Student Handbook Spring 2006
NTCS Student Handbook Spring 2006
 
Form w9
Form w9Form w9
Form w9
 
W 9 Form
W 9 FormW 9 Form
W 9 Form
 
Chapter 3 class power point
Chapter 3 class power pointChapter 3 class power point
Chapter 3 class power point
 
Social Media & Your ESC
Social Media & Your ESCSocial Media & Your ESC
Social Media & Your ESC
 

Similar a Chapter 4 class presentation

Learning HTML - ILEAD USA
Learning HTML - ILEAD USA  Learning HTML - ILEAD USA
Learning HTML - ILEAD USA
Brian Pichman
 
HTMLcheatsheet.pdf
HTMLcheatsheet.pdfHTMLcheatsheet.pdf
HTMLcheatsheet.pdf
Guyou1
 
HTMLcheatsheet.pdf
HTMLcheatsheet.pdfHTMLcheatsheet.pdf
HTMLcheatsheet.pdf
Guyou1
 
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
 
Tables in databases - Relationships and diagrams
Tables in  databases - Relationships and diagramsTables in  databases - Relationships and diagrams
Tables in databases - Relationships and diagrams
clement swarnappa
 

Similar a Chapter 4 class presentation (20)

CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
HTML Tables in Omeka
HTML Tables in OmekaHTML Tables in Omeka
HTML Tables in Omeka
 
htmltables-180721142906-1.pptx
htmltables-180721142906-1.pptxhtmltables-180721142906-1.pptx
htmltables-180721142906-1.pptx
 
HTML CODES
HTML CODESHTML CODES
HTML CODES
 
Learning HTML - ILEAD USA
Learning HTML - ILEAD USA  Learning HTML - ILEAD USA
Learning HTML - ILEAD USA
 
Html Basic Tags
Html Basic TagsHtml Basic Tags
Html Basic Tags
 
htmlcheatsheet.pdf
htmlcheatsheet.pdfhtmlcheatsheet.pdf
htmlcheatsheet.pdf
 
HTMLcheatsheet.pdf
HTMLcheatsheet.pdfHTMLcheatsheet.pdf
HTMLcheatsheet.pdf
 
HTMLcheatsheet.pdf
HTMLcheatsheet.pdfHTMLcheatsheet.pdf
HTMLcheatsheet.pdf
 
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
HtmlHtml
Html
 
Tables in databases - Relationships and diagrams
Tables in  databases - Relationships and diagramsTables in  databases - Relationships and diagrams
Tables in databases - Relationships and diagrams
 
Lectuer html2
Lectuer  html2Lectuer  html2
Lectuer html2
 
Web I - 03 - Tables
Web I - 03 - TablesWeb I - 03 - Tables
Web I - 03 - Tables
 
Table and Form HTML&CSS
Table and Form HTML&CSSTable and Form HTML&CSS
Table and Form HTML&CSS
 
WEP4 and 5.pptx
WEP4 and 5.pptxWEP4 and 5.pptx
WEP4 and 5.pptx
 
HTML
HTMLHTML
HTML
 
Unit 1-HTML Final.ppt
Unit 1-HTML Final.pptUnit 1-HTML Final.ppt
Unit 1-HTML Final.ppt
 
HTML Webinar Class
HTML Webinar ClassHTML Webinar Class
HTML Webinar Class
 
v4-html-table-210321161424.pptx
v4-html-table-210321161424.pptxv4-html-table-210321161424.pptx
v4-html-table-210321161424.pptx
 

Más de cmurphysvhs (18)

Unit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriersUnit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriers
 
Unit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriersUnit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriers
 
Unit 1 chapter 3 trade barriers
Unit 1 chapter 3 trade barriersUnit 1 chapter 3 trade barriers
Unit 1 chapter 3 trade barriers
 
Chapter 3 power point
Chapter 3 power pointChapter 3 power point
Chapter 3 power point
 
Chap 2 class notes
Chap 2 class notesChap 2 class notes
Chap 2 class notes
 
Acct chapter 17
Acct chapter 17Acct chapter 17
Acct chapter 17
 
Acct chapter 16
Acct chapter 16Acct chapter 16
Acct chapter 16
 
Acct chapter 15 class presentation
Acct chapter 15 class presentationAcct chapter 15 class presentation
Acct chapter 15 class presentation
 
Acct chapter 14
Acct chapter 14Acct chapter 14
Acct chapter 14
 
Acct chapter 14
Acct chapter 14Acct chapter 14
Acct chapter 14
 
Chapter 4 class presentation
Chapter 4 class presentationChapter 4 class presentation
Chapter 4 class presentation
 
Chapter 3 class power point
Chapter 3 class power pointChapter 3 class power point
Chapter 3 class power point
 
Chapter 13 power point presentation
Chapter 13 power point presentationChapter 13 power point presentation
Chapter 13 power point presentation
 
Chapter 2 class power point
Chapter 2 class power pointChapter 2 class power point
Chapter 2 class power point
 
Chapter 3 class presentation
Chapter 3 class presentationChapter 3 class presentation
Chapter 3 class presentation
 
Chapter 1 Class PP Notes
Chapter 1 Class PP NotesChapter 1 Class PP Notes
Chapter 1 Class PP Notes
 
Chapter 12 Class Power Point
Chapter 12 Class Power PointChapter 12 Class Power Point
Chapter 12 Class Power Point
 
WDD Chapter 1 class pp notes
WDD Chapter 1 class pp notesWDD Chapter 1 class pp notes
WDD Chapter 1 class pp notes
 

Último

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Último (20)

Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
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
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
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
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
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
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 

Chapter 4 class presentation

  • 1. Intro to Web Design
  • 2. 4. Understands how to jazz up web pages using the table feature by being able to: ◦ Define a table and write codes for tables and nested tables ◦ Insert attribute for the table tag and the table data tags ◦ Insert table borders ◦ Add text inside table cells ◦ Insert and format both page layout tables and data tables ◦ Insert advanced formatting features for tables ◦ Insert page layout structural tags (masthead, content, footer) ◦ Create a home page and relative pages for a website ◦ Use all codes from Chapter 1 to present ◦ Define key terms within the chapter
  • 3. Flag Key  (Windows) + E: Opens up the Computer Dialog Box  Flag Key  + D: Places all open documents on the task bar  Alt + Tab: Allows you to move through all open documents  Ctrl + C: copies  Ctrl + V: pastes
  • 4. 1. Page Layout Tables: used to set up webpage; always centered aligned & width is always 75% 2. Data Tables: used to display content that makes sense living in a table inside page layout table, such as calendars, schedules or product pricing.
  • 5. Nesting: placing a table inside another table  For example: placing a data table inside a page layout table
  • 6.
  • 7. Insert table: <table></table>: paired element tag  Insert rows: <tr></tr>: paired element tag  Insert columns: <td></td>: paired element tag
  • 8. Do not leave empty cells  Use the non-character code: &nbsp;  Prevents cell from collapsing
  • 9. There are 6 attributes used with table element <table>: 1. Align 2. Width 3. Border 4. Color 5. Cellpadding 6. Cellspacing
  • 10. Page Layout Table: 1. Align: Always centered 2. Width: Use percentage (%) <table width=“75%” align=“center”> </table>
  • 11. Page Layout Table: 1. Border: use “1” : remove border when table is completed if you want no border 2. Color: places background color to entire table <table width=“75%” align=“center” bgcolor=“purple” border=“1”> </table>
  • 12. Cellpadding : adds white space to inside of cells, creating breathing room between cell border and content  Cellspacing : adds white space to outside of cells, creating breathing room between individual cells themselves. <table cellpadding=“10”></table> <table cellspacing=“15”></table>
  • 13. 5 attributes with the table data tag 1. Align 2. Valign 3. Background color 4. Nowrap 5. Width
  • 14. Horizontal alignment: aligns data going across page: left, center, right  Vertical alignment: aligns data up & down: top, middle, bottom <td align=“center”></td> <td align=“center” valign=“top”></td>
  • 15. <td> element: will place same color within a row of columns <td bgcolor=“red”> <td bgcolor=“green”>  <tr> element: will place color in a single cell <tr bgcolor=“white”> <tr bgcolor=“blue”> <tr bgcolor=“orange”>
  • 16. Nowrap: forces cell contents to never wrap or go to next line; thus, other cells will automatically adjust
  • 17. 4 Advanced formatting features: 1. Spanning (Attribute) 2. Table Head (Element) 3. Scope (Attribute) 4. Caption (Element)
  • 18. In web design, spanning cells means to “merge cells” together  Span rows or columns together  To merge 3 columns: <td colspan=“3”>Row 1 Column 1</td>  To merge 3 rows: <td rowspan=“3”>Row 1 Column 1</td>
  • 19.
  • 20. Table Heading: creates a title for each individual column or row <th></th>  Table Heading Attribute <th scope=“row”>Data here</th> <th scope=“column”>Data here</th>
  • 21. Caption for the Table <caption></caption>  Visually positioned above or below table with “align” attribute <caption align= “top”>Minnesota Viking Merchandise Discounted</caption>
  • 22. Description HTML Code Symbol Ampersand &amp; & Arrow double down &dArr; Arrow double left &lArr; Arrow double right &rArr; Arrow double up &uArr; Horizontal ellipsis &hellip; … Registered Trademark &reg; ® Trademark &trade; ™ Spades &spades; Clubs &clubs; Hearts &hearts; Diamonds &diams;
  • 23. Intro to Web Design