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 4, Problem 1RA
Program Plan Intro

To edit the file name and enter your name and date in comment section for the files tb_visual3_txt.css, tb_visual4_txt.css, and tb_ferris_txt.html and tb_kathleen_txt.html.

Expert Solution & Answer
Check Mark

Explanation of Solution

Comment in CSS:

/*
   Lines between this block consider as CSS comments
*/

Comment in HTML:

<!--
Lines between this block consider as HTML comments
   -->

Following steps are used to make changes to tb_visual3_txt.css file:

  1. Right-click on file tb_visual3_txt.css.
  2. Select Edit Open with → Notepad++.
  3. Under the firstcomment section, write the following code given below.
  4. /*
       New Perspectives on HTML5 and CSS3, 7th Edition
       Tutorial 4
       Review Assignment
       
       Design Style Sheet for Tree and Book Family Home Page
       Author: Jack
       Date:   20/08/2019
       
       Filename: tb_visual3.css
    */
    
  5. Click on Save as and save this file as tb_visual3.css.

A new update tb_visual3.css file will get created in the same directory.

Following steps are used to make changes to tb_visual4_txt.css file:

  1. Right-click on file tb_visual4_txt.css.
  2. Select Edit Open with → Notepad++
  3. Under the first comment section, write the following code given below.
  4. /*
       New Perspectives on HTML5 and CSS3, 7th Edition
       Tutorial 4
       Review Assignment
       
       Individuals Design Style Sheet at Tree and Book
       Author: Jack
       Date:   20/08/2019
       
       Filename: tb_visual4.css
    */
    
  5. Click on Save as and save this file as tb_visual4.css.

A new update tb_visual4.cssfile will get created in the same directory.

Following steps are used to make changes to tb_ferris_txt.html file:

  1. Right-click on file tb_ferris_txt.html.
  2. Select Edit Open with → Notepad++
  3. Under the section comments, write the following code given below-
  4. <!--
        New Perspectives on HTML5 and CSS3, 7th Edition
        Tutorial 4
        Review Assignment
        Home Page of the Ferris Family Page at Tree and Book
        Author:Jack
        Date:20/08/2019
        Filename: tb_ferris.html
       -->
    
  5. Click on Save as and save this file as tb_ferris.html.

A new update tb_ferris_txt.htmlfile will get created in the same directory.

Following steps are used to make changes to tb_kathleen_txt.html file:

  1. Right-click on file tb_kathleen_txt.html.
  2. Select Edit Open with → Notepad++
  3. Under the section comments, write the following code given below-
  4. <!--
        New Perspectives on HTML5 and CSS3, 7th Edition
        Tutorial 4
        Review Assignment
        Photo Page of Kathleen Ferris
        Author:Jack
        Date:20/08/2019
        Filename: tb_kathleen.html
       -->
    
  5. Click on Save as and save this file as tb_kathleen.html.

A new update tb_kathleen.htmlfile will get created in the same directory.

tb_kathleen.html file code:

A comment is the not readable and compliablepart of any program, as comments are used to describe program lines. In the above code line between (/*Some lines*/) blocks are used as CSS comment, whatever is written inside this block will not affect the CSS code.Simply write your name corresponding to the author and date corresponding to date.

In the above code line between (<!-- Some lines -->) blocks are used as HTML comment, whatever is written inside this block will not affect the HTML code. Simply write your name corresponding to the author and date corresponding to date.

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
Please answer the JAVA OOP Programming Assignment scenario below: Patriot Ships is a new cruise line company which has a fleet of 10 cruise ships, each with a capacity of 300 passengers. To manage its operations efficiently, the company is looking for a program that can help track its fleet, manage bookings, and calculate revenue for each cruise. Each cruise is tracked by a Cruise Identifier (must be 5 characters long), cruise route (e.g. Miami to Nassau), and ticket price. The program should also track how many tickets have been sold for each cruise. Create an object-oriented solution with a menu that allows a user to select one of the following options: 1. Create Cruise – This option allows a user to create a new cruise by entering all necessary details (Cruise ID, route, ticket price). If the maximum number of cruises has already been created, display an error message. 2. Search Cruise – This option allows to search a cruise by the user provided cruise ID. 3. Remove Cruise – This op…
I need to know about the use and configuration of files and folders, and their attributes in Windows Server 2019.
Southern Airline has 15 daily flights from Miami to New York.  Each flight requires two pilots.  Flights that do not have two pilots are canceled (passengers are transferred to other airlines).  The average profit per flight is $6000.  Because pilots get sick from time to time, the airline is considering a policy of keeping four *reserve pilots on standby to replace sick pilots.  Such pilots would introduce an additional cost of $1800 per reserve pilot (whether they fly or not). The pilots on each flight are distinct and the likelihood of any pilot getting sick is independent of the likelihood of any other pilot getting sick.  Southern believes that the probability of any given pilot getting sick is 0.15.  A) Run a simulation of this situation with at least 1000 iterations and report the following for the present policy (no reserve pilots) and the proposed policy (four reserve pilots): The average daily utilization of the aircraft (percentage of total flights that fly) The…

