Copyright © 2003 Pearson Education, Inc. Slide 4-1 Created by, Stephanie Ludi, Rochester Institute of Technology—NY Basic Web Page Construction Graphics.

Slides:



Advertisements
Similar presentations
Session 2 Introduction to HyperText Markup Language 4 (HTML 4) Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
Advertisements

INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Web Development & Design Foundations with XHTML Chapter 4 Key Concepts.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 4 Key Concepts 1 Copyright © Terry Felke-Morris.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 4: Horizontal Rules and Graphical Elements.
Images & Tables. Three graphic file types are supported by today's browsers: GIF - Graphic Interchange Format JPEG - Joint Photographic Experts Group.
1 IMAGES: A Picture Is Worth a Thousands Words, Image Formats Image Sizes Graphic Tips Image Tag Attributes Centering Images.
Instructor: A. Burns 1 HTML Images. Instructor: A. Burns 2 Inserting a Graphic Images can be displayed in two ways: as inline images or as external images.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
Marking Up With Html: A Hypertext Markup Language Primer
Chapter 3 Adding Images in HTML. Agenda Understanding Web Page Images Prepare Your Images for the Web Insert an Image Specify an Image Size Add Alternative.
WEB GRAPHICS. The Pixel Computer displays are comprised of rows and columns of pixels. Pixels are indivisible. Some common screen resolutions are:, 600.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Fluency with Information Technology Third Edition by Lawrence Snyder Chapter.
Images and the Web web graphics. web graphics: constraints Due to the constraints imposed by varying degrees of Internet bandwidth, designing images for.
Colors, Images, & Image Maps. Working with Color Colors are defined in terms of RGB Triplet –Red, Green, Blue –0 to 255 in intensity –(00, 00, 00) is.
Graphic images for computers Stored in files of binary data - Binary blobs Software has to know the binary format to decode the file and render an image.
Creating Web Documents: Images, files, etc. Web graphics Paint Shop Pro for conversions File management, Ws-ftp demonstration (Return to HTML next week)
HTML Boot Camp: Rules and Images
THE COLORS OF LIGHT RED, GREEN and BLUE
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 4: Horizontal Rules and Graphical Elements © 2007 Prosoft Learning Corporation All rights.
Site Development Foundations © 2004 ProsoftTraining All rights reserved.
Image Storage Bitmapped Graphics – in which an image is represented as a collection of dots Vector Graphics – in which an image is represented as a set.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Web 101 Third Edition by Wendy G. Lehnert & Richard L. Kopec Chapter 9: Basic.
XHTML Images. Images are important Purpose: to enhance your web site. Add only when they complement or add additional impact to your message.
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
1 Mastering the Internet and HTML Images and Image Tags.
CSCE Chapter 5 (Links, Images, & Multimedia) CSCE General Applications Programming Benito Mendoza 1 By Benito Mendoza Department.
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 (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
Department of Information Technology Chapter 8 - Creating Hypertext links Lecturer: Ms Melinda Chung.
Images & Image Maps 16 th February. Images & Image Maps Web authors can add icons, logos and high impact images to their pages Images enhance web pages.
Web Development & Design Foundations with XHTML Chapter 4 Key Concepts.
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.
8 Using Web Graphics Section 8.1 Identify types of graphics Identify and compare graphic formats Describe compression schemes Section 8.2 Identify image.
HTML presentation Graphics H format H data compression H size H creating or finding H publishing.
Review session for Web development. Time line of the internet history When was the ARPANET first demostrated? When did the NFSNet replace it? When did.
1 Web Developer Foundations: Using XHTML Chapter 4 Key Concepts.
1 Web Developer & Design Foundations with XHTML Chapter 4 Key Concepts.
Chapter 4 BIE1313/BPROG1203 | Web design Prepared by Mohamed Abdulkarim / Mike Ng Ah Ngan.
1 Ethics of Computing MONT 113G, Spring 2012 Session 10 HTML Tables Graphics on the Web.
Section 8.1 Create a custom theme Design a color scheme Use shared borders Section 8.2 Identify types of graphics Identify and compare graphic formats.
Adding Images Learning Web Design: Chapter 7. Using an Image Images have many purposed on a Web site Used as a static image To add illustration: ex. A.
Computer Images Can store color info about each pixel, but makes file BIG Compression for Web 15.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Adding Graphical Elements Essentials for.
44212: Web-site Development Optimising Images for Web-pages Ian Perry Room:C49 Extension:7287
Color and Images. Color The natural colors we see and the colors we see on computer monitors are different. CMYK -natural RGB -monitor.
Internet Applications Development Lecture 4 L. Obead Alhadreti.
HTML. Adding Background Color The bgcolor attribute lets you change the background color of the Web page. Located in the body tag See common Web Page.
The Web Wizard’s Guide to HTML Chapter Three Colors, Patterns, and Inline Graphics.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
Lecture 15. A Very Brief Introduction to HTML and XHTML, part IV Instructor: Jie Yang Department of Computer Science University of Massachusetts Lowell.
Kevin Murphy Images and Web Pages Masters Project CS 490.
Web Page Design Mrs. Ricke. Graphics Interchange Format 256 colors only Good for icons, clipart, logos Not good for high quality pictures.
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 2/22/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Images and placing pages on the server.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
HTTP transaction with Graphics HTML file + two graphics files.
Introduction to Programming the WWW I CMSC Winter 2003 Lecture 4.
HTML III ECT 270 Robin Burke.
What is HTML? Acronym for: HyperText Markup Language
Binary Representation in Audio and Images
Hosted by Coach Slanina
Web Development & Design Foundations with HTML5 7th Edition
Attribute of heading, <p> and <hr> tag
Attribute of heading, <p> and <hr> tag
Color and Images.
Lesson 3: Cascading Style Sheets (CSS) and Graphical Elements
Attribute of heading, <p> and <hr> tag
Presentation transcript:

Copyright © 2003 Pearson Education, Inc. Slide 4-1 Created by, Stephanie Ludi, Rochester Institute of Technology—NY Basic Web Page Construction Graphics and Links (pages ) Chapter 4

Copyright © 2003 Pearson Education, Inc. Slide 4-2 JPEG and GIF are the most common graphics formats on the Web. JPEG is better suited for high-resolution photographs and complex graphics. JPEG stands for Joint Photographic Experts Group Allows you to use all 16.7 million colors Amount of compression can be varied, but it is lossy compression – image details are lost Basic Web Page Graphics

Copyright © 2003 Pearson Education, Inc. Slide 4-3 GIF is better suited for line drawings and simple graphics. GIF stands for Graphics Interchange Format No loss of quality, and there is no way to control the degree of compression Limited to 256 colors The IMG HTML element creates an inline image: An inline image is an image that is treated like a single alphanumeric character. Basic Web Page Graphics

Copyright © 2003 Pearson Education, Inc. Slide 4-4 Use the ALT attribute in the IMG tag to describe graphic elements for users who cannot see graphics. The align attribute controls the vertical alignment of the graphic: Text will wrap around a left- or right-aligned image will go to the next line below the image There is an error on page 182 in the book: there is no tag in HTML Basic Web Page Graphics

Copyright © 2003 Pearson Education, Inc. Slide 4-5 Adding the Height and Width attributes to the IMG tag will make graphics display faster on your Web page. The Height and Width tags can also be used to scale an image. Basic Web Page Graphics

Copyright © 2003 Pearson Education, Inc. Slide 4-6 Basic Web Page Graphics

Copyright © 2003 Pearson Education, Inc. Slide 4-7 Basic Web Page Graphics

Copyright © 2003 Pearson Education, Inc. Slide 4-8 A transparent GIF looks as if it were drawn on the background of the Web page. Basic Web Page Graphics

Copyright © 2003 Pearson Education, Inc. Slide 4-9 There are 16,777,216 =256 3 possible colors that can be used on Web pages. Red brightness from 0 to 255 Green brightness from 0 to 255 Blue brightness from 0 to 255 Basic Web Page Graphics

Copyright © 2003 Pearson Education, Inc. Slide 4-10 Web-safe colors are 216=6 3 colors that can be faithfully reproduced on any computer monitor regardless of the operating system used. Red = 0, 51, 102, 153, 204, or 255 Green = 0, 51, 102, 153, 204, or 255 Blue = 0, 51, 102, 153, 204, or 255 Basic Web Page Graphics

Copyright © 2003 Pearson Education, Inc. Slide 4-11 Web pages use hexadecimal (base 16) codes to describe colors. Black = # White = #FFFFFF Red = #FF0000 Green = #00FF00 Blue = #0000FF The bgcolor attribute of the Body tag sets the background color of the Web page. Basic Web Page Graphics

Copyright © 2003 Pearson Education, Inc. Slide 4-12 A color palette is a collection of colors. 8-bit and 24-bit color describe the size of the affiliated color palette. An 8 bit palette contains 256 colors A 24 bit palette contains 16,777,216 colors JPEG images use 24-bit color (True Color) GIF images use 8-bit color Basic Web Page Graphics

Copyright © 2003 Pearson Education, Inc. Slide 4-13 You can use any JPEG or GIF file as a background for a Web page. The browser will place the image in the upper-left corner and will tile it left to right. For example, The background attribute is used only in the tag Basic Web Page Graphics

Copyright © 2003 Pearson Education, Inc. Slide 4-14 Basic Web Page Graphics

Copyright © 2003 Pearson Education, Inc. Slide 4-15 Different utilities exist for processing images for different purposes. An image viewer displays graphics files quickly and easily (like Irfanview) Graphics editors are used to manipulate graphics files such as photos or drawings (like Paint, Photoshop, or Paint Shop Pro) Color samplers can find the hexadecimal code of a color in a picture. Screen shot utilities allow you to take a picture of a window on your computer. Basic Web Page Graphics

Copyright © 2003 Pearson Education, Inc. Slide 4-16 Absolute URL: links to a Web page on a different Web server. The Treehouse Relative URL: links to a Web page on the same Web server My Photo Album These URLs make your page portable Three Types of Hyperlinks

Copyright © 2003 Pearson Education, Inc. Slide 4-17 Named Anchor: links to a different location on the same Web page. In the Web page, you need to mark the destination location in the page The link that takes you to another location uses the # in the anchor tag for the link For example: some tall trees Mark the destination location with the NAME attribute in the Anchor tag For example: Trees Three Types of Hyperlinks