Web Page Creation Part II ST: Introduction to Web Interface Design Prof. Angela Guercio Spring 2007.

Slides:



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

Intro to HTML Basics HTML = Hypertext Mark-up Language HTML = Hypertext Mark-up Language HTML is a plain-text file that can be created using a text editor.
HTML 4 Hypertext Markup Language Tables, Lists & Links Science & Art Multimedia.
Chapter 3 – Web Design Tables & Page Layout
Microsoft FrontPage Monday January 28, The Basic FrontPage Setup.
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
Introduction to HTML Lists, Images, and Links. Before We Begin Save another file in Notepad Save another file in Notepad Open your HTML, then do File>Save.
V Summer workshop in Guildford County, July, 2014.
Chapter 3 Tables and Page Layout
Web I Introduction to Dreamweaver and Web Publishing.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Internet Publishing / Dreamweaver Luke E. Reese ANR Educ. and Communication Systems
CIS101 Introduction to Computing HTML Project Two.
Tutorial 8 Designing a Web Site with Frames. XP Objectives Explore the uses of frames in a Web site Create a frameset consisting of rows and columns of.
The Power of Tables They aren't just for sitting stuff on anymore...
Internet Publishing / Dreamweaver Luke E. Reese CARRS
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Create a Web Site with Frames
ETT 429 Spring 2007 Web Design I.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
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.
Web Page Creation Part II ST: Introduction to Web Interface Design Prof. Angela Guercio.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
CS105 Introduction to Computer Concepts HTML
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
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 HTML, Frontpage, DreamWeaver μέρος β ΠΡΥ019 - Πληροφορική Δρ.Βάσος Βασιλείου.
HTML Revisited. Learning Goals for Today 1.To develop your personal Web page 2.To upload your Web page to UMT’s Web server so that it becomes visible.
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.
4 HTML Basics 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.
Amber Annett David Bell October 13 th, What will happen What is this business about personal web pages? Designated location of your own web page.
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.
WELCOME EF 105 Spring EF 105 Computer Methods in Engineering Problem Solving Week 2: FrontPage Introduction to Software Use to create Web Pages.
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
Images in HTML PowerPoint How images are used in HTML.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
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.
>> Introduction to HTML: Tables. HTML is used to give websites structure 5 Basic Tags Element = Start-Tag+Content+End-Tag Heading Tags [h1-h6] Paragraph.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Going Live with a Basic Web Page Bill Hart-Davidson AIM: billhd30 pfworkshop.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
Chapter 5 Quick Links Slide 2 Performance Objectives Understanding Framesets and Frames Creating Framesets and Frames Selecting Framesets and Frames Using.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Academic Year, Spring Semester Bilkent University - Faculty of Art, Design and Architecture Department of Communication and Design CS 153 Introduction.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
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.
1 HTML Frames
4 HTML Basics 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.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
REEM ALMOTIRI Information Technology Department Majmaah University.
Links and Images. Links HTML uses a hyperlink to link to another document on the Web A hyperlink can be either text or a picture Links are created with.
1 2/28/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Anchors and Tables.
Introduction to Web Authoring Ellen Cushman /wra210.htm Class mtg. #2.
Chapter 5 BIE2313 | Web design. ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of.
Building a Website: Layout Fall Overall Structure: Home Page Title Section Title Frame Picture UNCP Math Menu Content Footer Contact Information.
HTML Tags BTT1O. HTML  Documents written in hypertext markup language can be interpreted by all web browsers.  This language lets the web page developer.
Chapter 4 HTML Tags. HTML is written in something called tags. Tags come in pairs, an opening one and a closing one. The first pair of tags we'll write.
HTML Paragraphs Paragraphs are defined with the tag. Example This is a paragraph This is another paragraph.
Introduction to HTML Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
Introduction to Web Authoring Bill Hart-Davidson AIM: billhd30 Session 2
HTML Hyper Text Markup Language. What is HTML HTML stands for the Hyper Text Markup Language. HTML stands for the Hyper Text Markup Language. HTML is.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
With Microsoft FrontPage 2000
>> HTML: Tables.
Presentation transcript:

Web Page Creation Part II ST: Introduction to Web Interface Design Prof. Angela Guercio Spring 2007

Web Page Creation: Hyperlinks Absolute URL Absolute URL connects a local web server with a remote web server connects a local web server with a remote web server Relative URL Relative URL Connects one page to another page in the same Web server Connects one page to another page in the same Web server Named anchor Named anchor Connects 2 locations on the same Web Page Connects 2 locations on the same Web Page

Absolute URL The URL is the destination link The URL is the destination link A link is created by using the tags … A link is created by using the tags … The destination link is added with the attribute HREF inside The destination link is added with the attribute HREF inside Department of Computer Science Department of Computer Science

Important Always check each link that you add to a Web page to be sure that it works! Always check each link that you add to a Web page to be sure that it works! Maintain you page! Pages that are out there today might not be there tomorrow! Maintain you page! Pages that are out there today might not be there tomorrow!

