Cut and Paste For Lesson 27a

It is important when copying JavaScript code not to pick up extraneous RETURN characters that you may get by using the versions displayed in the browser window. Use these examples to copy and paste successfully!

Select all of the HTML below, Copy, and then return to your HTML document to Paste the code.

c o p y   f r o m   h e r e


<li><a href="term_1.html" onClick="alert('A caldera is a circular shaped 
landform depression caused by the eruption of a large, near surface 
body of magma.'); return false">caldera</a>
<li><a href="term_2.html" onClick="alert('Vesicularity is a measure how much 
of a rock volume consists of air chambers.'); return false">vesicularity</a>
<li><a href="term_3.html" onClick="alert('Pahoehoe is a type of basaltic lava 
flow texture that comes from the Hawaiian word for smooth and 
ropy.'); return false">pahoehoe</a>
<li><a href="term_4.html" onClick="alert('Rheology is the study of how 
materials deform.'); return false">rheology</a>
<li><a href="term_5.html" onClick='alert("A lahar is a mudslide generated 
from the flanks of a volcano. Some say it comes from the 
phrase \"Look Out!\" in the Indonesian language."); return false'>lahar</a>

t o   h e r e


Writing HTML: Lesson 27a: A Wee Dose of JavaScript
©1994-2002 Maricopa Center for Learning and Instruction (MCLI)
Maricopa Community Colleges
Questions? Comments? Visit our feedback center

URL: http://www.mcli.dist.maricopa.edu/tut/tut27a_ex/cut1.html