
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).

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?
Chapter 6 Solutions
NEW PERSP.ON COMP.CONCEPTS-PACKAGE
- Discussion 1. Comment on your results. 2. Compare between the practical and theoretical results. 3. Find VB, Vc on the figure below: 3V V₁₁ R₁ B IR, R, IR, R www ΙΚΩ www www I 1.5KQ 18₁ 82002 R₁ 3.3KQ R₂ 2.2KQ E Darrow_forwardAgile1. a. Describe it and how it differs from other SDLC approachesb. List and describe the two primary terms for the agile processc. What are the three activities in the Construction phasearrow_forwardhow are youarrow_forward
- need help with thi Next, you are going to combine everything you've learned about HTML and CSS to make a static site portfolio piece. The page should first introduce yourself. The content is up to you, but should include a variety of HTML elements, not just text. This should be followed by an online (HTML-ified) version of your CV (Resume). The following is a minimum list of requirements you should have across all your content: Both pages should start with a CSS reset (imported into your CSS, not included in your HTML) Semantic use of HTML5 sectioning elements for page structure A variety other semantic HTML elements Meaningful use of Grid, Flexbox and the Box Model as appropriate for different layout components A table An image Good use of CSS Custom Properties (variables) Non-trivial use of CSS animation Use of pseudeo elements An accessible colour palette Use of media queries The focus of this course is development, not design. However, being able to replicate a provided design…arrow_forwardUsing the notationarrow_forwardyou can select multipy optionsarrow_forwardFor each of the following, decide whether the claim is True or False and select the True ones: Suppose we discover that the 3SAT can be solved in worst-case cubic time. Then it would mean that all problems in NP can also be solved in cubic time. If a problem can be solved using Dynamic Programming, then it is not NP-complete. Suppose X and Y are two NP-complete problems. Then, there must be a polynomial-time reduction from X to Y and also one from Y to X.arrow_forwardMaximum Independent Set problem is known to be NP-Complete. Suppose we have a graph G in which the maximum degree of each node is some constant c. Then, is the following greedy algorithm guaranteed to find an independent set whose size is within a constant factor of the optimal? 1) Initialize S = empty 2) Arbitrarily pick a vertex v, add v to S delete v and its neighbors from G 3) Repeat step 2 until G is empty Return S Yes Noarrow_forwardPlease help me answer this coding question in the images below for me(it is not a graded question):write the code using python and also provide the outputs requiredarrow_forwardarrow_back_iosSEE MORE QUESTIONSarrow_forward_ios
- New Perspectives on HTML5, CSS3, and JavaScriptComputer ScienceISBN:9781305503922Author:Patrick M. CareyPublisher:Cengage LearningNp Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:Cengage
