Advanced Google Earth Placemarks

advertisement
Advanced
Google Earth
Placemarks
Inserting Line Break
<br>
Austin is the capital of Texas.<br>
It is home to the University of Texas.
The <p> tag indicates a new paragraph and inserts the equivalent of two
<br> tags.
<p>
Bold Text
<b>
Underline Text
<u>
Italicize Text
<i>
Insert a link
< a href=“pathway”> </a>
<b>George W. Bush</b> owns a ranch here in this small Texas town.
<u>Important Battles </u>
The book <i>Holes</i> was set here in west Texas.
Visit this <a href=“http://www.aisd.net”>website</a> for more
information.
Listen to his <a href=“
http://www.unitedstreaming.com/videos/audio/LOC_Audio_Speeches/Ei
senhower_Chance_for_Peace.mp3”>speech</a> he gave to the troops
here.
Embed a posted image
<img src=“source.jpg”>
Formatting Font
<font size=X> where X is
1(tiny) to 7 (large)
<font color=colorname>
<font color= hexadecimal
color value>
Watch the <a href=
“http://10.246.110.97/videos/21510/chp911645_256k.asf”>
video</a> of this great event.
<img src=”
http://farm1.static.flickr.com/250/454408855_80e1a5d009_m.jp
g”>
<font size=4>The Alamo</font>
<font size=5 color=red>Texas Rangers</font>
<font size=6 color=#00FF00>The University of North Texas </font> is
in Denton, TX.
Changing the background
color of the Description
bubble
<body bgcolor=blue>
<body bgcolor=#6633CC>
<body bgcolor=X>
Lists
Numbered <ol>
Bulleted<ul>
If using both a bulleted and
numbered list in the same
description, make sure
there is at least a <br> tag
between them!
Horizontal Line (Rule)
<hr>
Headings
<h1></h1>
…
<h6></h6>
H1 is the largest, H6 is the
smallest!
Center text or objects
<center></center>
Top 5 Crops grown here<br>
<ol>
<li>Corn
<li>Soybean
<li>Alfalfa
<li>Wheat
<li>Barley
</ol>
Places to go:<br>
<ul>
<li>Six Flags
<li>Hurricane Harbor
<li>Parks Mall
<li>Dyno-Rock
</ul>
<hr>
<hr color=navy>
<h1>Introduction</h1>
<h4>Restaurants in Area </h4>
<center>Washington, D.C. </center>
<center> <img src=
“http://farm1.static.flickr.com/177/454391104_1245ef3e74_m.jp
g”> </center>
Download