HTML Lesson 5 TBE 540. Prerequisites The user must be able to… –Create basic web pages with a text editor and/or a web page editor.

Slides:



Advertisements
Similar presentations
Anatomy of a Web Page. Parts of a Web Page Title Bar Navigation Tool Bar Location Bar Header Graphic/Image Text Horizontal Rule Links.
Advertisements

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.
DREAMWEAVER Welcome to our website!
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.
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
Multimedia and the World Wide Web HCI 201 Lecture Notes #5A.
FORMs Lesson TBE 540. Prerequisites Before beginning this lesson, the learner must be able to… –Create basic web pages using a text editor and/or a web.
Intermediate Level Course. Text Format The text styles, bold, italics, underlining, superscript and subscript, can be easily added to selected text. Text.
HTML Lesson 4 TBE 540. Prerequisites Learners must already be able to... (besides basic computer knowledge) Use a search engine to locate information.
HTML Lesson 2 TBE 540 Farah Fisher. Prerequisites Access web pages and navigate Use search engines to locate specific information Download graphics from.
HTML Lesson 3 TBE 540 Farah Fisher. Prerequisites Use a search engine to locate information. Download graphics from the web. Define GIF, JPG and "animated.
JavaScript Lesson 1 TBE 540. Prerequisites  Before beginning this lesson, the learner must be able to… Create a basic web page using a text editor and/or.
HTML Lesson 1 TBE 540 Farah Fisher. Prerequisites Before beginning this lesson, the student must be able to… Access web pages and navigate the web Access.
The Power of Tables They aren't just for sitting stuff on anymore...
Start -> All Programs -> Classes -> Web Expressions -> Dreamweaver.
Create a Web Site with Frames
A02 Creating my website NAME ______________. UNIT 2 – A02 – Creating my Website The purpose of this assessment objective is to create 5 web pages containing.
 You've probably come into contact with web sites in which the browser window seemingly allowed you to move around between several different pages. 
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 9: HTML Frames.
Using Frames in a Web Site
XP Tutorial 5New Perspectives on HTML, XHTML, and DHTML, Comprehensive 1 Designing a Web Site with Frames Using Frames to Display Multiple Web Pages Tutorial.
XHTML1 Topics Work with the Frameset Document Type Definition (DTD) Create frames Use the target and base attributes Create nested frames Format frames.
Using HTML to Create Tables in Web pages Connie Lindsey November 2005.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
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.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
HTML, Third Edition--Illustrated1 HTML – Illustrated Introductory, Third Edition Unit H Controlling Page Layout with Frames and Tables.
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.
XP Using Frames in a Web Site Ali Alfayly. XP Tutorial Objectives Create frames for a Web site Control the appearance and placement of frames Control.
Web Technologies Website Development Trade & Industrial Education
CIS 451: HTML Frames Adapted from materials developed by Dr. Soe (updated January, 2009)
Lesson 6 Links. Creating Folders  For every web site/page, you need to create a separate folder  The computer cannot find links if they are not stored.
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
Understanding HTML Code
Website Development with Dreamweaver
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
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.
Open Dreamweaver Start All programs Adobe design and web premium Adobe Dreamweaver.
G053 Lecture 12 Introduction To HTML Mr C Johnston ICT Teacher
Dreamweaver Edulaunch Project 1 EQ: What are the key concepts when building the first page of a web site?
1 HTML Frames
1 Planning and Laying Out Frames Sketch the frame structure on paper before writing the HTML code two rows two columns.
HTML Concepts and Techniques Fifth Edition Chapter 6 Using Frames in a Web Site.
HTML: Tables & Frames Internet Technology.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
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.
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.
Lesson 6 Links. Creating Folders  For every web site/page, you need to create a separate folder  The computer cannot find links if they are not stored.
Marquees and Tables. Tags Fun Stuff Here! Creates text that scrolls from right to left! Animated text. This is a great tag but does not work on every.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Compare and Contrast : Blackboard & a Personal Web Page www3.ltu.edu/~s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :
HTML Frames. Advantages to Using Frames n flexibility in design n information in different Web pages n remove redundancy. n site easier to manage. n update.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
1 HTML Frames
Web Technology (NCS-504) Prepared By Mr. Abhishek Kesharwani Assistant Professor,UCER Naini,Allahabad.
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.
Chapter 4 Frames and Cascading Style Sheets. Frames Frames divide a browser window into two or more separate pieces or panes, with each pane containing.
HTML Comprehensive Concepts and Techniques Second Edition Creating Frames on a Web Page.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
With Microsoft FrontPage 2000
Designing a Web Site with Frames
Creating Frames on a Web Page
A02 Creating my website NAME ______________.
Presentation transcript:

