The Teacher Computing HTML (2) HyperText Markup Language.

Slides:



Advertisements
Similar presentations
The Web Wizards Guide to HTML Chapter Six Tables.
Advertisements

HTML 4 Hypertext Markup Language Tables, Lists & Links Science & Art Multimedia.
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.
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.
Internet Basics & Way Beyond!
Spanning Rows and Columns Mrs. Wilson Internet Basics & Beyond.
Web Design HTML Basic Robertus Setiawan Aji Nugroho References: w3schools.com.
Basic HTML. HTML Background November 1990, first created by Tim Berners Lee, the father/inventor of WWW Knighted by Queen Victoria in 2004 Hypertext is.
Chapter 4_2 Marking Up With Html: A Hypertext Markup Language Primer.
Introducing Web Tables
Exploring the Internet Creating web pages with 2-d layout Instructor: Michael Krolak Instructor: Patrick Krolak See also
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.
HTML Essentials Tables and Table Tags. Overview Use of Tables goes beyond tabulating data Frequently used to format Web pages / control layout Especially.
HTML HTML and css 2012 Brian Davison. Assistants Dennis Doug Louise Martin Steven Stephanie.
Lesson 6. Links in HTML Computer Science Welcome to Virtual University in Pakistanhttp://
Lecture 16: SQL and HTML tables
Tables in HTML Basharat Mahmood, Department of Computer Science,CIIT,Islamabad, Pakistan. 1.
CIS 1315 – Web Development for Educators CIS 1315 HTML Tutorial 5: Working with Tables.
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…
INTRODUCTORY Tutorial 7 Creating Tables. XP New Perspectives on Blended HTML, XHTML, and CSS2 Objectives Discern the difference between data tables and.
In this tutorial, you are going to be exploring the structure and layout of websites. Activity: With a partner, discuss the websites you visit regularly.
Actual Building the Pages Tables. Using Table Elements  To build effective page templates, you must be familiar with the HTML table elements and attributes.
1 3/7/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: More on tables and images.
Tables Module 2: HTML Basics LESSON Extension. Module 2: HTML Basics LESSON Extension Lesson Overview In this lesson, you will learn to:  Create tables.
IS1824: Introduction to Internet Multimedia Lecture 5: Layout in HTML Rob Gleasure
Html Tables Basic Table Markup. How Tables are Used For Data Display Tables were originally designed to display and organize tabular data (charts, statistics,
XHTML1-1 Extensible HyperText Markup Language (XHTML) Part 2 Xingquan (Hill) Zhu
HTML (Hypertext Markup Language) – Class 3 Recap: HTML Special Characters (ex: ©). Including Images – using the tag. Lists – Ordered and Unordered.
HTML Hypertext Markup Language. WORKING WITH FRAMES.
Technologies for web publishing Ing. Václav Freylich Lecture 3.
Introducing Web Tables. Tables for tabulating items  Better looking  More flexibility  More efficient to explain information than plain text.
1 HTML tables
How to make tables in HTML By Daniel Arze. How do they do this?
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.
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
CS-3432 Electronic Commerce Lecture – 7 Sikandar Shujah Toor
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.
The Teacher Computing HTML HyperText Markup Language.
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.
Take Web Design Presurvey Username: First initial, last name For example, Omar Estrella -> oestrella Password: Same as.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
Assistant Professor,UCER Naini,Allahabad
Creating Tables in a Web Site HTML 4 Created by S. Cox.
1 3/30/05CS120 The Information Era CS120 The Information Era Chapter 4 – More HTML Specifics TOPICS: Frames Problem Review, Nested Frames.
Kevin Murphy More Tables Masters Project CS 490. Kevin Murphy An Additional Attribute n BGCOLOR -For changing the background color for the table or a.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 5: HTML Tables.
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.
TABLES. Session Checklist ► Learn the ways that tables can help you organize data on your Web site ► Learn how to prepare a spreadsheet-like table that.
Advanced Tables. Spanning Columns and Rows: So far, our tables have been relatively simple, with a uniform grid of rows and columns: XHTML allows us to.
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 Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
HTML LAYOUTS. CONTENTS Layouts Example Layout Using Element Example Using Table Example Output Summary Exercise.
Glencoe Introduction to Web Design Chapter 4 XHTML Basics 1 Review Do you remember the vocabulary terms from this chapter? Use the following slides to.
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
Getting Started – Table 2
HTML Tables CS 1150 Fall 2016.
LESSON Extension Module 2: HTML Basics Tables.
Web Design and Development
What is HTML?.
Using rowspan and colspan attributes
Implementing Tables to Hold Data in HTML
Using rowspan and colspan attributes
Lesson 5: HTML Tables.
Hypertext Markup Language Table 11th Lecture
Presentation transcript:

The Teacher Computing HTML (2) HyperText Markup Language

The Teacher Computing Tables The layout of a web page is created by using a table A table has a number of rows..and each row has a number of cells

The Teacher Computing Table Example Hello People Smee Hello People Smee HTML code for this table would be…

The Teacher Computing Table Example 2 Hello World OneTwoThree Hello World One Two Three A cell may span across several columns…

The Teacher Computing HTML Challenge 1 Try to output this table on a web page… Hello World!!! TomDickHarry See you soon!

The Teacher Computing Table Example 3 Sometimes cells may span several rows… Cell spans 3 rows One Two Three Cell spans 3 rows One Two Three Use the rowspan attribute…

The Teacher Computing HTML Challenge 2 Display this table on a web page: FirstPage Side 123 4Five Bottom