
Now, don't tell anyone, but we will just be stealing javascript.
For this activitiy you will be copying and pasting some tags off of the website, wunderground.com. It is a web site that has local weather. This weather site invites you to take from their site "stickers." These are bits of code that you "stick" into your web pages to create things.
Technically, this is not javascript, but the method of acquiring it is the same. If you do not like this particular sticker, explore their site and find one you do like. You may use it later on your personal web page!
Free Weather Sticker |
Here is what to do for this lesson, step by step: Create a file saved as "JavaScript1-your name.html." The file should have:
- The basic tags every web page needs. (This is from lesson 1)
- The words "JavaScript 1" in the title bar.
- A large heading that says "This is JavaScript lesson 1"
- Your name in bold letters
- A weather sticker from WWW.wunderground.com.
|