New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN: 9781305503922
Author: Patrick M. Carey
Publisher: Cengage Learning
Question
Book Icon
Chapter 8, Problem 1RA

a.

Program Plan Intro

To enter the name and the date in the comment section of files cp_astaire_txt.html, cp_media2_txt.css and cp_animate2_txt.css files and save them as cp_astaire.html, cp_media2.css and cp_animate2.css

a.

Expert Solution
Check Mark

Explanation of Solution

Given information: The files cp_astaire_txt.html, cp_media2_txt.css and cp_animate2_txt.css are provided.

Explanation:

Below steps are followed to add name and the date in the comment section of cp_astaire_txt.html file:

1. Right click on file cp_astaire_txt.html.

2. Select Open with → HTML editor

3. Write name as “ABC” and date as “10/30/2020” according to below given format:

    <!-- New Perspectives on HTML5 and CSS3, 7th Edition Tutorial 8 Review Assignment Cinema Penguin Fred Astaire Biography Page Author: ABC Date: 10/30/2020 Filename: cp_astaire.html -->

4. Click Save As and enter filename as cp_astaire.html.

Same below steps are followed to add name and the date in the comment section of cp_media2_txt.css file:

1. Right click on file cp_media2_txt.css.

2. Select Open with → HTML editor

3. Write name as “ABC” and date as “10/30/2020” according to below given format:

	/*
   New Perspectives on HTML and CSS, 7th Edition
   Tutorial 8
   Review Assignment
   Cinema Penguin Styles for Media
   Author: ABC 
   Date: 10/30/2020 
   Filename: 
*/ 

4. Click Save As and enter filename as cp_media2.css.

Same below steps are followed to add name and the date in the comment section of cp_animate2_txt.css file:

1. Right click on file cp_animate2_txt.css

2. Select Open with → HTML editor

3. Write name as “ABC” and date as “10/30/2020” according to below given format:

	/*
   New Perspectives on HTML and CSS, 7th Edition
   Tutorial 8
   Review Assignment
   Cinema Penguin Styles for Animation
   Author: ABC
   Date: 10/30/2020  
   Filename: cp_animate2.css
*/ 

4. Click Save As and enter filename as cp_animate2.css.

b.

Program Plan Intro

To open the file cp_captions2_txt.vtt and save it as cp_captions2.vtt.

b.

Expert Solution
Check Mark

Explanation of Solution

Given information: The file cp_captions2_txt.vtt is provided.

Explanation:

Below steps are followed to save it as cp_captions2.vtt file:

1. Right click on file cp_captions2_txt.vtt.

2. Select Open with → HTML editor

3. Click Save As and enter filename as cp_captions2.vtt.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
How to create a product table page:    To create the product list page, you can copy the index.html file you worked on in exercise 7 to the products folder. Then, you can delete the content from the main section and modify the URLs on the page as necessary. • Modify the horizontal navigation menu so it indicates that the product list page is the current page. • Add a table to the section with a caption, a header, and a body as shown above. Be sure to merge the rows in the first column for each category so the category name is displayed only in the first row.  Create a new style sheet named summary.css for the product list page, and copy the styles you need from the main.css file to this style sheet. Then, modify the link element for the style sheet in the products/index.html file so it points to the correct style sheet. • Align the caption, headings, and data, and apply any other required formatting as shown above. Use a structural pseudo-class selector to apply a background color of…
Global Variable Go to the jpf_hitori.js file in your editor. Directly below the comment section, declare the global allCells variable, which you will use to store an array of the puzzle cells in the Hitori table. Do not define a value for the variable yet. JavaScript Functions Insert a command to run the startUp() function when the page is loaded by the browser. Add the startUp() function, which displays the contents of Puzzle 1 after the page is loaded and sets up the initial event handlers. Within the function, add the following commands: Change the inner HTML of the element with the ID, “puzzleTitle” to the text “Puzzle 1”. Call the drawHitori() function using the hitori1Numbers, hitori1Blocks, and hitori1Rating variables as parameter values and store the HTML code returned by the function in the inner HTML of the page element with the ID “puzzle”. Declare a variable named puzzleButtons referencing the page elements with the class name “puzzles”. Loop through the puzzleButtons…
In the index.html file, in the header element, wrap the anchor element within a div element with a class attribute value of tab-desk. Below this div element (still within the header element), create a new div element with a class attribute value of mobile. Nest the following elements within this div: <h1>&#128062; Wild Rescues</h1> <h3>Rescue. Rehabilitate. Release.</h3>---My index.html <html lang="en">   <head>     <title>Wild Rescues: Home</title>     <meta charset="utf-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <link rel="stylesheet" href="css/styles.css">   </head>   <body>     <header>       <a div class="tab-desk">       <a href="index.html"> <img src="images/baby-hawk.jpg" alt="rescued baby hawk"> </a>     </header>     <nav>       <ul>          <li><a href="index.html">Home</a></li>…
Knowledge Booster
Background pattern image
Similar questions
Recommended textbooks for you
Text book image
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning