Web111a_chapt03.ppt HTM: Section 3 Colors Selecting Colors Methods Color names Color values Color Names 16 Basic Color Names HTML 3.05, Figure 3-2 Extended.

Slides:



Advertisements
Similar presentations
Working with Images and HTML
Advertisements

Session 2 Introduction to HyperText Markup Language 4 (HTML 4) Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
Working with Graphics – Lesson 21 Working with Graphics Lesson 2.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 8: Image Techniques ©2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page.
1 Cascading Style Sheets Continued Different kinds of selectors in a style sheet –Simple- Pseudo-Class –Contextual- Pseudo-Element –Class Image Styles.
HTML popo.
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.
Cascading Style Sheets. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. CSS is a.
กระบวนวิชา CSS. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to.
Tutorial 3 – Designing a Web Page Working with Color & Graphics Mrs. Wilson.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 4: Horizontal Rules and Graphical Elements.
Tutorial 3 Designing a Web Page.
1 IMAGES: A Picture Is Worth a Thousands Words, Image Formats Image Sizes Graphic Tips Image Tag Attributes Centering Images.
Computer Science 1611 Internet & Web Creating Webpages with Style Hypertext and the HTML Markup Language (continued)
Creating the pages Part Five Graphics. File Format Basics You can currently use only three image file formats on the Web: GIF, JPG, and PNG. A new format,
Academic Year, Spring Semester Bilkent University - Faculty of Art, Design and Architecture Department of Communication and Design CS 153 Introduction.
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.
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.
Chapter 14-Designing for the World Wide Web. Overview Introducing multimedia on the Web. Designing text for the Web. Creating images for the Web. Adding.
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.
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.
Chapter 7 Graphics and Color. 2 Principles of Web Design Chapter 7 Objectives Understand the differences between the Web-based image file formats - GIF,
INTRODUCTION TO HTML5 Styling Text. Change the Font Size  You can use the font-size property to change the font size for a document’s text.  Instead.
Copyright © 2003 Pearson Education, Inc. Slide 4-1 Created by, Stephanie Ludi, Rochester Institute of Technology—NY Basic Web Page Construction Graphics.
HTML H yper T ext M arkup L anguage. HTML HTML is NOT case sensitive However, proper coding etiquette if for all to be in ALL CAPS and for text to be.
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
More Basic HTML. Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features Add alignments.
DHTML AND JAVASCRIPT Genetic Computer School LESSON 2 HTML TAGS G H E F.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Formatting Text and Lists Essentials for.
Department of Information Technology Chapter 8 - Creating Hypertext links Lecturer: Ms Melinda Chung.
1 Web Developer Foundations: Using XHTML Chapter 4 Key Concepts.
1 Web Developer & Design Foundations with XHTML Chapter 4 Key Concepts.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
HTML tags Some popular ones. Paragraph: separated by a single line of white space Line break NOTE: no end tag is used for this tag Headlines ( through.
Working with Graphics – Lesson 21 Working with Graphics Lesson 2.
TABLES 1. In this chapter you will learn that tables have many uses in HTML. Objectives: Upon completing this section, you should be able to: 1. Insert.
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.
HTML(Hyper Text Markup Language) ByNaveen. Introduction HTML or Hyper Text Markup Language is the standard markup language Its used to create the web.
Web Page Design Mrs. Ricke. Graphics Interchange Format 256 colors only Good for icons, clipart, logos Not good for high quality pictures.
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.
ECA 228 Internet/Intranet Design I HTML Tags. ECA 228 Internet/Intranet Design I anchor tags Adds a link to the web page Anything placed between the anchor.
REEM ALMOTIRI Information Technology Department Majmaah University.
Web111a_chapt04.ppt HTM: Section 4 Tables Table Types Text table elements Easy to use Use fixed-font text (font family monospace) Andale Mono Courier Monaco.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
Revision Webpage design HTML.   FACE  Attributes  Marquee  Define the following terms.
Basic Web Publishing M. Scott Gartner 7/15/98.
Part 4 Text & Fonts © UNT in partnership with TEA1IT: Web Technologies - HTML Scripting.
HTML III ECT 270 Robin Burke.
CNIT 131 Graphics.
( Cascading style sheet )
What is HTML? Structure of HTML Document HTML TAG HEAD TAG TITLE TAG
Inserting and Working with Images
Tutorial 3 – Designing a Web Page
Tag Basics.
Web Development & Design Foundations with HTML5 7th Edition
Font tag and its attributes
Introduction to HTML II
HTML (Hypertext Markup Language )
Attribute of heading, <p> and <hr> tag
Attribute of heading, <p> and <hr> tag
Lesson 3: Cascading Style Sheets (CSS) and Graphical Elements
Attribute of heading, <p> and <hr> tag
Presentation transcript:

web111a_chapt03.ppt HTM: Section 3 Colors Selecting Colors Methods Color names Color values Color Names 16 Basic Color Names HTML 3.05, Figure 3-2 Extended Color Names HTML 3.05, Figure

web111a_chapt03.ppt LAB I – Named Colors: Step 1 1.Create a new, blank, html3_01.htm file 2.Insert the following code: html3_01.htm new page This is a link to the new page 3.Save the file 4.Open the file in the browser This is the default browser colors HTM: Section 3

web111a_chapt03.ppt LAB I: Step 2 1.Change BGCOLOR in the file to “black” 2.Refresh the page 3.Change the TEXT to “yellow” 4.Refresh the page 5.Change LINK to “green” 6.Refresh the page 7.Change VLINK to “orange” 8.Refresh the page Experiment with the 16 Basic Colors (Page HTML 3.05) and the Extended Colors (Page HTML 3.05) BGCOLOR = color of the background screen TEXT = color for text LINK = color of a link that has not been executed VLINK = color of a link that has been executed HTM: Section 3

web111a_chapt03.ppt HTM: Section 3 Color Values Represented as two hexadecimal values 0 through F = one hex character Byte = two hex characters 3 Bytes to identify the color of one pixel XXYYZZ = hex color code XX = Intensity of the color RED YY = Intensity of the color GREEN ZZ = Intensity of the color BLUE Precede number by a # sign # = black #FFFFFF = white Example:

web111a_chapt03.ppt LAB II – Color Values: Step 1 1.Create a new, blank, html3_02.htm file 2.Insert the following code: html3_02.htm new page This is a link to the new page 3.Save the file 4.Open the file in the browser This is the default browser colors HTM: Section 3

web111a_chapt03.ppt HTM: Section 3 LAB II: Step 2 1.Change BGCOLOR in the file to “#00FF00” 2.Refresh the page 3.Change the TEXT to “#FF0000” 4.Refresh the page 5.Change LINK to “#FF00FF 6.Refresh the page 7.Change VLINK to “888888” 8.Refresh the page Experiment with variations of the three color intensities BGCOLOR = color of the background screen TEXT = color for text LINK = color of a link that has not been executed VLINK = color of a link that has been executed

web111a_chapt03.ppt HTM: Section 3 FONTS 1.HTML Tag some text 2.Properties (some) 1.Size=“some number” size=40 2.Color=“color” color=“green” 3.Color=“hex number” color=“#FFBBCC” 4.Face=“name of face” face=“arial” Faces: arial times times new roman courier bookman old style abaddon haettenschweiler impact monotype corsiva Steelfish Outline Minya Nouvelle ZapfChancery

web111a_chapt03.ppt LAB III- Fonts: Step 1 1.Create a new, blank, html3_03.htm file 2.Insert the following code: html3_03.htm This is a sample of font attributes 3.Save the file 4.Open the file in the browser This is the default browser colors HTM: Section 3

web111a_chapt03.ppt LAB III- Fonts: Step 2 1.Set the size parameter to various sizes and refresh the page 2.Set the face parameter to various styles and refresh the browser 1.Times 2.Times New Roman 3.Courier 4.Arial 5.Monotype corsiva HTM: Section 3

web111a_chapt03.ppt HTM: Section 3 Background Images 1.Images: Valid for the Internet.JPG or.JPEGJoint Photographic Experts Group.GIFGraphics Interchange Format Static Transparent Animated Images: NOT Valid for the Internet.BMPWindows Bit Map.TIFTagged Image Format.PCXZsoft PC Paintbrush.WMFEmbedded Bitmap Metafile

web111a_chapt03.ppt LAB IV- Images - Background: Step 1 1.Create a new, blank, html3_04.htm file 2.Save the file 03.jpg to the floppy disk 3.Insert the following code: html3_04.htm This is a sample of font attributes 3.Save the file 4.Open the file in the browser This is the default browser colors Download balloon.gif Replace 03.jpg with balloon.gif HTM: Section 3

web111a_chapt03.ppt LAB IV- Images: Step 2 Static.jpg/.jpeg image 1.Save the file no_pict.jpg to the floppy disk 2.Insert the following code: 3. following the text 4.Refresh the browser HTM: Section 3 LAB IV- Images: Step 3 Static.gif 1.Save the file place.gif to the floppy disk 2.Insert the following code: 3. following the preceding image 4.Refresh the browser

web111a_chapt03.ppt LAB IV- Images: Step 4 Transparent.gif 1.Save the file place1.gif to the floppy disk 2.Insert the following code: 3. following the preceding image 4.Refresh the browser HTM: Section 3 LAB IV- Images: Step 5 Animated.gif 1.Save the file animatedheart.gif to the floppy disk 2.Insert the following code: 3. following the preceding image 4.Refresh the browser

web111a_chapt03.ppt LAB IV- Images: Step 6 Transparent.gif 1.Save the file place1.gif to the floppy disk 2.Insert the following code: 3. following the preceding image 4.Refresh the browser HTM: Section 3 LAB IV- Images: Step 7 Animated.gif 1.Save the file animatedheart.gif to the floppy disk 2.Insert the following code: 3. following the preceding image 4.Refresh the browser

web111a_chapt03.ppt.gif Graphic Files 1.Can be static or animated 2.One color transparent potential 3.Interlaced: file downloads in pieces 4.Non-interlaced: file downloads in sections ( 5.Formats: 1.GIF87: non-animated, non-transparent 2.GIF89a: animated and/or transparent color 6.Max 256 colors (.jpg = 16 million) HTM: Section 3

web111a_chapt03.ppt Image Placement 1. 2.AlignmentPage Bottom 2.Middle 3.Top 4.Left 5.Right LAB: Remove all images except place.gif Experiment with the Alignment parameter Vertical and Horizontal Space 1. 2.Example: LAB: Experiment with the vspace and hspace parameters HTM: Section

web111a_chapt03.ppt Image Size 1. LAB: Experiment with the height and width parameters “Alternate” Graphic Parameter 1. LAB: Experiment with the Alternate parameter WORKING WITH IMAGES 1.Reduce the size of the image 7k/sec on a 56k modem 100k file = 15 to 20 seconds 2.Experiment with file types (.jpg,.gif) 3.Use thumbnails 4.Reuse images HTM: Section

web111a_chapt03.ppt Image Maps 1.‘Hot spots” (links) on an image 1.Squares 2.Circles 3.Rectangles 2.Identified by the x & y coordinates of points on the map Third party software HTM: Section

web111a_chapt03.ppt Homework Assignment Create the Arcadium web page HTML page 3.46 Figure 3-49