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.

Slides:



Advertisements
Similar presentations
DREAMWEAVER Welcome to our website!
Advertisements

Creating Tables in a Web Site
Microsoft FrontPage Monday January 28, The Basic FrontPage Setup.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
HTML Concepts and Techniques Fourth Edition Project 6 Using Frames in a Web Site.
Chapter 5 Creating an Image Map
CREATE A WEBPAGE WEB DESIGN. EXAMPLE LAYOUT 2 WEB COMPONENTS Header Banner and logo Footer Copyright information or Address Horizontal Navigation For.
Chapter 5 Creating an Image Map.
Intermediate Level Course. Text Format The text styles, bold, italics, underlining, superscript and subscript, can be easily added to selected text. Text.
CIS101 Introduction to Computing Week 07. Agenda Your questions JavaScript text Resume project HTML Project Three This week online Next class.
CIS101 Introduction to Computing Week 07. Agenda Your questions Resume project Review Project Two HTML Project Three This week online Next class.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
CIS101 Introduction to Computing HTML Project Two.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
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.
Designing a Classroom Web Site Using NVU Beginning Level.
Creating Tables in a Web Site.  Define table elements  Describe the steps used to plan, design, and code a table  Create a borderless table to organize.
HTML Concepts and Techniques Fourth Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML Comprehensive Concepts and Techniques Third Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
Web Design HTML, Frontpage, DreamWeaver μέρος β ΠΡΥ019 - Πληροφορική Δρ.Βάσος Βασιλείου.
Creating Tables in a Web Site
HTML Comprehensive Concepts and Techniques Second Edition Project 3 Creating Tables in a Web Site.
Chapter 3 Dreamweaver: Part I The Web Warrior Guide to Web Design Technologies.
Web Technologies Website Development Trade & Industrial Education
Using FrontPage Express. Slide 1 Standard toolbars and menus Time indicator: gives an approximation of download time of the page.
Web Design-Lecture2-QN-2003 Web Design Microsoft FrontPage®
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
Chapter 5 Creating an Image Map.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
9 April 2008 Creating Web Pages with Links, Images, and Formatted Text WEB 101 – HTML Prof: Mariana Mendoza-Botero Escuela de Administración de Empresas.
Creating Web Pages with Links, Images, and Formatted Text
HTML Concepts and Techniques Fourth Edition Project 6 Using Frames in a Web Site.
Open Dreamweaver Start All programs Adobe design and web premium Adobe Dreamweaver.
HTML Project 4 Creating an Image Map.
1 Creating a Second Web Page This section shows you how to create the Huntington Beach Web site.
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.
1 Creating Links within a Web Page  These links are especially useful on long Web pages  Links at the top of the page point to areas further down the.
1 Creating the Header Page The header frame always displays on the AHS Web site The image (screagle.gif) that will go in the header is contained on the.
Start Dreamweaver program From file menu click new Blank page appears.
1 After completing this lesson, you will be able to: Plan a FrontPage Web site. Create a new Web. Create a subpage layout. Use the subpage layout to build.
HTML Concepts and Techniques Fourth Edition Project 5 Creating an Image Map.
CITY UNIVERSITY / Vysoká Škola Manažmentu.:MG Information Systems :. © Martina Cesalova, 2005 MS FRONTPAGE 2 1.Create a new document 2.Save as L/bsba/IS330/yourfolder,
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.
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
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.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
1 Mapping Coordinates Find the x- and y- coordinates for the images, relative to the x-axis and y-axis In a coordinate pair, the first number is the x-coordinate.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Creating and Editing a Web Page
1 Start TextEdit. 2 Creating a Home Page  A home page is the main page of a Web site –Visitors usually view the home page first –Identify the purpose.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
1 Creating Links Lesson 2. 2 In the center column type : Home | Order Now | Contact Us This is the navigation button which will link to the other pages.
Introduction to Frontpage Wed. Oct. 17, 1-2p Title V Cooperative Holly Hofmann.
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
REEM ALMOTIRI Information Technology Department Majmaah University.
`. Lecture Overview HTML Body Elements Linking techniques HyperText references Linking images Linking to locations on a page Linking to a fragment on.
1 Creating a Menu Bar on a Secondary Web Page  It is important for visitors to be able to move easily from one page to another  You will create a menu.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
Creating Web Pages with Links, Images, and Embedded Style Sheets
HTML Comprehensive Concepts and Techniques Second Edition Creating Frames on a Web Page.
CIS101 Introduction to Computing Week 07 Spring 2004.
Creating Tables in a Web Site Using an External Style Sheet
Dreamweaver – Project #1
Creating a Web Site with Links
Creating Tables in a Web Site
Project 5 Creating an Image Map.
Project 4 Creating an Image Map.
Presentation transcript:

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 contents of all cells in the table to be at the top of the cell

3 Creating a Table

4 Inserting an Image Use the surfmap.gif image on the Public Folder The BORDER=0 attribute will display a borderless image The HSPACE=10 attribute will add 10 pixels of space between the text and image The USEMAP attribute of the image tag will indicate the URL of a client-side image map

5 Inserting an Image

6 Inserting a Heading font size font face font color heading

7 Inserting a Paragraph The table on the Surf’s Up home page contains three paragraphs in the right- hand column of the first row Always include an address on the home page for visitor contact

8 Inserting a Paragraph Enter the following HTML starting on line 14

9 Inserting a Paragraph paragraphs of text URL

10 Creating Text Links Enter the following HTML starting on line 26

11 Creating Text Links text links

12 Creating an Image Map The tag has three attributes – SHAPE, COORDS, and HREF SHAPE attribute  RECT, CIRCLE, POINT, POLY COORDS attribute  Coordinates of points that define image map HREF attribute  The URL of the hotspot’s linked page

13 Creating an Image Map Enter the following HTML starting on line 34

14 Creating an Image Map map start target name coordinates and links map end

15 Changing Link Colors Text link colors vary as the status of the link changes  LINK  ALINK  VLINK Colors of the links should match the color of the heading Change the link attributes in the tag

16 Changing Link Colors link color changes

17 Save and Print the HTML File Select Save As from the File menu Type surfhome.htm in the File name text box, then click the Save button Select Print from the File menu

18 Save and Print the HTML File

19 Viewing the Web Page Start your browser Drag your file into Internet Explorer, or select “open” from the file menu and open the page.

20 Viewing the Web Page images

21 Printing the Web Page Click the Print button on the Standard Buttons toolbar