Tables Attributes Image Map.  Tables are defined with the tag.  A table is divided into rows with the tag.  Each row is divided into data cells with.

Slides:



Advertisements
Similar presentations
Using HTML Tables Presenting Information & Layout Control.
Advertisements

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.
HTML Tables Introduction to Tables Introduction to Tables Table Format Table Format Table Captions Table Captions Table Example Table Example Excercise.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 6: HTML Tables.
Session 3 Intermediate HTML Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
1 Programming the Web: HTML Basics Computing Capilano College.
Session 6: HTML 2 - Content Design J0394 – Perancangan Situs Web Program Studi Manajemen Universitas Bina Nusantara.
Chapter 5 Creating an Image Map.
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.
Image Maps and Graphics Internet Basics and Far Beyond! Mrs. Wilson.
Introducing Web Tables
HTML TABLES Cyndi Hageman. Tables   Attributes Name or id – used to identify the table Border = set this to determine if there is a border and the size.
Tables And Lists. Slide 2 Lecture Overview Learn about the basics of tables Create simple 2-dimensional tables Format tables Create tables with complex.
 2003 Prentice Hall, Inc. All rights reserved. Chapter 5 - Introduction to XHTML: Part 2 Outline 5.1 Introduction 5.2 Basic XHTML Tables 5.3 Intermediate.
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.
 Tables are commonly used to display all manner of data, such as timetables, financial reports, and sports results etc.  Tables, just like spreadsheets,
Lesson 6. Links in HTML Computer Science Welcome to Virtual University in Pakistanhttp://
Tables in HTML Basharat Mahmood, Department of Computer Science,CIIT,Islamabad, Pakistan. 1.
XHTML1 Tables N100 Creating a Simple Web Page. XHTML2 Creating Basic Tables Tables are collections of rows and columns that you use to organize and display.
Identifies the Structure Table Row Column 1 Table Heading Column 2.
CHAPTER 11 Tables. How Are Tables Used Data Display  Very tidy and very useful Better Text Alignment  Putting text in tables allows you to format indents.
Web Design I Spring 2009 Kevin Cole Gallaudet University
HTML II ECT 270 Robin Burke. 2 Outline Review Images text flow links Image maps Colors Tables.
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
 2004 Prentice Hall, Inc. All rights reserved. Chapter 5 - Introduction to XHTML: Part 2 Outline 5.1 Introduction 5.2 Basic XHTML Tables 5.3 Intermediate.
Web Development & Design Foundations with XHTML Chapter 8 Key Concepts.
HTML B OOT C AMP Chapter 10 Tables Kirkwood Continuing Education © Copyright 2015, Fred McClurg All Rights Reserved.
Department of Information Technology Chapter 9 – Creating Tables Lecturer: Ms Melinda Chung.
 2004 Prentice Hall, Inc. All rights reserved. Introduction to XHTML: Part 2 Outline frameset Element 5.10 Nested frameset s.
1 Week Four– Advance HTML 2 Dr. Fadi Safieddine. 2 Lecture Content Basic HTML Tables Using based Feedback form Creating and Using Image Maps Nested.
HTML (Hypertext Markup Language) – Class 3 Recap: HTML Special Characters (ex: ©). Including Images – using the tag. Lists – Ordered and Unordered.
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.
CS101 Introduction to Computing Lecture HTML Lists and Tables (Web Development Lecture 3)
A table is a rectangular arrangement of rows and columns on your screen A table is used to organize data into rows and columns and also increasingly.
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.
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:
Tables lab5. Drawing a table Tables are the web designer’s best friend and worst enemy. To draw a table we will use:  tag  for raw  tags for column.
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.
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.
Image Map You can define a region on your image as clickable. Add usemap=“mapname” parameter to your image. Add a tag to your html where name of map tag.
 You can also divide an image into regions that link to different documents depending on where someone clicks.  This is called an imagemap, and any.
