Images & Hyperlinks.

Slides:



Advertisements
Similar presentations
Learning the Basics – Lesson 1
Advertisements

Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
In this lecture, you will learn: ❑ How to link between pages of your site ❑ How to link to other sites ❑ How to structure the folders on your web site.
Links.  Styling Links  Links can be styled with any CSS property (e.g. color, font-family, background-color).  Special for links are that they can.
Start -> All Programs -> Classes -> Web Expressions -> Dreamweaver.
Designing a Classroom Web Site Using NVU Beginning Level.
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
Explanation of Web 6, Web 7 and Web 9 at my site Please be sure to bring up the speaker notes for the explanation Intro - Web 6, Web 7 and Web 9.
Creating Web Pages with Links, Images, and Formatted Text.
Web Design HTML, Frontpage, DreamWeaver μέρος β ΠΡΥ019 - Πληροφορική Δρ.Βάσος Βασιλείου.
Movie Maker in the High School Classroom Professional Development Workshop September 1, 2009 Facilitator: Heidi Camp Swartz Creek High School.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
CSI315CSI315 Building Web Sites. What is a website A website is just a bunch of web pages connected together with something called a link. In HTML there.
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.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
Web Technologies Website Development Trade & Industrial Education
Enhancing Your Web Site. More Basic HTML Tags Today you will learn these tags: & add-on (alt, height, width & align) and “href” add-on Add a text link.
1 Essential HTML coding By Fadi Safieddine (Week 2)
Adding Hyperlinks To a Web Page. Hyperlink and Its Add-Ons Main way to connect web pages and move throughout a web site. Uses the Anchor Tag which is.
Understanding HTML Code
Web Design (5) Navigation (1). Creating a new website called ‘Navigation’ In Windows Explorer, open the folder “CU3A Web Design Group”; and then the sub-folder.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Project 4: Creating Hyperlinks Kelly L.
Images in HTML PowerPoint How images are used in HTML.
Doing L I N K S Links 1: Internal Links Links to anchors on the current page (Internal).
XP Dreamweaver 8.0 Tutorial 3 1 Adding Text and Formatting Text with CSS Styles.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Creating Web Pages with Links, Images, and Formatted Text
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
Enhancing Your Web Site—Adding Links Web Page **YOU MUST HAVE COMPLETED THE 1ST 3 WEB PAGES BEFORE YOU CAN DO THIS ONE. **YOU SHOULD HAVE COMPLETED THE.
How to use Microsoft Word. Where can I find Microsoft Word? How to select, copy and paste information Go to the document from which you wish to copy the.
AUTO-BUSINESS HOW DO WE USE HYPERLINKS?. Edit an image that represents a hyperlink If a picture, AutoShape, or other graphic is used to represent a hyperlink,
***Adding items to your Etudes Homepage*** Log into Etudes
Creating Links. The Anchor Element: The anchor tag can be used in three different ways: 1.External link – to link to a web page outside your own website.
Web Design (8) Images (2). My Holiday Photos An exercise in adding and linking images. Create a new website folder calling it ‘My Holiday Photos’. In.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
Paper 3 Unit 15 – Web Authoring Software Choices Graphics Exporting Graphics Creating CSS RGB Colour CSS – Body, Table and TD Border Collapse Tables -
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
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.
Images. Intro What is it? Getting your image Inserting Moving Resizing Cropping.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
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.
Chapter 5 BIE2313 | Web design. ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of.
CHAPTER TWO HTML TAGS. 1.Basic HTML Tags 1.1 HTML: Hypertext Markup Language  HTML stands for Hypertext Markup Language.  It is the markup language.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
ENHANCE YOUR WEBSITE. HOW TO INSERT COLOR??? USE THE TAG: GO TO PICK COLOR WANT BY POINTING: THEN USE THE HEX NUMBER.
Links All CSS properties can be applied on links (i.e. change colors, fonts, underline, etc). The new thing is that CSS allows you to define these properties.
Power Point Technical Directions. Change Font: Size, Type, Color Size: –On the top toolbar, click on the arrow next to the number in a white box (not.
Cascading Style Sheets (CSS) Internal Style Sheets Classes
HTML Basics.
Images, Hyperlinks, and Sound
HTML Coding A new language.
Images in HTML PowerPoint How images are used in HTML
Learning the Basics – Lesson 1
Lecture 3 Sarsenova Zhibek.
USING DREAMWEAVER Contents: Assigning a Root Folder
~ How to create a basic website Part II ~
Creating Links.
IS333: MULTI-TIER APPLICATION DEVELOPMENT
Enhance your website.
Book / movie report Web design.
Images, Hyperlinks, and Sound
Enhancing Your Web Site—Adding Links Web Page
HTML & CSS 7 Languages in 7 Days.
HTML LINKS
Images in HTML PowerPoint How images are used in HTML
Wheelers clubs Your site will consist of 3 pages:
IDT Links in HTML What you need to know….
Creating Links.
Images in HTML PowerPoint How images are used in HTML
Presentation transcript:

Images & Hyperlinks

Intro What is it? Getting your image Inserting Moving Resizing Cropping

What is it? Images are a way to enhance Convey messages without words Focus points

Getting Your Image Sources Pictures taken Pictures on the web Make sure you get permission before publishing Screen capture Supplied images “Paint” creations

Inserting Inserting Images with HTML Editors Depending on which HTML editor you buy, you’ll have two choices for adding images: Visual editor: If you have a visual editor, you can simply drag and drop the image where you want it, or click the “insert image” quick link. Text editor: If you have a text editor, you add <img src=”filename” /> where you want the image to go.

Moving Automatic Manual Drag to desired location Move location in code Works in some editors Manual Move location in code <img src="yourImageUrl.jpeg" style="position: absolute; top: 10px; left: 10px;"/>  In that code, yourImageUrl.jpeg would be placed 10px from the top and 10px from the left.

Resizing With both choices, you want to make sure a height, width and alternate text is set. For example, if your image is 500 pixels wide and 150 pixels tall, your code should look like this: <img src=”filename” height=”150” width=”500” alt=”” /> In the quotes of the alt, give your image a name or description. Keep in mind that blind users will be hearing this description, so don’t just call it “image.”

Cropping Resize to fit location Done in an image editor prior to placement Best place here…powerpoint Open powerpoint On blank slide paste in image Right-click on image Select crop tool Crop image

Hyperlinks There are three different kinds of links you can have on your website: Links to anchors on the current page (Internal). Links to other pages within the current site (Local) Links to pages outside the current site (Global).

How You simply: Specify the target in the <a href=" ">. Then add the text that should work as a link. Finally add an </a> tag to indicate where the link ends.

Make It Different Define colors for all links on the page The general color of text links is specified in the <body> tag, like in the example below: <body link="#C0C0C0" vlink="#808080" alink="#FF0000"> link - standard link - to a page the visitor hasn't been to yet. (standard color is blue - #0000FF). vlink - visited link - to a page the visitor has been to before. (standard color is purple - #800080). alink - active link - the color of the link when the mouse is on it. (standard color is red - #FF0000).

Make It Different Define colors for individual links on the page You might want one or more links to have different colors than the rest of the page Placing font tags between the <a href> and the </a> tag. This method will work on all browsers except MSIE 3. Click <a href="http://www.yahoo.com"><font color="FF00CC">here</font></a> to go to yahoo. Using a style setting in the <a> tag.  This method works on MSIE3 and newer browsers. Click <a href="http://www.yahoo.com" style="color: rgb(0,255,0)">here</a> to go to yahoo. 

Links In A New Page To open in another window or frame than the link itself is placed in.  To do this you simply add a target="" to the <a href>. This example will open yahoo in a new window: <a href="http://www.yahoo.com" target="_blank">  Predefined targets are: _blank loads the page into a new browser window. _self loads the page into the current window. _parent loads the page into the frame that is superior to the frame the hyperlink is in. _top cancels all frames, and loads in full browser window.

The Underline or “Hover” The A:hover tells the browser that when the mouse is over a link the underline should appear Example: <html> <head> <title>This is my page</title> <style type="text/css"> <!-- A:link {text-decoration: none} A:visited {text-decoration: none} A:active {text-decoration: none} A:hover {text-decoration: underline}

Example (cont.) --> </style> </head> <body> Welcome to my world!<br> <a href="http://www.yahoo.com">This Link To Yahoo has no underline</a> </body> </html> 

The Underline To turn off the effect for just a single link, add a style property to the<a href> tag: <a href="http://www.yahoo.com" style="text-decoration: none">Go to Yahoo</a>

Putting It All Together <html> <head> <title>This is my page</title> <STYLE TYPE="text/css"><!-- A.set1:link {color: #FF00FF; } A.set1:active {color: #FFFF00; } A.set1:visited {color: #00FFFF; } A.set2:link {color: #AA00FF; background: FF00AA; text-decoration: none} A.set2:active {color: #FF00AA; background: none transparent;} A.set2:visited {color: #FFFF00; text-decoration: none} --></STYLE> </head> <body> Welcome to my world!<br> <a href="http://www.yahoo.com CLASS=set1> Yahoo </a> <a href="http://www.hotbot.com CLASS=set2> Hotbot </a> </body> </html> 

Email Links Email links are done much the same as links to other pages, using the <a href> tag. An email link would require the following code: <a href="mailto:youremailaddress">Email Me</a> This will result in the visitor's email program opening a new email with your address already in the To: field. If you wish to have a specific subject in the email, you can add it to the html code using subject= setting : <a href="mailto:email@echoecho.com?subject=SweetWords"> Send Email</a>

Email Links Suppose you want an email link for your visitors containing specific text in the body of their message, simply add &body=: <a href="mailto:email@echoecho.com?body=Please send me a copy of your new program!">Send Email</a> Or combine all the options and allow your visitor to send email with the address, subject and text already entered. <a href="mailto:email@echoecho.com?subject=SweetWords &body=Please send me a copy of your new program!">Email Me</a>