Creating a Data Table Web Design – Section 3-8 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I”

Slides:



Advertisements
Similar presentations
HTML Tags and Their Functions
Advertisements

Layouts Using Tables Web Design – Section 4-5 Part or all of this lesson was adapted from the University of Washingtons Web Design & Development I Course.
TABLES 6 How to create tables What information suits tables How to represent complex data in tables.
Real food for all™ Monday TuesdayWednesdayThursdayFriday September Lunch - PSN No School Labor Day Hot Meatball.
Nested Lists Web Design – Section 3-5 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
CIS101 Introduction to Computing Week 07. Agenda Your questions JavaScript text Resume project HTML Project Three This week online Next class.
CIS101 Introduction to Computing Week 07. Agenda Your questions Resume project Review Project Two HTML Project Three This week online Next class.
Images. Tables. Frames. Forms. DMFD F2007 IT University of Copenhagen
Exploring the Internet Creating web pages with 2-d layout Instructor: Michael Krolak Instructor: Patrick Krolak See also
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 8 Key Concepts 1 Copyright © Terry Felke-Morris.
1 The Structure of a Web Table beginning of the table structure first row of three in the table end of the table structure table cells You do not need.
HTML Comprehensive Concepts and Techniques Second Edition Creating Tables in a Web Site October 23, 2012.
Updated on: September 4, 2010 CIS67 Foundations for Creating Web Pages Professor Al Fichera.
1 Accessible Tables. 2 Making a table accessible How does a screen reader read a table? Some people who access the web use screen readers. Most screen.
Dreamweaver – Setting up a Site and Page Layouts Web Design Section 7-2 Part or all of this lesson was adapted from the University of Washington’s “Web.
Class 3 – Creating Lists In this lesson, you will learn to use HTML to organize your text into lists.
CO1552 – Web Application Development Lists, Special Characters, and Tables.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Ordered and Unordered Lists Web Design – Section 3-5 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Dreamweaver – Dreamweaver Extras Web Design Section 8-4 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Intro to Dreamweaver Web Design Section 7-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course.
CIS234A Lecture 9 Instructor Greg D’Andrea. Working with Table's Column Groups We've formatted the content of the table columns by modifying the attributes.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Copyright 2007, Information Builders. Slide 1 Understanding Basic HTML Amanda Regan Technical Director June, 2008.
Chapter 9 Table Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
Html Tables Basic Table Markup. How Tables are Used For Data Display Tables were originally designed to display and organize tabular data (charts, statistics,
Page Layout Styles Exploring Computer Science – Lesson 3-8 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
UNIT 2UNIT 2 > MODULE 5 Lesson 1: Creating a Data Table OverviewMODULE 5.
1 TECH1001 Lecture 6 Electronic Publishing and Production 1 More About Tables.
CIS234A- Lecture 7 Instructor Greg D’Andrea. Tables A table can be displayed on a Web page either in a text or graphical format. A text table: – contains.
Basic Table Elements. 2 Objectives Define table elements Describe the steps used to plan, design, and code a table Create a borderless table with text.
Tables with XHTML Please use speaker notes for additional information!
 2003 Prentice Hall, Inc. All rights reserved. Introduction to HTML: Tables Outline 1 Introduction 2 Basic HTML Tables 3 Intermediate HTML Tables and.
CS-3432 Electronic Commerce Lecture – 7 Sikandar Shujah Toor
HTML Tables The HTML table model allows authors to arrange data - text, preformatted text, images, links, forms, form fields, other tables, etc. - into.
Internal and External Links Web Design – Section 3-6 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Adding Images to Your Web Page Web Design Section 5-7 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
USING JAVASCRIPT TO SHOW AN ALERT Web Design Sec 6-2 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Creating Tables in a Web Site HTML 4 Created by S. Cox.
1 3/28/05CS120 The Information Era CS120 The Information Era Chapter 4 – More HTML Specifics TOPICS: Frames.
Chapter 9 Table Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
1 3/30/05CS120 The Information Era CS120 The Information Era Chapter 4 – More HTML Specifics TOPICS: Frames Problem Review, Nested Frames.
©SoftMoore ConsultingSlide 1 Introduction to HTML: Block-Level Elements.
Tables creating a table within a web page. What makes up a table? Columns Rows.
Tables: Basic Elements Header 1Header 2Header 3 Row 1, Column 1Row 1, Column 2Row 1, Column 3 Row 2, Column 1Row 2, Column 2Row 2, Column 3 Row 3, Column.
Tables.  How tables are used  Basic table structure  Importance of headers  Spanning rows and columns  Cell padding and spacing  Accessibility.
Dreamweaver – Setting up a Site and Page Layouts Web Design Section 7-2 Part or all of this lesson was adapted from the University of Washington’s “Web.
Creating Your Own Navigation Menu Web Design Section 6-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
HTML Tables Tables are defined with the tag. A table is divided into rows (with the tag), and each row is divided into data cells (with the tag). td stands.
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
CIS101 Introduction to Computing Week 07 Spring 2004.
Web Accessibility training An introduction to web accessibility.
Dreamweaver – Setting up a Site and Page Layouts
Yourfriendmanoj.wordpress.com Fb/yourfriendmanoj
Essential Tags Web Design – Sec 3-3
Working with Tables: Module A: Table Basics
Creating a Data Table Web Design – Section 3-8
Elements of HTML Web Design – Sec 3-2
Elements of HTML Web Design – Sec 3-2
Intro to Dreamweaver Web Design Section 8-1
Essential Tags Web Design – Sec 3-3
Elements of HTML Web Design – Sec 3-2
Dreamweaver – Setting up a Site and Page Layouts
HTML Tables CS 1150 Fall 2016.
HTML and CSS 8th Edition Chapter 18: Tables.
Implementing Tables to Hold Data in HTML
Site Development Foundations Lesson 6
Lesson 5: HTML Tables.
Hypertext Markup Language Table 11th Lecture
Presentation transcript:

Creating a Data Table Web Design – Section 3-8 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials

Objectives The Student will:  Understand the HMTL tags associated with data tables.  Be able create a simple data table

HMTL Tags for Tables HTML tables begin and end with table elements:.  The opening table element should include a summary attribute, which is read by screen readers in order to give blind users an overview of what the table contains and how it's organized. Being informed of this information up front helps blind users to more easily navigate the table and understand what they're hearing. Example:

HMTL Tags for Tables A table's caption (brief descriptive text, usually displayed above the table) begins and ends with caption elements: Each row in a table begins and ends with table row (tr) elements:

HMTL Tags for Tables Each cell in the table begins and ends with either table header (th) elements or table data (td) elements, depending on what type of information the cell contains.  If a cell contains headers, it begins and ends with th elements:  If a cell contains data (not headers), it begins and ends with td elements:

HMTL Tags for Tables Table header elements (th) should also include a scope attribute, which is either scope="row" or scope="col". This instructs screen readers as to which headers apply to which cells. Screen readers read tables row by row from left to right, and without this extra markup blind users would have a difficult time if the header applies to the column

HTML Table Example Let’s look at the HMTL to create this table

HTML Table Example School Lunch Menu

HTML Table Example Monday Tuesday Wednesday Thursday Friday

HTML Table Example Carnivores Sausage pizza Corn dogs Sloppy Joe Beef taco Chicken and dumplings

HTML Table Example Herbivores Veggie pizza Veggie dogs BBQ tempeh Bean burrito Tofu teriyaki

Summary Tables were introduced to the web with the original purpose of displaying data in rows and columns. Build tables using the table HTML tags Tables are built row by row. Rest of Today Follow the instructions to create a table. This does not go into your index.htm file. Create a file called table.htm

Final Result Final table doesn’t look great but we will come back to it later and clean it up.