+ All Categories
Home > Documents > Chapter 4 The Map Gallery

Chapter 4 The Map Gallery

Date post: 31-Dec-2015
Category:
Upload: evangelina-zaro
View: 53 times
Download: 0 times
Share this document with a friend
Description:
Chapter 4 The Map Gallery. For the book Mapping in the Cloud Guilford Press Michael P. Peterson. Basic HTML file. My Map Gallery . Open File. Heading Text Sizes. My Map Gallery - PowerPoint PPT Presentation
25
Chapter 4 The Map Gallery For the book Mapping in the Cloud Guilford Press Michael P. Peterson
Transcript
Page 1: Chapter 4 The Map Gallery

Chapter 4

The Map Gallery

For the bookMapping in the Cloud

Guilford PressMichael P. Peterson

Page 2: Chapter 4 The Map Gallery

Basic HTML file

<html><h1> My Map Gallery </h1> <!--This writes “My Map Gallery.”--></html>

Page 3: Chapter 4 The Map Gallery

Open File

Page 4: Chapter 4 The Map Gallery

Heading Text Sizes

<html><h1> My Map Gallery </h1><h2> A collection of maps available through the web. </h2><h3> Compiled by your name </h3></html>

Page 5: Chapter 4 The Map Gallery

Sub-titles

Page 6: Chapter 4 The Map Gallery

Adding a title for map

<html><h1> My Map Gallery </h1><h2> A collection of maps available through the web. </h2><h3> Produced by your name </h3><hr><h2> Births to Mothers under the Age of 20 in the US </h2></html>

Page 7: Chapter 4 The Map Gallery

Adding a link to the first map

<html><h1> My Map Gallery </h1><h2> A collection of maps found on the web. </h2><h3> Produced by your name </h3><hr /><h2> Births to Mothers under the Age of 20 in the US </h2><img src=”http://maps.unomaha.edu/CloudMapping/Chapter3/MapExample1.gif” width=”500” height=”389”></html>

Page 8: Chapter 4 The Map Gallery

Make map clickable

<a href=”http://maps.unomaha.edu/cloud/Chapter4/BigMap.gif”><img src=”http://maps.unomaha.edu/cloud/Chapter4/SmallMap.gif”> </a>

Page 9: Chapter 4 The Map Gallery

Add caption

<html><h1> My Map Gallery </h1><h2> A collection of maps found on the web. </h2><h3> Produced by your name </h3><hr><h2> Map of ________ </h2><img src=”http://maps.unomaha.edu/CloudMapping/Chapter3/MapExample1.gif”><p>This map shows the distribution in the 48 United States of births to mothers under the age of 20 years old in 1982. Shadings are used to show the five categories of data. The states with the higher number of births to mothers under 20 are in the southern part of the United States.</p><p> <hr> <p></html>

Page 10: Chapter 4 The Map Gallery

Embed

<embed src=”http://maps.unomaha.edu/Cloud/Chapter3/

MapExample4.pdf” width=”500” height=”389”>

Use embed for: PDF, Flash, and Quicktime

Use img for: GIF, JPG, PNG

Page 11: Chapter 4 The Map Gallery

HTML Editor Palette

NVU

Page 12: Chapter 4 The Map Gallery

HTML Table

Page 13: Chapter 4 The Map Gallery

Defining Image Properties

NVU

Page 14: Chapter 4 The Map Gallery

Multipage Gallery

Title Page | Map1 | Map2 | Map3 | Map4 | Map5 | Map6 | Map7 | Map8 | Map9

Page 15: Chapter 4 The Map Gallery

Multipage Coding<html><h1> My Map Gallery </h1><h2> A collection of maps found on the web. </h2><h3> Produced by your name </h3><a href=title.htm> Title Page </a> |<a href=map1.htm> Map1 </a> |<a href=map2.htm> Map2 </a> |<a href=map3.htm> Map3 </a> |<a href=map4.htm> Map4 </a> |<a href=map5.htm> Map5 </a> |<a href=map6.htm> Map6 </a> |<a href=map7.htm> Map7 </a> |<a href=map8.htm> Map8 </a> |<a href=map9.htm> Map9 </a> |</html>

Page 16: Chapter 4 The Map Gallery

Table + Multipage<html><h2> Title of Map #5 </h2><table width="1000" height="597" border="1"> <tr> <td width="734" height="393"><img src=http://maps.unomaha.edu/OnlineMapping/Chapter3/MapExample1.gif></td> <td width="250">Caption</td> </tr></table><p align="center"><a href=title.htm> Title Page </a> | <a href=map1.htm> Map1 </a> | <a href=map2.htm> Map2 </a> | <a href=map3.htm> Map3 </a> | <a href=map4.htm> Map4 </a> | <a href=map5.htm> <b>Map5 </b> </a> | <!--This makes the link bold--> <a href=map6.htm> Map6 </a> | <a href=map7.htm> Map7 </a> | <a href=map8.htm> Map8 </a> | <a href=map9.htm> Map9 </a> |</html>

Page 17: Chapter 4 The Map Gallery

XHTML-Proper nestingIncorrect: <b><i>This text is bold and italic</b></i>

Correct: <b><i>This text is bold and italic</i></b>

Page 18: Chapter 4 The Map Gallery

XHTML-single tags with ending

Incorrect: A break: <br>A horizontal rule: <hr>An image: <img src="map.gif" alt="A map">

Correct: A break: <br />A horizontal rule: <hr />An image: <img src="map.gif" alt="A map;" />

Page 19: Chapter 4 The Map Gallery

XHTML-no caps

Incorrect <BODY><P>This is a paragraph</P></BODY>

Correct <body><p>This is a paragraph</p></body>

Page 20: Chapter 4 The Map Gallery

XHTML: head and body

Correct<html><head> ... </head><body> ... </body></html>

Page 21: Chapter 4 The Map Gallery

Free Webhosting account

Page 22: Chapter 4 The Map Gallery

Account Information

Page 23: Chapter 4 The Map Gallery

cpanel

Page 24: Chapter 4 The Map Gallery

Webhosting File Manager

Page 25: Chapter 4 The Map Gallery

Page with links to student

pages and assignments


Recommended