Lecture HTML Images. Use for Images Photos and Graphics Buttons for Navigation Bullets for Lists Backgrounds Symbols and Icons Logos.

Slides:



Advertisements
Similar presentations
Working with Images and HTML
Advertisements

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.
Working with Graphics – Lesson 21 Working with Graphics Lesson 2.
Creating and Editing a Web Page Using Inline Styles
Add Images to Improve Your Presentation Day 8. You will learn to Understand Graphics Formats Find Graphics Create Your Own Images Insert an Image on Your.
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.
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.
AdvWeb-1/12 DePaul University SNL 262 Web Page Design Chapt 10 - Putting Graphics on A Web Page Instructor: David A. Lash.
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.
Creating a Web Page HTML, FrontPage, Word, Composer.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
Web Technologies Website Development Trade & Industrial Education
Unit E. Image Measurements The size of an image can be measured 2 ways: Dimensions: the height and width, measured in pixels. File Size: measured in Kilobytes.
Chapter 4 Adding Images. Chapter 4 Lessons Introduction 1.Insert and align images 2.Enhance an image and use alternate text 3.Insert a background image.
Creating Integrated Web-based Projects using Microsoft Word.
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
1 Mastering the Internet and HTML Images and Image Tags.
DHTML AND JAVASCRIPT Genetic Computer School LESSON 2 HTML TAGS G H E F.
Mozilla Suite 1.7 Web Browser and newsgroup client, IRC chat client, and HTML editing Download:
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
Adobe Dreamweaver CS3 Revealed CHAPTER FIVE: USING HTML TABLES TO LAY OUT A PAGE.
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.
Creating Web Pages with Links, Images, and Formatted Text
1 Lesson 3 Power Techniques HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
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.
Chapter 4 BIE1313/BPROG1203 | Web design Prepared by Mohamed Abdulkarim / Mike Ng Ah Ngan.
Adobe Dreamweaver CS3 Revealed CHAPTER THREE: WORKING WITH TEXT AND IMAGES.
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.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Adding Graphical Elements Essentials for.
Microsoft Expression Web-Illustrated Unit E: Working with Pictures.
Web Foundations WEDNESDAY, NOVEMBER 20, 2013 LECTURE 32: DREAMWEAVER SLIDE SHOW AND GOOGLE MAP.
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.
Macromedia Dreamweaver 8 Revealed AND GRAPHICS WORKING WITH TEXT.
11/12/2015 Box Model Reed Crouch. 11/12/2015  HTML elements can be considered as boxes. In CSS, the term "box model" is used when referring to layout.
AGB 3/26/121 ++=. 2 Yes, believe it or not this is a complete webpage. It has a Head, Title and Body between the start and end HTML Tag.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
ClubRunner 101 By Pamela Walther
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: … …
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.
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.
WEB GRAPHICS EXPLORING COMPUTER SCIENCE - LESSON 3-4.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
HTML5 and CSS3 Illustrated Unit F: Inserting and Working with Images.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Introduction to HTML Hypertext Mark-up Language. HTML HTML = Hypertext Mark-up Language Is just plain simple text marked up by “tags” You can create a.
Basic Web Design Week 3 - Graphics UVICELL. Web Graphics Concepts for Week 3 Selecting the right format for your image Creating a name banner for your.
HTML  HyperText Markup Language  The Language used to design web pages  Code mixed with text  Tags enclosed in angle brackets  Single tags  Paired.
Exploring Computer Science - Lesson 3-4
Images.
Exploring Computer Science - Lesson 3-4
Images in HTML PowerPoint How images are used in HTML
Inserting and Working with Images
Chapter A - Getting Started with Dreamweaver MX 2004
Exploring Computer Science - Lesson 3-4
HTML Images CS 1150 Spring 2017.
Adding Images.
Chapter 2 Adding Web Pages, Links, and Images
Tutorial 6 Creating Dynamic Pages
DREAMWEAVER MX 2004 Chapter 4 Working with Images
HTML Images CS 1150 Fall 2016.
Training & Development
Adding Images.
Adding Images.
Lesson 7 Graphics.
Adding Images.
Adding Images.
Images in HTML PowerPoint How images are used in HTML
Presentation transcript:

Lecture HTML Images

Use for Images Photos and Graphics Buttons for Navigation Bullets for Lists Backgrounds Symbols and Icons Logos

Adding an Image Local File: Best Choice Don’t make external links! Not dependable – remote file and location may change) Unable to manipulate/crop remote image in photo editor

Image Troubleshooting

Image as Link Surround the image tag with an anchor: (Click on house instead of text)

Image Attributes & Values Height – Width – Alt – Border – Use all together: –

Resizing Photos Some photos (especially from digital cameras) are too big! They can take a long time to download or distort the layout of your website

Resizing Photos Two Ways: –HTML –Image Editing Program

Resizing Photos in HTML IMG Tag Review: <img src=“filename.jpg” height=“150” width=“200” border=“2”> Risk distorting photo and longer load times “50” “200” “5”

Resizing Photo Files Open photo in Paint Image | Stretch/Skew (Ctrl-W) Enter new % size (like 30%), hit OK File | Save As –Don’t overwrite original file –Give it a meaningful name Or Resize in Paint.Net

Resizing Photo Files Resized in Paint 231 x KB No Change 768 x MB Resized in HTML 231 x MB

Image File Types * Not on all browsers (IE6). *

Image Position on Page Using the align attribute, you can choose to put your image and the left or right edge and have the text wrap around the image: To create additional blank space around the image add the attribute hspace=“pixels” or vpace=“pixels” where pixels is the number of pixels you choose:

HTML Symbols Symbols can be represented as HTML code –eg: ♦ ♥ ♠ ♣ ♦ Entities for Symbols and Greek LettersEntities for Symbols and Greek Letters Check out the Title tag!

Notes on Transparent gifs Link to reading

Image as Background Images can be set as the background for the entire page, or just a single element like a or tag. Borders and alignments of images will also be covered! We’ll learn how to do this in the next lesson about CSS.