Chapter 4 Solutions

New Perspectives on HTML5, CSS3, and JavaScript

Ch. 4.2 - Prob. 2QCCh. 4.2 - Prob. 3QCCh. 4.2 - Prob. 4QCCh. 4.2 - Prob. 5QCCh. 4.2 - Prob. 6QCCh. 4.2 - Prob. 7QCCh. 4.2 - Prob. 8QCCh. 4.2 - Prob. 9QCCh. 4.3 - Prob. 1QCCh. 4.3 - Prob. 2QCCh. 4.3 - Prob. 3QCCh. 4.3 - Prob. 4QCCh. 4.3 - Prob. 5QCCh. 4.3 - Prob. 6QCCh. 4.3 - Prob. 7QCCh. 4.3 - Prob. 8QCCh. 4.3 - Prob. 9QCCh. 4 - Prob. 1RACh. 4 - Prob. 2RACh. 4 - Prob. 3RACh. 4 - Prob. 4RACh. 4 - Prob. 5RACh. 4 - Prob. 6RACh. 4 - Prob. 7RACh. 4 - Prob. 8RACh. 4 - Prob. 9RACh. 4 - Prob. 10RACh. 4 - Prob. 11RACh. 4 - Prob. 12RACh. 4 - Prob. 13RACh. 4 - Prob. 14RACh. 4 - Prob. 15RACh. 4 - Prob. 16RACh. 4 - Prob. 17RACh. 4 - Prob. 18RACh. 4 - Prob. 19RACh. 4 - Prob. 20RACh. 4 - Prob. 21RACh. 4 - Prob. 22RACh. 4 - Prob. 23RACh. 4 - Prob. 24RACh. 4 - Prob. 25RACh. 4 - Prob. 1CP1Ch. 4 - Prob. 2CP1Ch. 4 - Prob. 3CP1Ch. 4 - Prob. 4CP1Ch. 4 - Prob. 5CP1Ch. 4 - Prob. 6CP1Ch. 4 - Prob. 7CP1Ch. 4 - Prob. 8CP1Ch. 4 - Prob. 9CP1Ch. 4 - Prob. 10CP1Ch. 4 - Prob. 11CP1Ch. 4 - Prob. 1CP2Ch. 4 - Prob. 2CP2Ch. 4 - Prob. 3CP2Ch. 4 - Prob. 4CP2Ch. 4 - Prob. 5CP2Ch. 4 - Prob. 6CP2Ch. 4 - Prob. 7CP2Ch. 4 - Prob. 8CP2Ch. 4 - Prob. 9CP2Ch. 4 - Prob. 10CP2Ch. 4 - Prob. 11CP2Ch. 4 - Prob. 12CP2Ch. 4 - Prob. 1CP3Ch. 4 - Prob. 2CP3Ch. 4 - Prob. 3CP3Ch. 4 - Prob. 4CP3Ch. 4 - Prob. 5CP3Ch. 4 - Prob. 6CP3Ch. 4 - Prob. 7CP3Ch. 4 - Prob. 8CP3Ch. 4 - Prob. 9CP3Ch. 4 - Prob. 10CP3Ch. 4 - Prob. 11CP3Ch. 4 - Prob. 12CP3Ch. 4 - Prob. 13CP3Ch. 4 - Prob. 1CP4Ch. 4 - Prob. 2CP4Ch. 4 - Prob. 3CP4Ch. 4 - Prob. 4CP4Ch. 4 - Prob. 5CP4Ch. 4 - Prob. 6CP4
Knowledge Booster
Background pattern image
Similar questions
SEE MORE 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
Text book image
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage