New Perspectives On Html5, Css3, And Javascript, Loose-leaf Version
New Perspectives On Html5, Css3, And Javascript, Loose-leaf Version
6th Edition
ISBN: 9781337685764
Author: Patrick M. Carey
Publisher: Cengage Learning
Question
Book Icon
Chapter 6, Problem 1RA
Program Plan Intro

To enter the name and date in the comment section of each file (dlr_mornings_txt.html, dlr_tables2_txt.css and dlr_columns2_txt.css) and save them as (dlr_mornings.html, dlr_tables2.css and dlr_columns2.css).

Expert Solution & Answer
Check Mark

Explanation of Solution

Given information:

dlr_mornings_txt.html, dlr_tables2_txt.css and dlr_columns2_txt.css files are provided under the folder html06→Review within the reference material.

Explanation:

1) For dlr_mornings_txt.html:

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

ii) Now, go to the source code section of the dlr_mornings_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 6
       Review Assignment
       DLR Morning Schedule
       Author: XYZ
       Date:  MM-DD-YYYY 
       Filename: dlr_mornings.html
      -->
<title> DLR Morning Schedule </title>
<meta charset="utf-8" />
</head>
iii) Now, go to file →Save As, enter the file name dlr_mornings.html (given in the question) and save the file.

2) For dlr_tables2_txt.css:

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

ii) Now go to the source code section of the dlr_tables2_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 HTML and CSS
   Tutorial 6
   Review Assignment
   Tables Style Sheet
   Author: XYZ
   Date: DD-MM-YYYY
   Filename: dlr_tables2.css
*/
iii) Now, go to file →Save As, enter the file name dlr_tables2.css (given in the question) and save the file.

3) For dlr_columns2_txt.css:

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

ii) Now, go to the source code section of the dlr_columns2_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";
@charset "utf-8";
/*
   New Perspectives on HTML and CSS
   Tutorial 6
   Review Assignment
   Columns Style Sheet
   Author: XYZ
   Date: DD-MM-YYYY   
   Filename:         dlr_columns2.css
*/ 

iii) Now, go to file →Save As, enter the file name dlr_columns2.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
(Short-answer) b. Continue from the previous question. Suppose part of the data you extracted from the data warehouse is the following.   Identify the missing values you think exist in the dataset. Use Column letter and Row number to refer to each missing value in the dataset. Please write down how you want to address each particular missing value (you can group them if they receive same treatment). For imputation, you do not need to calculate the exact imputed values but just describe what kind of value you want to use to impute.
Please original work Locate data warehousing solutions offered by IBM, Oracle, Microsoft, and Amazon Compare and contrast the capabilities of each solution and provide several names of some organizations that utilize each of these solutions. Please cite in text references and add weblinks
Need Help: Which of the following statements about confusion matrix is wrong A) Confusion matrix is a performance measure for probability prediction techniques B) Confusion matrix is derived based on classification rules with cut-off value 0.5 C) Confusion matrix is derived based on training partition to measure a model’s predictive performance D) None of the above

Chapter 6 Solutions

New Perspectives On Html5, Css3, And Javascript, Loose-leaf Version

Ch. 6 - Prob. 8RACh. 6 - Prob. 9RACh. 6 - Prob. 10RACh. 6 - Prob. 11RACh. 6 - Prob. 12RACh. 6 - Prob. 13RACh. 6 - Prob. 14RACh. 6 - Prob. 15RACh. 6 - Prob. 16RACh. 6 - Prob. 17RACh. 6 - Prob. 18RACh. 6 - Prob. 19RACh. 6 - Prob. 20RACh. 6 - Prob. 21RACh. 6 - Prob. 22RACh. 6 - Prob. 23RACh. 6 - Prob. 24RACh. 6 - Prob. 1CP1Ch. 6 - Prob. 2CP1Ch. 6 - Prob. 3CP1Ch. 6 - Prob. 4CP1Ch. 6 - Prob. 5CP1Ch. 6 - Prob. 6CP1Ch. 6 - Prob. 7CP1Ch. 6 - Prob. 8CP1Ch. 6 - Prob. 9CP1Ch. 6 - Prob. 10CP1Ch. 6 - Prob. 11CP1Ch. 6 - Prob. 12CP1Ch. 6 - Prob. 13CP1Ch. 6 - Prob. 14CP1Ch. 6 - Prob. 15CP1Ch. 6 - Prob. 16CP1Ch. 6 - Prob. 17CP1Ch. 6 - Prob. 18CP1Ch. 6 - Prob. 1CP2Ch. 6 - Prob. 2CP2Ch. 6 - Prob. 3CP2Ch. 6 - Prob. 4CP2Ch. 6 - Prob. 5CP2Ch. 6 - Prob. 6CP2Ch. 6 - Prob. 7CP2Ch. 6 - Prob. 8CP2Ch. 6 - Prob. 9CP2Ch. 6 - Prob. 10CP2Ch. 6 - Prob. 11CP2Ch. 6 - Prob. 12CP2Ch. 6 - Prob. 13CP2Ch. 6 - Prob. 14CP2Ch. 6 - Prob. 15CP2Ch. 6 - Prob. 16CP2Ch. 6 - Prob. 17CP2Ch. 6 - Prob. 1CP3Ch. 6 - Prob. 2CP3Ch. 6 - Prob. 3CP3Ch. 6 - Prob. 4CP3Ch. 6 - Prob. 5CP3Ch. 6 - Prob. 6CP3Ch. 6 - Prob. 7CP3Ch. 6 - Prob. 8CP3Ch. 6 - Prob. 10CP3Ch. 6 - Prob. 11CP3Ch. 6 - Prob. 12CP3Ch. 6 - Prob. 13CP3Ch. 6 - Prob. 14CP3Ch. 6 - Prob. 15CP3Ch. 6 - Prob. 16CP3Ch. 6 - Prob. 17CP3Ch. 6 - Prob. 18CP3Ch. 6 - Prob. 19CP3Ch. 6 - Prob. 20CP3Ch. 6 - Prob. 21CP3Ch. 6 - Prob. 22CP3Ch. 6 - Prob. 23CP3Ch. 6 - Prob. 24CP3Ch. 6 - Prob. 1CP4Ch. 6 - Prob. 2CP4Ch. 6 - Prob. 3CP4Ch. 6 - Prob. 4CP4Ch. 6 - Prob. 5CP4Ch. 6 - Prob. 6CP4Ch. 6 - Prob. 7CP4
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