New Perspectives on HTML and CSS: Brief
New Perspectives on HTML and CSS: Brief
6th Edition
ISBN: 9781133387268
Author: Patrick M. Carey
Publisher: Cengage Learning US
Question
Book Icon
Chapter 5, Problem 1RA
Program Plan Intro

To enter the name and date in the comment section of each file (tf_tips_txt.html, tf_styles4_txt.css and tf_print2_txt.css) and save them as (tf_tips.html,tf_styles4.css and tf_print2.css).

Expert Solution & Answer
Check Mark

Explanation of Solution

Given information:

tf_tips_txt.html, tf_styles4_txt.css and tf_print2_txt.css files areprovided under the folder html05(Review within the reference material.

Explanation:

1) For tf_tips_txt.html:s

i) Open the tf_tips_txt.html file in the HTML editor.

ii) Now, go to the source code section of the tf_tips_txt.html file and write name and date in the comment section under author and date as shown below:

Adding name and date in the head tag in the comment section:

<head>
<!--
       New Perspectives on HTML5 and CSS3, 7th Edition
       Tutorial 5
       Review Assignment
       Trusted Friends Parenting Tips
       Author: XYZ
       Date:  MM-DD-YYYY 
       Filename: tf_tips.html
      -->
<title>Trusted Friends: Education Tips</title>
<meta charset="utf-8" />
</head>

iii) Now, go to file →Save As, enter the file name tf_tips.html (given in the question) and save the file.

2) For tf_styles4_txt.css:

i) Open the tf_styles4_txt.css file in the HTML editor.

ii) Now go to the source code section of the tf_styles4_txt.css file and writing name and date in the comment section under author and date as shown below:

Adding name and date in the comment section of given CSS code:

@charset "utf-8";
/*
   New Perspectives on HTML5 and CSS3, 7th Edition
   Tutorial 5
   Review Assignment   
   Author: XYZ
   Date: DD-MM-YYYY
   Filename: tf_styles4.css
   This file contains the screen styles used with the Trusted
   Friends blog tips
*/

iii) Now, go to file →Save As, enter the file name tf_styles4.css (given in the question) and save the file.

3) For tf_print2_txt.css:

i) Open the tf_print2_txt.css file in the HTML editor.

ii) Now, go to the source code section of the tf_print2_txt.css file and writing name and date in the comment section under author and date as shown below:

Adding name and date in the comment section of given CSS code:

@charset "utf-8";
/*
   New Perspectives on HTML5 and CSS3, 7th Edition
   Tutorial 5
   Review Assignment
   Author: XYZ
   Date: DD-MM-YYYY
   Filename: tf_print2.css
   This file contains the printer styles used with the Trusted
   Friends Parents Tips page
*/

iii) Now, go to file →Save As, enter the file name tf_print2.css (given in the question) and save the file.

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
15 points Save ARS Consider the following scenario in which host 10.0.0.1 is communicating with an external SMTP mail server at IP address 128.119.40.186. NAT translation table WAN side addr LAN side addr (c), 5051 (d), 3031 S: (e),5051 SMTP B D (f.(g) 10.0.0.4 server 138.76.29.7 128.119.40.186 (a) is the source IP address at A, and its value. S: (a),3031 D: (b), 25 10.0.0.1 A 10.0.0.2. 1. 138.76.29.7 10.0.0.3
6.3A-3. Multiple Access protocols (3). Consider the figure below, which shows the arrival of 6 messages for transmission at different multiple access wireless nodes at times t=0.1, 1.4, 1.8, 3.2, 3.3, 4.1. Each transmission requires exactly one time unit. 1 t=0.0 2 3 45 t=1.0 t-2.0 t-3.0 6 t=4.0 t-5.0 For the CSMA protocol (without collision detection), indicate which packets are successfully transmitted. You should assume that it takes .2 time units for a signal to propagate from one node to each of the other nodes. You can assume that if a packet experiences a collision or senses the channel busy, then that node will not attempt a retransmission of that packet until sometime after t=5. Hint: consider propagation times carefully here. (Note: You can find more examples of problems similar to this here B.] ☐ U ப 5 - 3 1 4 6 2
Just wanted to know, if you had a scene graph, how do you get multiple components from a specific scene node within a scene graph? Like if I wanted to get a component from wheel from the scene graph, does that require traversing still?   Like if a physics component requires a transform component and these two component are part of the same scene node. How does the physics component knows how to get the scene object's transform it is attached to, this being in a scene graph?

Chapter 5 Solutions

New Perspectives on HTML and CSS: Brief

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