Using Tables for Layout INP150 Session #8. Layout Map out your page Design with paper and pencil Determine number of rows and columns you need Determine.
1 Creating the Home Page. 2 Creating a Table Table attributes  Two rows and two columns  No border  Left-aligned Change the vertical alignment of the.
REEM ALMOTIRI Information Technology Department Majmaah University.
©SoftMoore ConsultingSlide 1 Introduction to HTML: Block-Level Elements.
TABLES IN HTML No, not that kind of table!! THIS KIND!!
Linking Using Image Maps. What is an Image Map? An image map is an image in which several areas of an image are linked to different sites The areas of.
CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr
>> HTML: Tables.
HTML Tables CS 1150 Spring 2017.
Chapter 5 - Introduction to XHTML: Part 2
Creating Tables Steps for creating a Table Important Facts about Table
Табеле Табеле се представљају елементом TABLE.
HTML Image Maps Teacher: Ms. Olifer.
Creating Tables Steps for creating a Table Important Facts about Table
Web Design and Development
Introduction to HTML: Image Maps
HTML Tables & Frames Internet Technology.
Web Development & Design Foundations with H T M L 5
Site Development Foundations Lesson 6
Creating Tables Steps for creating a Table Important Facts about Table
Lesson 5: HTML Tables.
HTML Tables & Frames Internet Technology.
Presentation transcript:

Tables Attributes Image Map

 Tables are defined with the tag.  A table is divided into rows with the tag.  Each row is divided into data cells with the tag.

Data Data First Row Second Row 2 colom

BORDER WIDTH HEIGHT CELLSPACING CELLPADDING ALIGN BGCOLOR

ALIGN "Right"> VALIGN "Bottom" "Baseline" BGCOLOR WIDTH, HEIGHT, BGCOLOR COLSPAN, ROWSPAN

 An image map is a way of defining "hot spot" links within an image on a Web page.  This means that, rather than having the whole image behave as one link, you can have different links within the one image. ( Example ) Example

 Creating an image map involves using the tags.

1. The tag: To associate an image map with an image, we simply add the usemap attribute to the standard tag for the image

 The map itself is defined using the tag.  The tag attributes:  Attribute name = "value" Identifies the image map......

 The hot spots within the map are defined using the tag.  The area element is nested within the map element.  It’s used to tell the browser where the hot spots are in the image, and what the hot spots need to link to.

 Attribute shape = "value"  Specifies the shape of the area,  Possible values: ▪ rect, circle, poly  Attribute coords ="area-coordinates"  Specifies the coordinates that define the corners of the shape.

ShapeCoordinatesDescription rectcoords="x1,y1,x2,y2"The top left and bottom right corners of the rectangle circlecoords="x,y,r"The centre and radius of the circle polycoords="x1,y1,x2,y2,x3,y3,..." The corners of the polygon

<area shape="rect" coords="0,0,82,126" alt="Sun"> <area shape="circle" coords="90,58,3" alt="Mercury"> <area shape="circle" coords="124,58,8" alt="Venus“> <area shape="rect" coords="0,0,82,126" alt="Sun"> <area shape="circle" coords="90,58,3" alt="Mercury"> <area shape="circle" coords="124,58,8" alt="Venus“>

<area shape="rect" coords="0,0,82,126" alt="Sun" href="sun.html"> <area shape="circle" coords="90,58,3" alt="Mercury" href="mercur.html"> <area shape="circle" coords="124,58,8" alt="Venus" href="venus.html"> <area shape="rect" coords="0,0,82,126" alt="Sun" href="sun.html"> <area shape="circle" coords="90,58,3" alt="Mercury" href="mercur.html"> <area shape="circle" coords="124,58,8" alt="Venus" href="venus.html">

<area shape="circle" coords="58,50,40" href=“ htm" alt="Circle" > <area shape="rect" coords="136,11,227,89" href=“ htm" alt="Rectangle" > <area shape="poly" coords="309,13,358,89,257,89" href=“ htm" alt="Triangle" > <area shape="circle" coords="58,50,40" href=“ htm" alt="Circle" > <area shape="rect" coords="136,11,227,89" href=“ htm" alt="Rectangle" > <area shape="poly" coords="309,13,358,89,257,89" href=“ htm" alt="Triangle" >

Example