0% found this document useful (0 votes)
2 views

chap2assignRevK (1)

The document outlines the specifications for an assignment in IST 239, requiring the creation of an HTML file named chap2assign.html that includes personal information, a major, a favorite movie with a JavaScript file, and an image. The JavaScript file, myFavMovie.js, should contain document.write statements for a movie description and include a comment with the student's name. Finally, the completed files must be zipped and submitted through D2L.

Uploaded by

miffedemu686755
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

chap2assignRevK (1)

The document outlines the specifications for an assignment in IST 239, requiring the creation of an HTML file named chap2assign.html that includes personal information, a major, a favorite movie with a JavaScript file, and an image. The JavaScript file, myFavMovie.js, should contain document.write statements for a movie description and include a comment with the student's name. Finally, the completed files must be zipped and submitted through D2L.

Uploaded by

miffedemu686755
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

IST 239 Datum and JavaScript

Chapter 2 Assignment

Create an html document called chap2assign.html using your text editor with JavaScript
in it, as explained in the following specifications:

1. Your name written within <title> tags in the <head> section and within <h1> tags
at the top of the < body> section.

2. Add a line using the following <h2>My Major</h2>. Then on the next line put
the name of your major in bold italics with a color of blue.

3. Add another line called My Favorite Movie also within <h2> tags. Put the
appropriate <script> tags to call a js (JavaScript external file) called
myFavMovie.js that will contain a description of the movie.

4. Following the description, insert an image from the movie. (You can just use the
appropriate html to do this.)

5. Create the myFavMovie.js file by putting in as many lines of document.write( )


statements that will give a good description of the movie.

6. Using single line comment syntax, put a comment at the top of the code in the
myFavMovie.js file that contains your name.

Save the html file as chap2assign.html.

Once you have completed this assignment, zip the html file, the js file and the image.
Submit the zip file in D2L.

You might also like