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.
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:
- Right-click on file tb_visual3_txt.css.
- Select Edit Open with → Notepad++.
- Under the firstcomment section, write the following code given below.
- Click on Save as and save this file as tb_visual3.css.
/* 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 */
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:
- Right-click on file tb_visual4_txt.css.
- Select Edit Open with → Notepad++
- Under the first comment section, write the following code given below.
- Click on Save as and save this file as tb_visual4.css.
/* 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 */
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:
- Right-click on file tb_ferris_txt.html.
- Select Edit Open with → Notepad++
- Under the section comments, write the following code given below-
- Click on Save as and save this file as tb_ferris.html.
<!-- 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 -->
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:
- Right-click on file tb_kathleen_txt.html.
- Select Edit Open with → Notepad++
- Under the section comments, write the following code given below-
- Click on Save as and save this file as tb_kathleen.html.
<!-- 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 -->
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?
Chapter 4 Solutions
EBK NEW PERSPECTIVES ON HTML5, CSS3, AN
- Setup Use your editor to open the ws_lincoln.html and ws_cloud.js. Enter your name and the date in the comment section of each file. Linking JS File Go to the ws_lincoln.html file in your editor. Link the page to the ws_cloud.css style sheet and the ws_stopwords.js and ws_cloud.js JavaScript files (in that order). Load the JavaScript files asynchronously. Study the contents of the file. Lincoln's speech is stored in a div element with the id "speech". The word cloud text will be placed in the aside element with the id "cloud". html---------------------------------------------------------------------- <!DOCTYPE html> <html lang="en"> <head> <!-- New Perspectives on HTML5, CSS3, and JavaScript 6th Edition Tutorial 13 Case Problem 4 Word Cloud of Lincoln's 1st Inaugural Author: Date: Filename: ws_lincoln.html --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,…arrow_forwardHow to create a product table page: To create the product list page, you can copy the index.html file you worked on in exercise 7 to the products folder. Then, you can delete the content from the main section and modify the URLs on the page as necessary. • Modify the horizontal navigation menu so it indicates that the product list page is the current page. • Add a table to the section with a caption, a header, and a body as shown above. Be sure to merge the rows in the first column for each category so the category name is displayed only in the first row. Create a new style sheet named summary.css for the product list page, and copy the styles you need from the main.css file to this style sheet. Then, modify the link element for the style sheet in the products/index.html file so it points to the correct style sheet. • Align the caption, headings, and data, and apply any other required formatting as shown above. Use a structural pseudo-class selector to apply a background color of…arrow_forwardOpen index.html in your browser to view the webpage. Maximize the browser window to use a desktop viewport. Below the gradient style rules comment, create a style rule for the gradient1 class selector and add the following declaration to specify a linear-gradient for the background: background: linear-gradient(to right, #67afcb, #1a3e4c 25%); Create a style rule for the gradient2 class selector and add a declaration to specify a linear-gradient to the left, use #d4f7ec and #448d76 for color values, and use 90% as the color stop. Create a style rule for the gradient3 class selector and add a declaration to specify a linear-gradient to the top left, and use #efddfd and #36065b for color values. Create a style rule for the gradient4 class selector and add a declaration to specify a linear-gradient that uses the following four color values: #e6e6ff #70dbdb #ffffcc #cc6699 Create a style rule for the gradient5 class selector and add the following declaration to…arrow_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