
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
New Perspectives on HTML and CSS: Brief
- Suppose that the two Rank methods below are added to the Skip List class on Blackboard. public int Rank(T item) Returns the rank of the given item. public T Rank(int i) Returns the item with the given rank i. Requirements 1. Describe in a separate Design Document what additional data is needed and how that data is used to support an expected time complexity of O(log n) for each of the Rank methods. Show as well that the methods Insert and Remove can efficiently maintain this data as items are inserted and removed. (7 marks) 2. Re-implement the methods Insert and Remove of the Skip List class to maintain the augmented data in expected O(log n) time. Using the Contains method, ensure that added items are distinct. (6 marks) 3. Implement the two Rank methods. (8 marks) 4. Test your new methods thoroughly. Include your test cases and results in a Test Document. (4 marks)arrow_forwardWhy do we need official standards for copper cable and fiber-optic cable? What happens without the standard?arrow_forwardWhat is the difference between physical connection (Physical topology) and logical connection (Logical topology)? Why are both necessary?arrow_forward
- There are two network models and name them while providing a couple of advantages and disadvantages for each network model.arrow_forwardhttps://docs.google.com/document/d/1lk0DgaWfVezagyjAEskyPoe9Ciw3J2XUH_HQfnWSmwU/edit?usp=sharing use the link to answer the question below b) As part of your listed data elements, define the following metadata for each: Data/FieldType, Field Size, and any possible constraint/s or needed c) Identify and describe the relationship/s among the tables. Please provide an example toillustrate Referential Integrity and explain why it is essential for data credibility. I have inserted the data elements below for referencearrow_forwardWhy do we use NAT and PAT technologies? What happens without them? What is the major difference between NAT and PAT (Port Address Translation)? please answer it in the simplest way as possiblearrow_forward
- What is the difference between physical connection (Physical topology) and logical connection (Logical topology)? Why are both necessary? Why do we need the Seven-Layer OSI model? What will happen If we don’t have it? Why do we need official standards for copper cable and fiber-optic cable? What happens without the standard? please answer in the simplest way as possiblearrow_forwardSuppose that the MinGap method below is added to the Treap class on Blackboard. public int MinGap( ) Returns the absolute difference between the two closest numbers in the treap. For example, if the numbers are {2, 5, 7, 11, 12, 15, 20} then MinGap would returns 1, the absolute difference between 11 and 12. Requirements 1. Describe in a separate Design Document what additional data is needed and how that data is used to support an time complexity of O(1) for the MinGap method. Show as well that the methods Add and Remove can efficiently maintain this data as items are added and removed. (6 marks) 2. Re-implement the methods Add and Remove of the Treap class to maintain the augmented data in expected O(log n) time. (6 marks) 3. Implement the MinGap method. (4 marks) 4. Test your new method thoroughly. Include your test cases and results in a Test Document. (4 marks)arrow_forwardSuppose that the two Rank methods below are added to the Skip List class on Blackboard. public int Rank(T item) Returns the rank of the given item. public T Rank(int i) Returns the item with the given rank i. Requirements 1. Describe in a separate Design Document what additional data is needed and how that data is used to support an expected time complexity of O(log n) for each of the Rank methods. Show as well that the methods Insert and Remove can efficiently maintain this data as items are inserted and removed. (7 marks) 2. Re-implement the methods Insert and Remove of the Skip List class to maintain the augmented data in expected O(log n) time. Using the Contains method, ensure that added items are distinct. (6 marks) 3. Implement the two Rank methods. (8 marks) 4. Test your new methods thoroughly. Include your test cases and results in a Test Document. (4 marks)arrow_forward
- https://docs.google.com/document/d/1lk0DgaWfVezagyjAEskyPoe9Ciw3J2XUH_HQfnWSmwU/edit?usp=sharing use the link to answer the question below b) As part of your listed data elements, define the following metadata for each: Data/FieldType, Field Size, and any possible constraint/s or needed c) Identify and describe the relationship/s among the tables. Please provide an example toillustrate Referential Integrity and explain why it is essential for data credibility. I have inserted the data elements below for referencearrow_forwardHighlight the main differences between Computer Assisted Coding and Alone Coding with their similaritiesarrow_forwardSuppose that the MinGap method below is added to the Treap class on Blackboard. public int MinGap ( ) Returns the absolute difference between the two closest numbers in the treap. For example, if the numbers are {2, 5, 7, 11, 12, 15, 20} then MinGap would returns 1, the absolute difference between 11 and 12. Requirements 1. Describe in a separate Design Document what additional data is needed and how that data is used to support an time complexity of O(1) for the MinGap method. Show as well that the methods Add and Remove can efficiently maintain this data as items are added and removed. (6 marks) 2. Re-implement the methods Add and Remove of the Treap class to maintain the augmented data in expected O(log n) time. (6 marks) 3. Implement the MinGap method. (4 marks) 4. Test your new method thoroughly. Include your test cases and results in a Test Document. (4 marks)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
