HTML 15-Feb-13HTML- lec 4 T.A. Reem Alshnaifi Tables Contents.

Slides:



Advertisements
Similar presentations
HTML TABLES EXPLAINED. What is a TABLE? The HTML table allows web designers to arrange & organize data -- text, images, hyperlinks, forms, form fields,
Advertisements

Table (TABLE) Contains TABLE ROWS (TR) Contains TABLE DATA (TD) Data can contain anything Text Lists Other tables Pictures …
TABLES 6 How to create tables What information suits tables How to represent complex data in tables.
 2001 Prentice Hall, Inc. All rights reserved. Outline 1 Table1.html 1 2
Spanning Rows and Columns Mrs. Wilson Internet Basics & Beyond.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
What is a TABLE? The HTML table allows web designers to arrange & organize data -- text, images, hyperlinks, forms, form fields, other tables, etc. Tables.
Chapter 5 Working with Tables. Agenda Add a Table Assign a Table Border Adjust Cell Padding and Spacing Adjust Cell Width and Height Add Column Labels.
CIS 1310 – HTML & CSS 8 Tables. CIS 1310 – HTML & CSS Learning Outcomes  Create a Table  Apply Attributes to Format Tables  Increase the Accessibility.
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.
Creating Tables in a Web Site Using an External Style Sheet
Creating Tables in a Web Site.  Define table elements  Describe the steps used to plan, design, and code a table  Create a borderless table to organize.
HTML Comprehensive Concepts and Techniques Second Edition Creating Tables in a Web Site October 23, 2012.
Creating Tables in a Web Site
HTML Overview Part 4 – Tables 1. HTML Tables  Tables are defined with the tag pair.  A table is divided into rows with tag pairs. o tr stands for "table.
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.
Tables Module 2: HTML Basics LESSON Extension. Module 2: HTML Basics LESSON Extension Lesson Overview In this lesson, you will learn to:  Create tables.
Tutorial 5 Working with Tables and Columns
Tutorial 5 Working with Tables and Columns
Html Tables Basic Table Markup. How Tables are Used For Data Display Tables were originally designed to display and organize tabular data (charts, statistics,
Organization Components (Lists, Table & Frame) Wah Yan College (Hong Kong) Mr. Li. C.P.
Academic Year, Spring Semester Bilkent University - Faculty of Art, Design and Architecture Department of Communication and Design CS 153 Introduction.
Introducing Web Tables. Tables for tabulating items  Better looking  More flexibility  More efficient to explain information than plain text.
TABLES 1. In this chapter you will learn that tables have many uses in HTML. Objectives: Upon completing this section, you should be able to: 1. Insert.
1 HTML tables
HTML— More Tags, Formatting, and Lists. Formatting Tags  Bold  Italics  Underline  Big text  Small text  Subscript (H 2 O)  Superscript (10 3 )
Nael Alian
Kevin Murphy Introduction to Tables Masters Project CS 490.
Tutorial 5 Working with Web Tables. XP Objectives Explore the structure of a Web table Create headings and cells in a table Create cells that span multiple.
Table (TABLE) Contains TABLE ROWS (TR) Contains TABLE DATA (TD) Data can contain anything › Text › Lists › Other tables › Pictures › …
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.
1 Tables attributes. 2 Table attributes: border Activates border around cells Syntax: – where “n” is a value in pixels which controls the “thickness”
Unit 4 Create and Use Tables. TITLE CORNELL NOTES TOPIC: NOTES: Name: Date: 09/08/2009 Period : Summary: Reasons for using tables Unit 4 Page 1 Display.
26 HTML Tables … surround table … surround each row … surround each cell … like, but bold and centered by default (for table headings) … table title No.
Assignment 3 Your going to modify your last Best Movies page and Recipe page Your going to modify your last Best Movies page and Recipe page You will need.
REEM ALMOTIRI Information Technology Department Majmaah University.
Tutorial 5: Tables Session OBJECTIVES Create a table Insert a table summary Insert a table caption Add rows and cells Merge Cells inside a Table.
TABLES IN HTML No, not that kind of table!! THIS KIND!!
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Create Tables.
01 – HTML (1) Informatics Department Parahyangan Catholic University.
1 Mansoor Ahmed Bughio. 2 HTML TABLES With HTML you can create tables. Examples Tables This example demonstrates how to create tables in an HTML document.
HTML Tables. 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).
Tutorial 5 Working with Web Tables
Table Pertemuan 10 Matakuliah : L0182 / Web & Animation Design
>> HTML: Tables.
LAB Work 02 MBA 61062: E-Commerce
HTML Tables CS 1150 Spring 2017.
Tutorial 5 Working with Tables and Columns
Chapter 7 Tables.
H T M L A B E S X P I N D.
Tutorial 5 Working with Web Tables
Tables:.
TABLES.
HTML Tables CS 1150 Fall 2016.
Mr. Rouda’s CSCI 101 sections
Matakuliah : Web Design
TABLES IN HTML No, not that kind of table!! THIS KIND!!
Web Design and Development
Creating Tables in a Web Site
Implementing Tables to Hold Data in HTML
HTML Tables.
Hyperlinks 1 2.
H T M L A B E S X P I N D.
Using tables in HTML Goes in order with Examples at my site.
Site Development Foundations Lesson 6
Principles of Web Design 5th Edition
1.3 TABLES.
H T M L A B E S X P I N D.
Make a Heading and sub-headings.
Contents: 1. More on tables 2. Images (the <img> tag)
Presentation transcript:

HTML 15-Feb-13HTML- lec 4 T.A. Reem Alshnaifi Tables Contents

HTML Tables : Basic Table Structure Table Headings Table with a caption Table cells that span more than one row/column Cell Padding and Cell Spacing

Basic Table Structure Each table starts with a table tag Each table row starts with a tr tag Each table data starts with a td tag One column: 100 Example

Basic Table Structure Result

Add the following table to your page note: the table without borders Basic Table Structure

Table Headings Name Telephone Bill Gates Example

Table Headings Result

Table Headings SaturdaySunday Tickets sold: Total sales:600$675$ write the appropriate html code to design the following table :

Table with a caption Monthly savings Month Savings January $100 Example

Table with a caption Result

Table cells that span more than one column 9am 10am 11am 12am Monday Geography Math Art Example

Table cells that span more than one column Result

Table cells that span more than one row ABC BBC CNN 6pm - 7pm Movie Comedy News 7pm - 8pm Sport Current Affairs Example

Table cells that span more than one row Result

Cell Padding and Cell Spacing Cell padding :control the white space between cell content and the borders Cell spacing :control the distance between cells

Cell Padding and Cell Spacing ABC BBC CNN 6pm - 7pm Movie Comedy News 7pm - 8pm Sport Current Affairs Example

Cell Padding and Cell Spacing Result