JavaScript Lesson 3: Cool JavaScript background
For this lesson you should create a web page, saved as "javascript3-your name.html" in your "html lessons" folder, that has the following:
- The basic tags every web page needs. (This is from lesson 1)
- The words "JavaScript Lesson 3" in the title bar.
- A large heading that says "This is JavaScript Lesson 3"
- Your name in bold letters
- By copying and pasting, place the JavaScript codes in the proper places. Don't forget the head and body codes.
- Change the body code so that it includes a backgound color code for black (like this: body bgcolor="#000000") so that the stars show up against the background.
On to JavaScript Lesson 4
Home to Web Design