![New Perspectives On Html5, Css3, And Javascript, Loose-leaf Version](https://www.bartleby.com/isbn_cover_images/9781337685764/9781337685764_largeCoverImage.gif)
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).
![Check Mark](/static/check-mark.png)
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 Perspectives On Html5, Css3, And Javascript, Loose-leaf Version
- After the FCC licensing freeze was lifted, sitcoms featuring urban settings and working class characters became far less common. Question 14 options: True Falsearrow_forwardsolve this questions for me .arrow_forwarda) first player is the minimizing player. What move should be chosen?b) What nodes would not need to be examined using the alpha-beta pruning procedure?arrow_forward
- Consider the problem of finding a path in the grid shown below from the position S to theposition G. The agent can move on the grid horizontally and vertically, one square at atime (each step has a cost of one). No step may be made into a forbidden crossed area. Inthe case of ties, break it using up, left, right, and down.(a) Draw the search tree in a greedy search. Manhattan distance should be used as theheuristic function. That is, h(n) for any node n is the Manhattan distance from nto G. The Manhattan distance between two points is the distance in the x-directionplus the distance in the y-direction. It corresponds to the distance traveled along citystreets arranged in a grid. For example, the Manhattan distance between G and S is4. What is the path that is found by the greedy search?(b) Draw the search tree in an A∗search. Manhattan distance should be used as thearrow_forwardwhats for dinner? pleasearrow_forwardConsider the follow program that prints a page number on the left or right side of a page. Define and use a new function, isEven, that returns a Boolean to make the condition in the if statement easier to understand. ef main() : page = int(input("Enter page number: ")) if page % 2 == 0 : print(page) else : print("%60d" % page) main()arrow_forward
- What is the correct python code for the function def countWords(string) that will return a count of all the words in the string string of workds that are separated by spaces.arrow_forwardConsider the following program that counts the number of spaces in a user-supplied string. Modify the program to define and use a function, countSpaces, instead. def main() : userInput = input("Enter a string: ") spaces = 0 for char in userInput : if char == " " : spaces = spaces + 1 print(spaces) main()arrow_forwardWhat is the python code for the function def readFloat(prompt) that displays the prompt string, followed by a space, reads a floating-point number in, and returns it. Here is a typical usage: salary = readFloat("Please enter your salary:") percentageRaise = readFloat("What percentage raise would you like?")arrow_forward
- assume python does not define count method that can be applied to a string to determine the number of occurances of a character within a string. Implement the function numChars that takes a string and a character as arguments and determined and returns how many occurances of the given character occur withing the given stringarrow_forwardConsider the ER diagram of online sales system above. Based on the diagram answer the questions below, a) Based on the ER Diagram, determine the Foreign Key in the Product Table. Just mention the name of the attribute that could be the Foreign Key. b) Mention the relationship between the Order and Customer Entities. You can use the following: 1:1, 1:M, M:1, 0:1, 1:0, M:0, 0:M c) Is there a direct relationship that exists between Store and Customer entities? Answer Yes/No? d) Which of the 4 Entities mention in the diagram can have a recursive relationship? e) If a new entity Order_Details is introduced, will it be a strong entity or weak entity? If it is a weak entity, then mention its type?arrow_forwardNo aiarrow_forward
- 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
![Text book image](https://www.bartleby.com/isbn_cover_images/9781305503922/9781305503922_smallCoverImage.gif)