Notes Chapter 10—Adding Graphics. There are two kinds of graphics on the Internet: those you can use on your own Web pages, and those you cannot.  Many.

Slides:



Advertisements
Similar presentations
Create a Web Site with Publisher 2000 for Marilyn Seguins Class.
Advertisements

Working with Images and HTML
Working with Graphics – Lesson 21 Working with Graphics Lesson 2.
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
Creating and Editing a Web Page Using Inline Styles
Chapter 5 Creating an Image Map
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.
Building Web Pages With Microsoft Office. Introduction This tutorial is for the beginning web builder. It utilizes software that you already have, Microsoft.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
CIS101 Introduction to Computing HTML Project Two.
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.
Marking Up With Html: A Hypertext Markup Language Primer
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
FIRST COURSE Creating Web Pages with Microsoft Office 2007.
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.
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.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
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.
IT Introduction to Website Development Welcome!
CSCE Chapter 5 (Links, Images, & Multimedia) CSCE General Applications Programming Benito Mendoza 1 By Benito Mendoza Department.
 Scaling an image is resizing the image in a graphic editing software so it is the proper size before adding it to a site.  Important NOTE: If you insert.
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) –
Website Development with Dreamweaver
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
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.
DHTML AND JAVASCRIPT Genetic Computer School LESSON 2 HTML TAGS G H E F.
HTML presentation Embedding Graphics in Web Pages n HTML uses an empty tag called the (image tag) n n n or n n n Note: all web production tools do insert.
Creating Web Pages with Links, Images, and Formatted Text
1 Lesson 3 Power Techniques HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
Presented by the Virginia 4-H Science and Technology Committee.
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.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
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.
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.
Working with Graphics – Lesson 21 Working with Graphics Lesson 2.
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.
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.
Macromedia Dreamweaver 8 Revealed AND GRAPHICS WORKING WITH TEXT.
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Landscaper 101. Time Code AMC AMCNET HELP!!! Where do you go for help? –Upper right corner has a ? for the online help –This presentation.
Web Page Design Mrs. Ricke. Graphics Interchange Format 256 colors only Good for icons, clipart, logos Not good for high quality pictures.
1 2/22/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Images and placing pages on the server.
Creating and Editing a Web Page
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.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
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.
Writing Your Own Web Page: Using HTML and FrontPage Chapter 10.
Images. Working with Images What is the difference between the GIF and JPEG formats? GIF – Graphic Interchange Format Limit to 256 colors Often used for.
REEM ALMOTIRI Information Technology Department Majmaah University.
Creating and Editing a Web Page Using Inline Styles
Creating Web Pages with Links, Images, and Embedded Style Sheets
Websites Creating Basic Course. What´s a website ? A website (or "web site") is a collection of related web pages, images, videos or other digital assets.
XP New Perspectives on Creating Web Pages With Word Tutorial 1 1 Creating Web Pages With Word Tutorial 1.
Part 4 Text & Fonts © UNT in partnership with TEA1IT: Web Technologies - HTML Scripting.
How to create a web page using word …
Hosted by Coach Slanina
Adding a File to a Course
Chapter 2 Adding Web Pages, Links, and Images
Embedding Graphics in Web Pages
Lesson 7 Graphics.
Hyperlinks, Images, Comments, and More…
Presentation transcript:

Notes Chapter 10—Adding Graphics

There are two kinds of graphics on the Internet: those you can use on your own Web pages, and those you cannot.  Many are protected by copyright laws,which means you cannot use them without permission.  Many people give you permission to use their graphics as long as you give them the credit  Create a link to their Web page  Put their name on your Web page saying they created the graphics

Always give credit where credit is due. If you use someone else’s graphics, you should always obey their rules concerning their graphics.

 “A picture is worth a thousand words, which is why is takes a thousand times longer to load.” Use graphics carefully.

 The size of the graphic also determines how fast the Web site will load. Smaller graphics load faster than full page graphics.

Two main types of graphics on the Web: .gif (Graphics Interchange Format), transfer quickly over the Internet .jpeg (Joint Photographic Expert Group format), can be read by most browsers and load quickly

 Tag used to insert a graphics file in your Web page:

 Short for IMaGe SeaRCh, searches for the graphics file and inserts it in your Web page.  If the graphics file is not located in the same directory as your Web page, you need to specify the complete address for where the graphic is located.

 Downloading is the process of saving something on the Internet to your computer.  Uploading is the process of saving something on your computer to the Internet.

1. In your browser, find the graphics file you wish to download. 2. Position the mouse pointer over the image. 3. Right click and hold it down. 4. Choose Save this image as from the pop- up menu. 5. Save the graphics file in the same folder as your HTML files. (jpg or gif) 6. Remember the graphics filename so you can find it later. 7. Choose OK.

 Once you have the graphics files saved in your directory, you can insert the graphics in your Web page.  You need to create links to the Web pages where the graphics files are located.  REMEMBER—IF YOU DIDN’T CREATE IT, YOU CAN’T TAKE CREDIT FOR IT!

1.In your text editor, position the insertion point after the tag and press Enter. 2.To change the background to an image, key: 3.To insert an image, key:

 Remember, if the graphics file you want to use is not in the same directory as your HTML document, you will need to specify the directory where the file is located.

4.By default, the image is placed at the left margin of the Web page.  You can change the location of the graphic by using the ALIGN=XXX attribute with the tag. XXX can be one of five things: TEXTTOP, MIDDLE, BOTTOM, LEFT, RIGHT.

 The image align attribute indicates the position of the text in relation to the image. For example, the default alignment is “bottom”. That mean the text is located at the bottom of the image.  Right means the image is to the right of the text, and left means the image is to the left.