Relative URL You need only the file’s name and its location relative to the current directory where your page is. You need only the file’s name and its location relative to the current directory where your page is. Absolute URL Absolute URL HREF=“ ocuments/booklist.html” HREF=“ ocuments/booklist.html” Relative URL (if my current folder is Documents) Relative URL (if my current folder is Documents) HREF=“booklist.html” HREF=“booklist.html”

Advantages of Relative URL Choose either absolute or relative URL but…. Choose either absolute or relative URL but…. URL is best because it makes your page portable. URL is best because it makes your page portable. Page Portability: the ability to relocate a page on a new server Page Portability: the ability to relocate a page on a new server Moving a page: Moving a page: If your links were absolute URLs, then edit them one by one to replace the old domain with the new domain server name If your links were absolute URLs, then edit them one by one to replace the old domain with the new domain server name If your links were relative URLs, they will work on the new server (unless you change the directory structure) If your links were relative URLs, they will work on the new server (unless you change the directory structure)

Named Anchors If you add a bulleted list on top of your page, you can add an anchor to link in which part pf the page you explain those items If you add a bulleted list on top of your page, you can add an anchor to link in which part pf the page you explain those items You need: You need: a tag with the link’s name a tag with the link’s name A tag with the attribute NAME=“name” A tag with the attribute NAME=“name”…..<UL> First thing First thing Second thing Second thing </UL>…… First Thing First Thing …… Second Thing Second Thing ….

Using other editors Let’s redo everything we have done so far with a user-friendly editor. Let’s redo everything we have done so far with a user-friendly editor. Open the web page of HW4 with Frontpage Open the web page of HW4 with Frontpage Attention: Web pages that work well with one browser, do not necessarily work well another browser! Attention: Web pages that work well with one browser, do not necessarily work well another browser! The design does not depend on the type of machine you are working with (Mac. IBM,…) but rather on the browser you are using The design does not depend on the type of machine you are working with (Mac. IBM,…) but rather on the browser you are using That is why is very important to understand the HTML Language and not to rely on the automatic translation of a software. That is why is very important to understand the HTML Language and not to rely on the automatic translation of a software.

Tables Tables contain rows and columns Tables contain rows and columns table row table row table data table data<TABLE><TR><TD> insert here the content of a table cell </TD></TR></TABLE> REMEMBER: Lynx, which is a fast text-only Web browser, does not support tables or image or graphics REMEMBER: Lynx, which is a fast text-only Web browser, does not support tables or image or graphics

Rows and Columns Each creates a column Each creates a column Each is a table cell Each is a table cell<TABLE><TR><TD> insert here the content of a table cell </TD></TR><TR><TD> </TD></TR></TABLE> It is a table with 2 rows and 1 column It is a table with 2 rows and 1 column

Tables with images Tables are great to organize images. Tables are great to organize images.<TABLE><TR><TD> </TD></TR></TABLE> The attribute ALT in IMG replaces the image with the text in “” if the browser cannot display the image The attribute ALT in IMG replaces the image with the text in “” if the browser cannot display the image

Add a border and resize images Add the attribute BORDER=5 to the TABLE tag. Add the attribute BORDER=5 to the TABLE tag. A frame is added to the cell A frame is added to the cell Add now WIDTH and HEIGHT Add now WIDTH and HEIGHT use percent. The table will dynamically adjust itself according to the percent value whenever the browser window is resized use percent. The table will dynamically adjust itself according to the percent value whenever the browser window is resizedExample: Be sure to have a nice background and look at the effect! Be sure to have a nice background and look at the effect! Resizing an image does not change the memory size or the bandwidth Resizing an image does not change the memory size or the bandwidth Only compression reduces that amount! Only compression reduces that amount!

More attributes for Tables CELLPADDING: adds space between the item in the cell and the cell frame CELLPADDING: adds space between the item in the cell and the cell frame CELLSPACING: adds space between cells CELLSPACING: adds space between cells BORDERCOLOR: change the color of the border BORDERCOLOR: change the color of the border Try this table: <TR><TD> </TR></TABLE>

Practice Tables 1. Make a table with two columns 2. Set the width to 40% 3. Add a thick border in green 4. Add additional space by modifying the CELLPADDING and CELLSPACING attributes 5. Observe the results

More practice: What tables offer…. Feel free to add your creativity. Use tables to: Change the layout of a page Change the layout of a page Add margins around your text Add margins around your text Create a small gallery of images that have clickable regions Create a small gallery of images that have clickable regions Create 2 columns display Create 2 columns display Override busy background pattern with regions of solid colors Override busy background pattern with regions of solid colors Add 3-D frames around a picture Add 3-D frames around a picture Center an image no matter how the browser is resized. Center an image no matter how the browser is resized. Display table of numbers Display table of numbers