Spanning Rows and Columns Mrs. Wilson Internet Basics & Beyond.

Slides:



Advertisements
Similar presentations
Use Tables for Layout Control Day 7. You will learn to: Understand Tables Create a Simple Table Modify Your Tables Appearance Create Page Layouts with.
Advertisements

Internet Basics & Way Beyond!
Creating Tables Text Tables -created by using preformatted tags. Graphical Tables - created using Table Structure with HTML.
New Perspectives on Creating Web Pages with HTML
Chapter 4 – Intermediate HTML 4 Outline 4.1 Unordered Lists 4.2 Nested and Ordered Lists 4.3 Basic HTML Tables 4.4 Intermediate HTML Tables and Formatting.
Tutorial 4: Designing a Web Page with Tables
CIS101 Introduction to Computing Week 07. Agenda Your questions Resume project Review Project Two HTML Project Three This week online Next class.
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 4: Designing a Web Page with Tables.
XP 1 Designing a Web Page with Tables Tutorial 4 Creating a News Page.
Creating a Web Page with Tables. Objectives Create a text table with preformatted text Create the basic structure of a graphical table Organize table.
Introducing Web Tables
XP Creating Web Pages with HTML Using Tables. XP Objectives Create a text table Create a table using the,, and tags Create table headers and captions.
Using HTML Tables.
HTML Code. What we will cover Basic HTML Body Font Images Hyperlinks Tables Frames.
HTML. Creating a Table Attributes: border: indicates the border type of the table Value: 0 (no border), 1, 2, etc. cols: indicates the number of columns.
Notes Ch. 12—Creating Tables Web Page Design. Why Use Tables? Tables are used to create a variety of items such as calendars, charts, and spreadsheets.
INTRODUCTION TO WEB DEVELOPMENT AND HTML Lecture 06: Tables - Spring 2011.
HTML Tables and Forms Creating Web Pages with HTML CIS 133 Web Programming Concepts 1.
HTML Essentials Tables and Table Tags. Overview Use of Tables goes beyond tabulating data Frequently used to format Web pages / control layout Especially.
HTML Tables. Start of page where we want to place a table.
XP 1 Tutorial 4 Designing a Web Page with Tables.
Identifies the Structure Table Row Column 1 Table Heading Column 2.
CIS 1315 – Web Development for Educators CIS 1315 HTML Tutorial 5: Working with Tables.
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.
Bayu Priyambadha, S.Kom. for long documents, you can even have links to other locations in that same document  … where ident is a variable for identifying.
How to create tables in HTML…
Creating Tables in a Web Site Using an External Style Sheet
HTML Comprehensive Concepts and Techniques Second Edition Creating Tables in a Web Site October 23, 2012.
HTML Comprehensive Concepts and Techniques Second Edition Project 3 Creating Tables in a Web Site.
INTRODUCTORY Tutorial 7 Creating Tables. XP New Perspectives on Blended HTML, XHTML, and CSS2 Objectives Discern the difference between data tables and.
CNIT 132 – Week 7 HTML - Tables. Tables on the World Wide Web A table can be displayed on a Web page either in a text or graphical format. A text table:
Designing a Web Page with Tables. A text table: contains only text, evenly spaced on the Web page in rows and columns uses only standard word processing.
XP Creating Web Pages with HTML, 3e Prepared by: C. Hueckstaedt, Tutorial 4 1 New Perspectives on Creating Web Pages with HTML Tutorial 4: Designing a.
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
ECA 228 Internet/Intranet Design I Tables. ECA 228 Internet/Intranet Design I Basic HTML Tables Created as a way to present rows and clumns of data.
Tables in HTML. Table Tag HTML tables always begin and end with a table tag. Syntax:
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.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
Computer Science 101 Lists and Tables. Lists Unordered lists - use a bullet Ordered lists - use a number, Roman numeral, or letter.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Project 5: Working with Tables Kelly L.
CIS234A Lecture 8 Instructor Greg D’Andrea. Review Text Table contains only text, evenly spaced on the Web page in rows and columns uses only standard.
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.
How To Create HTML Tables. Table Structure General HTML code for a Web Table: table cells table cells.
CLICK THE NUMBERS IN SEQUENCE
Creating Tables in a Web Site HTML 4 Created by S. Cox.
Internet Applications Development Lecture 6 L. Obead Alhadreti.
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!!
Advanced Tables. Let's build some tables using each of these features and then try combining both features into the same table. Spanning Rows and Columns.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Create Tables.
CIS101 Introduction to Computing Week 07 Spring 2004.
LAB Work 02 MBA 61062: E-Commerce
HTML Tables CS 1150 Spring 2017.
Introduction to HTML.
HTML Tables CS 1150 Fall 2016.
Title of the poster. Title of the poster. Title of the poster
Title of the poster. Title of the poster. Title of the poster
Title of the poster. Title of the poster. Title of the poster
Using HTML Tables SWBAT: - create tables using HTML
TABLES.
NUMBERS one two three four five six seven eight
Using rowspan and colspan attributes
Using rowspan and colspan attributes
CLICK THE NUMBERS IN SEQUENCE
Lesson 5: HTML Tables.
Hypertext Markup Language Table 11th Lecture
CLICK THE NUMBERS IN SEQUENCE
Presentation transcript:

Spanning Rows and Columns Mrs. Wilson Internet Basics & Beyond

Review Cell padding  The space WITHIN the cells Cell spacing  The space BETWEEN the cells The tag will make the text in a cell centered and bold There are two types of tables:  Graphical & Text

Review The color defined for a cell overrides the background color of a table or By default, tables display text WITHOUT borders. You must add a border=# tag Each row of a table is surrounded by a two-sided tag Within a table row, a two-sided tag indicates the presence of individual table cells.

You can create…. Cells that span one or more columns or rows in a table

Spanning Cell A cell that occupies more than one row or column in a table Today’s Opinion Poll Question Political Party DemocratRepublicanIndependent “Do you favor or oppose increasing the minimum wage?” Favor70%35%55% Oppose25%60%30% Unsure5% 15% Spans 3 columns Spans 2 cols & 2 rows Spans 3 rows

ROWSPAN & COLSPAN You can create spanning cells by inserting the ROWSPAN & COLSPAN properties in the and tags text Value is the number of rows or columns the cell will span

Example You would enter tag to create a cell that spans two columns in a table You would enter for a cell that spans two rows

Type this HTML code This cell spans 3 rows one two three four five six seven eight nine ten