LINKING WEBPAGES USING HTML HYPERLINKS. Hyperlinks are text strings or images on a webpage which when clicked on, links to another section in the same.

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

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.
Chapter 3 – Web Design Tables & Page Layout
Color Templates Software Engineering Module: Web UI Programming Topic: HTML TALENTSPRINT | © Copyright 2012.
Frames.
Multimedia and the World Wide Web HCI 201 Lecture Notes #5A.
Creating Tables Text Tables -created by using preformatted tags. Graphical Tables - created using Table Structure with HTML.
Tutorial 4: Designing a Web Page with Tables
Cos 125 Day 22. Agenda Assignment 6 Not corrected Waiting for tune-ins Assignment 7 is posted Assignment 7 Due April 2PM Left to do 1 Assignments.
© 2004, Robert K. Moniot Chapters 4 & 5 Introduction to HTML, More Details.
XHTML1 Tables and Lists. XHTML2 Objectives In this chapter, you will: Create basic tables Structure tables Format tables Create lists.
Cos 125 Day 24. Agenda All students meeting 7 Pm Monday, April 19 UMS Strategic Plan Assignment #7 Posted Due April 20 Two (one?) more to go Quiz Four.
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.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
Using HTML Tables.
The Power of Tables They aren't just for sitting stuff on anymore...
1 Tables: Data in Rows and Columns – What is Table? – How Tables are Used? – Designing Tables – Table, Cell, Row Attributes – Using Tables for Alignment.
HTML Code. What we will cover Basic HTML Body Font Images Hyperlinks Tables Frames.
Chapter 6 Working with 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.
What is a TABLE? The HTML table allows web designers to arrange & organize data -- text, images, hyperlinks, forms, form fields, other tables, etc. Tables.
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 Essentials Tables and Table Tags. Overview Use of Tables goes beyond tabulating data Frequently used to format Web pages / control layout Especially.
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.
XP 1 Tutorial 4 Designing a Web Page with Tables.
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.
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.
CS105 Introduction to Computer Concepts HTML
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.
XP 1 Tutorial 5 Using Frames in a Web Site. XP 2 Tutorial Objectives  Describe the uses of frames in a Web site  Lay out frames within a browser window.
Dr. Nuha El-KhaliliInternet Programming ( ) HTML Hyper Text Markup Language The language of web pages Maintained by the W3C
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.
HTML: Tables & Frames Internet Technology1. HTML: Tables Table tags ► surround the entire table ► header row (text is boldfaced) ► surround each row ►
Frame Page A Frame Page does the following: –Defines the size of each frame. –Defines how the window will be broken up – rows or columns. –Specifies which.
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:
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
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.
XHTML1-1 Extensible HyperText Markup Language (XHTML) Part 2 Xingquan (Hill) Zhu
Kingdom of Saudi Arabia Ministry of Higher Education Al-Imam Muhammad Ibn Saud Islamic University College of Computer and Information Sciences Chapter.
HTML (Hypertext Markup Language) – Class 3 Recap: HTML Special Characters (ex: ©). Including Images – using the tag. Lists – Ordered and Unordered.
HTML: Tables & Frames Internet Technology.
Introducing Web Tables. Tables for tabulating items  Better looking  More flexibility  More efficient to explain information than plain text.
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.
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.
1 Review of HTML Elements. 2 The tag These tags are marked as comments in HTML. Any text between these two comment tags will.
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.
HTML Tables The HTML table model allows authors to arrange data - text, preformatted text, images, links, forms, form fields, other tables, etc. - into.
1 HTML Frames
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
Week 9: HTML Tables and Frames HNDIT11062 – Web Development.
20-753: Fundamentals of Web Programming 1 Lecture 6: Advanced HTML Fundamentals of Web Programming Lecture 6: Advanced HTML.
COS 125 DAY 14. Agenda  Assignment 6 DUE  Assignment 7 Posted Due March 9:35 AM  Quiz 2 will be on March 30 Chapters M/C and 4 Short.
1 HTML Frames
Introduction to HTML.
Yourfriendmanoj.wordpress.com Fb/yourfriendmanoj
Working with Tables: Module A: Table Basics
Chapter 5 Introduction to XHTML: Part 2
H T M L A B E S X P I N D.
Табеле Табеле се представљају елементом TABLE.
Using HTML Tables SWBAT: - create tables using HTML
Introduction to HTML.
H T M L A B E S X P I N D.
H T M L A B E S X P I N D.
Presentation transcript:

LINKING WEBPAGES USING HTML HYPERLINKS

Hyperlinks are text strings or images on a webpage which when clicked on, links to another section in the same webpage or to a different webpage or to a different website. They work as references to other web pages or websites. Anchor tag is for this

Types of Hyperlinks Internal links Local links External links

Internal Links Links between different elements within the same webpage. Webpage 1 Library facility Sports facility Library facility __________________ Sports facility __________________

Bookmark allow the user to jump to a specific section of the Webpage. This is used when a lot of short information you want to place online in one file. Anchor tag with name attribute is used for creating a bookmark. After declaring the name, a reference point to that word is specified through HREF attribute.

Example: SCHOOL # tells the Anchor that it is looking for a section within the current document. THE SCHOOL CAMPUS

Local Links Links with other Webpages on the same webserver. Webpage 1 Library facility Sports facility Webpage 2 Library facility __________________ Webpage 3 Sports facility __________________

Example: THE SCHOOL CAMPUS

External Links Links with other Websites anywhere on the www. Website 1 Library facility Sports facility Website 2 Library facility __________________ Website 3 Sports facility __________________

Example: THE SCHOOL CAMPUS

LINKS Click here to me

To change the link color Use the following attributes along with the body tag alink="color" For the active link color vlink="color" For the visited link color Eg:

The Target Attribute With the target attribute, you can define where the linked document will be opened. "_BLANK" causes the linked document to load into a whole, newly created browser window which has no name. This new window will appear on top of the previous browser window; if this new browser window is eliminated, the previous browser window will remain. "_SELF" causes the linked document to load into the same browser window containing the hyperlink.

"_PARENT" causes the linked document to load into the parent (next higher) frameset in which the document containing the hyperlink is located. If the latter document has no parent frameset, this target name acts like "_SELF", described above. "_TOP" causes the linked document to load into the entire browser window. It “breaks through” all higher framesets in a nesting and surfaces at the top. If the document containing the hyperlink is part of the first frameset in a nesting of framesets, this target name acts like "_SELF", described above.

TABLES

Defines the beginning and end of the table. Table Row - Defines the beginning and end of a horizontal row. Table Cell - Defines an individual cell. Cells are always placed inside a row. -TABLE HEADER To add more cells add more tags. To add more rows, add more tags with their respective cells.

Note: These attributes apply to the entire table - you can't specify spacing or padding for individual cells. To display a caption My Caption Spacing and Padding There are two ways to set the spacing around cells. cellspacing - Defines the space between cells. If a border is used, the spacing will widen the border. cellpadding - Defines the space inside each cell, i.e. the space between the edges of the cell and the content within it.

Tags that can be used inside the table tag:,

Width and Height The size of a table can be defined in two ways - as a fixed pixel value or as a percentage. If no percentage sign is used then the value is taken to mean pixels Although the height attribute is widely supported, it isn't actually part of the official HTML standard. It may not always work as you expect. If no size values are specified, the browser will decide on an appropriate size. Results will vary between browsers. If a table width is wider than the browser window, the page will not fit on the screen and horizontal scroll bars will appear. The percentage value applies to whatever "container" the table is in, meaning that if the table is nested inside another table or page element, the width will be a percentage of the containing cell or element. If there is no containing element, the table width will be a percentage of the page width.

To spread out a cell across two or more rows or columns, use the following cell attributes: colspan - The number of columns the cell spans. rowspan - The number of rows the cell spans Cells can only span whole numbers of rows or columns, i.e. cells can't span half a row or part of a column.

Frame :Specifies which sides of the border surrounding a table will be visible. The "border" attribute can be used in conjunction with the "frame" attribute to specify the width of the border frame=hsides, vsides, void, above, below, lhs, rhs, box rules :none, rows, cols, all BORDERCOLOR

Thead : defines a table header Tfoot : defines a table footer align = left|center|right|justify valign = top|middle|bottom this is a beautiful test