To open the tss_coach_txt.html and coach_style_txt.css files then enter your name and date in the comment section of each file and then save them as tss_coach.html and coach_style.css respectively.
Explanation of Solution
First open the tss_coach_txt.html file in the editor and enter your name and date in the comment section of tss_coach_txt.html file as shown below in bold text:
<!doctype html> <html> <head> <!-- New Perspectives on HTML5 and CSS3, 7th Edition Tutorial 2 Review Assignment Author: Carey Date: 2019/08/19 Filename: tss_coach_txt.html --> <meta charset="utf-8" /> <title>Tri and Succeed Sports Coaches</title> <link href="coach_layout.css" rel="stylesheet" /> <link href="coach_styles.css" rel="stylesheet" /> </head>
Now, save the file as tss_coach_txt.html.
Similarly, open the coach_style_txt.css file in the editor and enter your name and date in the comment section of coach_style_txt.css file as shown below in bold text:
/*Filename: coach_style_txt.css */
@charset "utf-8";
@font-face {
font-family: Nobile;
src: url('nobile-webfront.woff') format('woff');
url('nobile-webront.tff') format('truetype');
}
/*
New Perspectives on HTML5 and CSS3, 7th Edition
Tutorial 2
Review Assignment
Author: Carey
Date: 2019/08/19
Filename: coach_style_txt.css
*/ss
Now, save the file as coach_style.css.
Want to see more full solutions like this?
Chapter 2 Solutions
New Perspectives On Html5, Css3, And Javascript, Loose-leaf Version
- Find the error: daily_sales = [0.0, 0,0, 0.0, 0.0, 0.0, 0.0, 0.0] days_of_week = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'] for i in range(7): daily_sales[i] = float(input('Enter the sales for ' \ + days_of_week[i] + ': ')arrow_forwardFind the error: daily_sales = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] days_of_week = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'] for i in range(6): daily_sales[i] = float(input('Enter the sales for ' \ + days_of_week[i] + ': '))arrow_forwardWhat are the steps you will follow in order to check the database and fix any problems with it and normalize it? Give two references with your answer.arrow_forward
- What are the steps you will follow in order to check the database and fix any problems with it? Have in mind that you SHOULD normalize it as well. Consider that the database offline is not allowed since people are connected to it and personal data might be bridged and not secured. Provide three refernces with you answer.arrow_forwardShould software manufacturers should be tolerant of the practice of software piracy in third-world countries to allow these countries an opportunity to move more quickly into the information age? Why or why not?arrow_forwardI would like to know about the features of Advanced Threat Protection (ATP), AMD-V, and domain name space (DNS).arrow_forward
- I need help to resolve the following activityarrow_forwardModern life has been impacted immensely by computers. Computers have penetrated every aspect of oursociety, either for better or for worse. From supermarket scanners calculating our shopping transactionswhile keeping store inventory; robots that handle highly specialized tasks or even simple human tasks,computers do much more than just computing. But where did all this technology come from and whereis it heading? Does the future look promising or should we worry about computers taking over theworld? Or are they just a necessary evil? Provide three references with your answer.arrow_forwardWhat are the steps you will follow in order to check the database and fix any problems with it? Have in mind that you SHOULD normalize it as well. Describe in full, consider the following:• Taking the database offline is not allowed since people are connected to it.• Personal data might be bridged and not secured. Provide three refernces with you answerarrow_forward
- New Perspectives on HTML5, CSS3, and JavaScriptComputer ScienceISBN:9781305503922Author:Patrick M. CareyPublisher:Cengage Learning