HTML Lesson 5 TBE 540

Prerequisites The user must be able to… –Create basic web pages with a text editor and/or a web page editor.

Objectives After completing all activities related to this lesson, the learner will be able to… –Describe the use of relative addressing. –Insert a table in a web page. –Format the table and fill it with information. –Create a frameset document and accompanying pages. –List advantages and disadvantages of tables and frames.

Relative Addressing Though putting all web site files in the same folder is the simplest method, it is more common to organize the file into folders. For example, all graphics (especially those common to several pages) might be placed in a folder called IMAGES

Relative Addressing Relative addressing means that you will specify a “path” when you specify file names. Here are two IMG tags that show graphic files in a location other than the folder that contains the page:

Relative Addressing means that there is a folder called IMAGES inside the folder where the page is. The image cow.gif will be there. means to “go up one level” (../) then look for a folder called IMAGES. The image cow.gif will be there.

Relative Addressing Here is a sample site organization: MySite IMAGES cow.gif sheep.gif back.gif arrow.gif farm.htm animals home.htm

Relative Addressing To put back.gif into home.htm, the IMG tag in home.htm would be: To put back.gif into farm.htm, the IMG tag in farm.htm would be:

Tables A web page table is very much like a table in word processing or a spreadsheet. It has rows, columns and cells. NumberCostTotal 10 $1,000$10,000 5$25,000$125,000

Tables When tables are created, most web editors will ask for the number of rows and columns. You can change these settings later. You may also want to set the border (0 = “invisible”, 3 or more gives a 3-D effect).

Tables Tables are often used to line up text and/or graphics. These tables often have a border of 0. border=1 border=0

Tables Most commercial web pages use tables to arrange graphics and text exactly as the designer planned it. Many pages use tables within tables (a larger table with smaller tables inside its cells).

Tables (CSUDH Homepage) Click to see the tables

Tables (CSUDH Homepage)

Frames In web pages, frames are areas into which whole web pages can be loaded. Though frames are not commonly used (most sites use tables instead), Blackboard is a good example of the use of frames. Click to see examples of Blackboard frames.

Frames - Blackboard stays here all the time changes when you click the buttons stays while you are in a class area

Frames The Blackboard page you just looked at is made from four web page documents. Each of the three frames is a separate web page file. There is a FRAMESET document (also a web page file) that sets up the frames.

Frames A FRAMESET document uses and instead of and. The type of frames (rows or columns) must be specified, and each frame must be described with a tag like this:

FRAMESET Sample Here is the FRAMESET code for the example --> Links One Two Three WELCOME! Join us..etc. left.htm right.htm

FRAMESET Sample Two “column” frames - the first (left) is 100 pixels wide. The right frame takes up whatever space is left over (*) on the screen. left.htm is the web page file for the left frame. right.htm fills the right frame.

Try this! For more information on frames and tables, see the links from the class page: Try the hands-on exercise to experiment with tables.

Self Check HTML Lesson 5 You are working on a web page in the HOME folder, and you want to include a picture called me.jpg that is stored in the PIX folder (inside the HOME folder). Which is the correct pathname?

Self Check HTML Lesson 5 You are working on a web page in the HOME folder, and you want to include a picture called me.jpg that is stored in the PIX folder (inside the HOME folder). Which is the correct pathname?

Self Check HTML Lesson 5 What is the format of the table below? 3 rows, 2 columns, border=2 2 rows, 3 columns, border=0 2 rows, 3 columns, border=2

Self Check HTML Lesson 5 What is the format of the table below? 3 rows, 2 columns, border=2 2 rows, 3 columns, border=0 2 rows, 3 columns, border=2

Self Check HTML Lesson 5 Does the display below show the use of tables or frames? How can you tell? LEFT SIDE RIGHT SIDE

Self Check HTML Lesson 5 Does the display below show the use of tables or frames? How can you tell? Right side moves, but left side stays as is. LEFT SIDE RIGHT SIDE