Web Design (7) Images (1). Images and the Image Element Images can be placed in the flow of text..jpg,.png and.gif image files work in web pages The img.

Slides:



Advertisements
Similar presentations
HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
Advertisements

Working with Images and HTML
1 of 6 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Images By Tara Frieszell By Tara Frieszell. Adding images to your website will make it more interesting and add to the design. However, some viewers aren’t.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 9: Frames © 2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page Design.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 9: HTML Frames.
Designing a Classroom Web Site Using NVU Beginning Level.
Web Design HTML, Frontpage, DreamWeaver μέρος β ΠΡΥ019 - Πληροφορική Δρ.Βάσος Βασιλείου.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Web Technologies Website Development Trade & Industrial Education
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.
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.
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.
1. On Your Desktop, Click “Start” 2. Click “All Programs” 3. Click “Microsoft Office Tools” 4. Click “Microsoft Photo Editor” Posting Pictures on Your.
Agenda Links External and Internet Links Anchor Tag Text Hyperlinks Image Hyperlinks Images Image Attributes: src, alt, width, height, align, border.
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.
Images Inserting an image on a web page. chcslonline.org2 ITEMS REQUIRED Go to the course download page on the course website and download the 3 images.
Images in HTML PowerPoint How images are used in HTML.
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. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
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.
Computer Science 101 Images in Web Pages. Image Files Two common formats, GIF and JPEG GIF images are more flexible for use as icons JPEG images are sharper.
Images. The Element To place an image on our web page, we use the self-closing element: The src attribute ("source") is required and supplies the name.
Add an Image. index.html about.html contact. html contact. html.
XHTML1 Images N100 Building a Simple Web Page. XHTML2 The Element The src attribute specifies the filename of an image file To include the src attribute.
Paul Mundy Microsoft FrontPage Tips and tricks.
Moodle with Style Integrating new technologies to empower learning and transform leadership.
HTML Concepts and Techniques Fifth Edition Chapter 6 Using Frames in a Web Site.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Adding Graphical Elements Essentials for.
***Adding items to your Etudes Homepage*** Log into Etudes
HTML Lesson 3 Hyper Text Markup Language. Assignment Part 2  Set the file name as “FirstName2.htm”  Set the title as “FirstName LastName First Web Site”
Microsoft Expression Web-Illustrated Unit E: Working with Pictures.
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.
Adding Images. XHTML Element ElementAttributeAttribute Value Closing tag AttributeAttribute Value The src attribute supplies the name and location of.
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.
Project Two Adding Web Pages, Links, and Images Define and set a home page Add pages to a Web site Describe Dreamweaver's image accessibility features.
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 IMAGES. CONTENTS IMG Tag Alt Attribute Setting Width and Height Of An Image Summary Exercise.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
Slide 1 Graphics (Characteristics 1) Images have various characteristics that affect performance Size (number of pixels) – Large images can be several.
1 Place Your Photo AND Logo on Your Home Page Website Manager Tutorials.
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 of 6 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
`. Lecture Overview HTML Body Elements Linking techniques HyperText references Linking images Linking to locations on a page Linking to a fragment on.
Microsoft® Small Basic Flickr, ImageList, and Network Objects Estimated time to complete this lesson: 1 hour.
Lecture 8 Introduction to Web Programming. Announcement  First In-class exam will be on Oct. 10 (Wednesday)  2.50pm – 4.05pm  Exam will cover all materials.
Introduction to HTML.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Images.
Images.
Writing html for websites and blogs
HTML Images CS 1150 Spring 2017.
Adding Images.
E-Photo Guidelines of uploading photograph
Basic HTML and Embed Codes
Images.
Images.
Images.
HTML Images CS 1150 Fall 2016.
Adding Images.
Adding Images.
Using FrontPage Express
Lesson 7 Graphics.
Wheelers clubs Your site will consist of 3 pages:
Adding Images.
Adding Images.
Presentation transcript:

Web Design (7) Images (1)

Images and the Image Element Images can be placed in the flow of text..jpg,.png and.gif image files work in web pages The img element tells the browser ‘place an image here’. The img element has no text content.

Image retrieval Here is the view that we had from the hot air balloon; it was very quiet up there! The src attribute tells the browser the location (URL) of the image file. When the browser sees the img element, it makes a request to the server and retrieves the image file before displaying it on the page. This process has implications for the speed of your website.

The alt attribute Here is the view that we had from the hot air balloon; it was very quiet up there! The alt attribute provides the alternative text that appears (in most browsers!) if the user has opted to turn images off. It is OK to leave the alt element empty, but it must remain there (alt=“”) for the web page to be valid.

Exercise In Windows Explorer create a new ‘Images Website’ Folder and add an index.html file Copy any photo from your computer into your new website folder. (Make sure the original is safe!) On your home page, using the format below, create an img element to retrieve it. Here is the view that we had from the hot air balloon; it was very quiet up there!

Image folder It is best to create an ‘images’ folder within your website folder. Do this now and move your photo into it. What change will you need to make to the code, in order to retrieve the photo now? <img src=“images/balloonride.jpg” You can also place images from other websites using an absolute URL (Permission?)

Resizing Images Right click on your image and select a picture manager e.g. from Microsoft Office Click ‘edit pictures’ and then ‘resize’ (in the right hand column). Enter the required width and height, keeping the same proportions. Click ‘OK’ and then the save symbol.

Width and Height Dimensions Knowing the dimensions of your image, you can add these (measured in pixels) to your code: Be sure that the pixel dimensions specify the actual dimensions of the image. If not, the browser will resize your image to fit, maybe causing deformed or blurred results!

Exercise Finally, copy 2 or 3 more of your photos into the ‘images’ folder. Practice resizing them. Now write appropriate code in order to place them on your home page.

For next time …. … select 5 or 6 of your holiday photos, each one from a different holiday or location, if possible! Landscape orientation and.jpg files are preferable. Please have them readily available in your computer or on your memory stick.