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

Slides:



Advertisements
Similar presentations
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Advertisements

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.
The Power of Tables They aren't just for sitting stuff on anymore...
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.
Website Tutorial. Administration  Log on by clicking Login on the footer of almost any page  Your Username is.
Creating Web Pages with Links, Images, and Formatted Text.
Website design Feng Zhao College of Educatioin California State University, Northridge.
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
Create Your Own Webpage. Fun with images Today we’ll cover –Working with images Including an image on your page Making the image a link Editing images.
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)
Informatics Computer School CS114 Web Publishing HTML Lesson 2.
Images, Hyperlinks, and Sound Module 2: XHTML Basics LESSON 3.
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
Images in HTML PowerPoint How images are used in HTML.
Website Development with Dreamweaver
Doing L I N K S Links 1: Internal Links Links to anchors on the current page (Internal).
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Just A Few More Fun Objectives 1 Having Some Fun With Java Script 2 Using Style Sheets.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
Unit 2, cont. September 12 More HTML. Attributes Some tags are modifiable with attributes This changes the way a tag behaves Modifying a tag requires.
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,
Virtual Book Tools How to insert a Text Box Click on Insert Go to Text Box Click on slide to insert OR Click on Drawing Toolbar picture of Text Box Click.
Chapter 5 Quick Links Slide 2 Performance Objectives Understanding Framesets and Frames Creating Framesets and Frames Selecting Framesets and Frames Using.
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
***Adding items to your Etudes Homepage*** Log into Etudes
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.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
Step One: Introduction. Welcome to Follow My Clients! Once you log in, on the home page is your dash board. Here you will find your quick access buttons.
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.
Easy WP Guide V2.6 for WordPress 3.8. easywpguide.com Adding Tags within your Post Adding Tags whilst editing your Post, will automatically assign those.
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.
6/11/20161 Logging into the CMS Login by visiting
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.
Images, Hyperlinks, and Sound
HTML Coding A new language.
Images in HTML PowerPoint How images are used in HTML
Learning the Basics – Lesson 1
Creating Your Book Review Web Site
Lecture 3 Sarsenova Zhibek.
USING DREAMWEAVER Contents: Assigning a Root Folder
~ How to create a basic website Part II ~
Updating Your Section’s Website
Images & Hyperlinks.
Book / movie report Web design.
Images, Hyperlinks, and Sound
Enhancing Your Web Site—Adding Links Web Page
HTML LINKS
Wheelers clubs Your site will consist of 3 pages:
IDT Links in HTML What you need to know….
Images in HTML PowerPoint How images are used in HTML
Presentation transcript:

Images

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 where you want the image to go.

Moving Automatic Drag to desired location Works in some editors Manual Move location in code 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: 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. Then add the text that should work as a link. Finally add an 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 tag, like in the example below: 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 and the tag. This method will work on all browsers except MSIE 3. Click here to go to yahoo. Using a style setting in the tag. This method works on MSIE3 and newer browsers. Click here 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. This example will open yahoo in a new window: 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: This is my page <!-- A:link {text-decoration: none} A:visited {text-decoration: none} A:active {text-decoration: none} A:hover {text-decoration: underline}

Example (cont.) --> Welcome to my world! This Link To Yahoo has no underline

The Underline To turn off the effect for just a single link, add a style property to the tag: Go to Yahoo

Putting It All Together This is my page Welcome to my world! Yahoo Hotbot

Links links are done much the same as links to other pages, using the tag. An link would require the following code: Me This will result in the visitor's program opening a new with your address already in the To: field. If you wish to have a specific subject in the , you can add it to the html code using subject= setting : Send

Links Suppose you want an link for your visitors containing specific text in the body of their message, simply add &body=: Send Or combine all the options and allow your visitor to send with the address, subject and text already entered. Me