Download presentation
Presentation is loading. Please wait.
Published byRudolph Rice Modified over 9 years ago
1
CHAPTER 4 LINKS Creating links between pages Linking to other sites Email links
2
LINKISMS Links from one website to another Links from one page to another on the same website Links from one part of a web page to another part of the same page Links that open in a new browser window Links that start up your email program and address a new email to someone
3
WRITING LINKS Links are created using the element. Users can click on anything between the opening tag and the closing tag. You specify which page you want to link to using the href attribute .
4
LINKING TO OTHER SITES
5
LINKS TO OTHER SITES
6
LINKING TO OTHER PAGES ON THE SAME SITE
8
DIRECTORY STRUCTURE
9
RELATIVE URLS Relative URLs can be used when linking to pages within your own website. They provide a shorthand way of telling the browser where to find your files. Same Folder Reviews Child Folder Listings Grandchild Folder Reviews Parent Folder Home GrandParent Folder Home
10
EMAIL LINKS Email Jon
11
OPENING LINKS IN A NEW WINDOW
13
LINKING TO A SPECIFIC PART OF THE SAME PAGE
14
LINKING TO A SPECIFIC PART OF ANOTHER PAGE
15
EXAMPLE LINKS
16
SUMMARY Links are created using the element The element uses the href attribute to indicate the page you are linking to. If you are linking to a page within your own site, it is best to use relative links rather than qualified URLs. You can create links to open email programs with an email address in the "to" field You can use the id attribute to target elements within a page that can be linked to.
17
CHAPTER 5 IMAGES How to add images to pages Choosing the right format Optimizing images for the web
18
IMAGES Include an image in your web pages using HTML Pick which image format to use Show an image at the right size Optimize an image for use on the web to make pages load faster You can also use CSS to include images in your pages using the background-image property, which you will meet on pages 413-420.
19
IMAGES Images should Stock photos www.istockphoto.com www.gettyimages.com www.veer.com www.sxc.hu www.fotolia.com www.fotolia.com Online extra
20
STORING IMAGES ON YOUR SI TE If you are building a site from scratch, it is good practice to create folder for all of the images the site uses.
21
ADDING IMAGES Src Alt title
22
HEIGHT & WIDTH OF IMAGES
23
WHERE TO PLACE IMAGES IN YOUR CODE
25
FOUR RULES FOR CREATING IMAGES Save images in the right format Save images at the right size Use the correct resolution Use the correct format RGB not CMYK
26
TOOLS TO EDIT & SAVE IMAGES Adobe Photoshop Other Software Adobe Fireworks Pixelmator PaintShop Pro Paint.net
27
IMAGE DIMENSIONS REDUCING IMAGE SIZE INCREASING IMAGE SIZE CHANGING SHAPE
28
CROPPING IMAGES PORTRAIT LANDSCAPE
29
IMAGE RESOLUTION Images created for the web should be saved at a resolution of 72 ppi. The higher the resolution of the image, the larger the size of the file. JPGs, GIFs, and PNGs belong to a type of image format known as bitmap.
30
VECTOR IMAGES Vector images differ from bitmap images and are resolution- independent. Vector images are commonly created in programs such as Adobe Illustrator.
31
ANIMATED GIFS Animated GIFs show several frames of an image in sequence and therefore can be used to create simple animations.
32
TRANSPARENCY Transparent GIF PNG
33
EXAMINING IMAGES ON THE WEB Checking the Size of Images Downloading Images
34
HTML 5: FIGURE AND FIGURE CAPTION
36
SUMMARY The element is used to add images to a web page. You must always specify a src attribute to indicate the source of an image and an alt attribute to describe the content of an image. You should save images at the size you will be using them on the web page and in the appropriate format. Photographs are best saved as JPEGs; illustrations or logos that use flat colors are better saved as GIFs.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.