How to Make Navigational Frames in an HTML Document By: Patrick Clahane.

Slides:



Advertisements
Similar presentations
Frames. What are frames? The ability to divide the browser window into sections that can function independently of one another. Navigation within the.
Advertisements

HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
Creating Frames. Frames allow you to view more than one Web page at a time. You can split the browser window horizontally and vertically. You can also.
HTML Concepts and Techniques Fourth Edition Project 6 Using Frames in a Web Site.
CIS101 Introduction to Computing HTML Project Two.
Chapter 6 Working with Frames.
Frameset. FrameSet With frames, we can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each.
HTML 2 FRAMES. Frames Intro Frames are a feature supported by Netscape 2.0 (and higher) Internet Explorer 3.0 (and higher) and a few other browsers. Frames.
Using Frames in a Web Site
CSCI 1101 Intro to Computers 7.3 Learning HTML. HTML Coding - Frame sets 2 What are Frames? Frames allow independent navigation and content to two (or.
1 Advanced Frame Options Using NORESIZE  By default, users may resize frames unless you specify the NORESIZE attribute in the tag  Examples:
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.
Links in HTML. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another web page on the same.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
HTML Introduction to HTML Tags. HTML Document My first HTML document Hello world!
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
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.
HTML Concepts and Techniques Fourth Edition Project 6 Using Frames in a Web Site.
Chapter 12 FRAMES. HOW FRAMES WORK When you view a framed page in a browser, you are actually looking at several HTML documents at once. The key to making.
HTML, XHTML, and CSS Chapter 8 Adding Multimedia Content to Web Pages.
Web Design (2) Brackets - introduction. Brackets Brackets is a web design code editor It is an open-source project initiated by Adobe (creator of Dreamweaver)
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Working with HTML Frames The Good, The Bad & The Ugly.
Week 11 Creating Framed Layouts Objectives Understand the benefits and drawbacks of frames Understand and use frame syntax Customize frame characteristics.
1 HTML Frames
1 Planning and Laying Out Frames Sketch the frame structure on paper before writing the HTML code two rows two columns.
For the World Wide Web Designing with Frames.  One of the most popular climbing schools in Colorado is Cliff Hangers. Located in Bolder, Cliff Hangers.
HTML Frames 1) Introduction to Frames 2) Simple Frame Example 3) Frame Layout 4) Excercise.
Web111a_chapt05.ppt HTM: Section 5 Frames A section of the browser window capable of displaying an entire web page Display multiple web pages on the screen.
HTML Concepts and Techniques Fifth Edition Chapter 6 Using Frames in a Web Site.
Tutorial 5 Windows and Frames Section B - Working with Frames and Other Objects Go to Other Objects.
 2003 Prentice Hall, Inc. All rights reserved. Introduction to HTML: Frames Outline 1 Introduction 2 frameset Element 3 Nested frameset s 4 Web Resources.
Using Frames in a Website GMU November 12-13, 2004.
HTML: Tables & Frames Internet Technology.
HTML Hyper Text Markup Language. Create TABLE in an HTML Tables are defined with the tag. A table is divided into rows (with the tag), and each row is.
1 HTML Frames
HTML Frames.
Using Frames in a Web Site Project 6. Project Objectives Project 6: Using Frames in a Web Site 2 Define terms related to frames Describe the steps used.
Chapter 1 Getting Started With Dreamweaver. Exploring the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
Links in HTML What you need to know….. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another.
Web programming Part 1: HTML 由 NordriDesign 提供
This shows CIS17 and the first day introduction..
INTRODUCTORY Tutorial 9 Creating Frames. XP New Perspectives on Blended HTML, XHTML, and CSS2 Objectives Decide when to use frames for a Web site Learn.
1 HTML Frames
1 3/28/05CS120 The Information Era CS120 The Information Era Chapter 4 – More HTML Specifics TOPICS: Frames.
Web Technology (NCS-504) Prepared By Mr. Abhishek Kesharwani Assistant Professor,UCER Naini,Allahabad.
HTML Lab4 Ins.Samia alblwi. O UTLINE : 1-Links 2-Frame.
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.
© ExplorNet’s Centers for Quality Teaching and Learning 1 Objective % Understand advanced production methods for web-based digital media.
Creating Web Pages with Links, Images, and Embedded Style Sheets
HTML 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). td stands.
HTML Comprehensive Concepts and Techniques Second Edition Creating Frames on a Web Page.
Lesson 9. Test 1 How was the test ? Assignment 1 (must complete satisfactorily even if you do not get any marks for it !!!!!!)
Creating Frames on a Web Page
Client-Side Internet and Web Programming
Table of Contents Creating Frames Frameset Tag and its attributes
Table of Contents Creating Frames Frameset Tag and its attributes
Essentials of HTML.
Using Frames in a Web Site
Table of Contents Creating Frames Frameset Tag and its attributes
HTML Tables & Frames Internet Technology.
HTML Structure.
Creating Frames on a Web Page
One Set of Styles Connected to As Many Pages as You Want!!!
HTML Tables & Frames Internet Technology.
Presentation transcript:

How to Make Navigational Frames in an HTML Document By: Patrick Clahane

Introduction HTML Frames HTML Frames Divides page into multiple blocks Divides page into multiple blocks Allows user to display multiple documents in one window Allows user to display multiple documents in one window Users Users People with a vary basic knowledge of HTML People with a vary basic knowledge of HTML Materials Materials Computer with internet connection and notepad Computer with internet connection and notepad Header, Links, and Home HTML supporting files Header, Links, and Home HTML supporting files

Step 1: Frameset Begin by typing Begin by typing in notepad in notepad This starts the HTML document and breaks the page up into 2 rows This starts the HTML document and breaks the page up into 2 rows The 20% row is the header frame The 20% row is the header frame The 80% row is the links and main frames The 80% row is the links and main frames

Step 2: Header Frame Type below the code Type below the code This will make the header.html file appear in the top 20% of the page This will make the header.html file appear in the top 20% of the page If no header.html file is present, in the current folder, a message will appear in the window If no header.html file is present, in the current folder, a message will appear in the window

Step 2: Continued

Step 3: Links & Main Frames Type Type This breaks the 80% row, created in step 1, into 2 columns This breaks the 80% row, created in step 1, into 2 columns The 20% column is the links frame The 20% column is the links frame The 80% column becomes the main frame The 80% column becomes the main frame

Step 4: Links Frame Type below the second code Type below the second code This will make the links.html document appear in the 20% column This will make the links.html document appear in the 20% column If no links.html file is present, in the current folder, a message will appear in the frame If no links.html file is present, in the current folder, a message will appear in the frame

Step 4: links Frame

Step 5: Main Frame Type Type This will make the home.html document appear in the 80% column (main frame) This will make the home.html document appear in the 80% column (main frame) The name=“showframe” part allows the links to be opened in the main frame The name=“showframe” part allows the links to be opened in the main frame If no home.html document is present, in the current folder, a message will appear If no home.html document is present, in the current folder, a message will appear

Step 6: Closing Frame Tags Type after the tag in step 5 Type after the tag in step 5 The 2 codes close the frames The 2 codes close the frames The code closes the html document The code closes the html document

Step 7: Targeting Links In the links.html document add the code ‘target=“showframe”’ to each of the links that you want to appear in the main frame. In the links.html document add the code ‘target=“showframe”’ to each of the links that you want to appear in the main frame. Without this code the link will open and take over the entire window Without this code the link will open and take over the entire window

Step 7: Targeting Links

Conclusion Questions?

Works Cited "Frames." W3School June "Frames." W3School June 2008.