Status: FAILED! Check: 6 Test: Add **your name** to the paragraph element within the footer element Reason: Unable to find 'Student Name: firstname lastname' in the program. Error str AssertionError - Timestamp: 2024-09-15 07:02:26.606244 Status: FAILED! Check: 6 Test: Add **your name** to the paragraph element within the footer element Reason: Unable to find 'Student Name: firstname lastname' in the program. Error str AssertionError - Timestamp: 2024-09-15 07:02:26.609381 25 26 27 28 29 32 48 49 50 51 22222222222222 4 4 4 4 4 & 5 S 23 24 1 2 7 8 9 10 11 CH 3 Apply Your Knowledge 12 13 14 15 16 17 18 19 20 21 Learn CSS ■Home  ■   Learn HTMLa  ■   Learn CSS  ■   Learn JavaScript 30 31 33 34 35 36 37 38 39 40 41 Basic CSS CSS stands for Cascading Style Sheets. A style rule formats an element on a webpage. A basic style rule consists of a selector, property, and value. 42 43 44 45 46 47 52 Student Name: Michael Colon © Copyright 2021. All Rights Reserved. 53 54

COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
1st Edition
ISBN:9780357392676
Author:FREUND, Steven
Publisher:FREUND, Steven
Chapter6: Creating, Sorting, And Querying A Table
Section: Chapter Questions
Problem 5EYW
Question
100%
Status: FAILED!
Check: 6
Test: Add **your name** to the paragraph element within the footer element
Reason: Unable to find '<p>Student Name: firstname lastname</p>' in the program.
Error str AssertionError
-
Timestamp: 2024-09-15 07:02:26.606244
Status: FAILED!
Check: 6
Test: Add **your name** to the paragraph element within the footer element
Reason: Unable to find '<p>Student Name: firstname lastname</p>' in the program.
Error str AssertionError
-
Timestamp: 2024-09-15 07:02:26.609381
Transcribed Image Text:Status: FAILED! Check: 6 Test: Add **your name** to the paragraph element within the footer element Reason: Unable to find '<p>Student Name: firstname lastname</p>' in the program. Error str AssertionError - Timestamp: 2024-09-15 07:02:26.606244 Status: FAILED! Check: 6 Test: Add **your name** to the paragraph element within the footer element Reason: Unable to find '<p>Student Name: firstname lastname</p>' in the program. Error str AssertionError - Timestamp: 2024-09-15 07:02:26.609381
25
26
27
28
29
32
48
49
50
51
22222222222222 4 4 4 4 4 & 5 S
23
24
1
2
<!--
3
4
5
<> css.html>...
k!DOCTYPE html>
Student Name: Michael Colon
File Name: css.html
Date: 09/15/2024
6
-->
7
8
<html lang="en">
9
<head>
10
11
<title>CH 3 Apply Your Knowledge</title>
<meta charset="utf-8">
12
</head>
13
<body>
14
15
16
17
18
19
20
21
</p>
<!-- Use the header area for the website name or logo. The header contains static content. Update "My Template" with the name of business. -->
<header>
<h1>Learn CSS</h1>
<img src="images/web-design.jpg" alt="computer with the text web design" width="450px" height="326px">
</header>
<!-- Use the nav area to add hyperlinks to other pages within the website. It contains static content. -->
<nav>
<p>
</nav>
&#9632;<a href="index.html">Home</a>&nbsp; &#9632; &nbsp;
<a href="html.html">Learn HTML</a>a&nbsp; &#9632; &nbsp;
<a href="css.html">Learn CSS</a>&nbsp; &#9632; &nbsp;
<a href="js.html">Learn JavaScript</a>
30
31
<!-- Use the main area to add main content to the webpage. Since the main content changes from page to page, the main element contains dynamic content. -->
<main>
33
34
35
36
37
38
39
40
41
<div id="html">
<h3>Basic CSS</h3>
<ul>
<li>CSS stands for Cascading Style Sheets.</li>
<li>A style rule formats an element on a webpage. </li>
<li>A basic style rule consists of a selector, property, and value.</li>
</ul>
42
43
</div>
44
45
</main>
46
47
52
<!-- Use the footer area to add static footer content. -->
<footer>
<p>Student Name: Michael Colon </p>
<p>&copy; Copyright 2021. All Rights Reserved.</p>
</footer>
53 </body>
54 </html>
Transcribed Image Text:25 26 27 28 29 32 48 49 50 51 22222222222222 4 4 4 4 4 & 5 S 23 24 1 2 <!-- 3 4 5 <> css.html>... k!DOCTYPE html> Student Name: Michael Colon File Name: css.html Date: 09/15/2024 6 --> 7 8 <html lang="en"> 9 <head> 10 11 <title>CH 3 Apply Your Knowledge</title> <meta charset="utf-8"> 12 </head> 13 <body> 14 15 16 17 18 19 20 21 </p> <!-- Use the header area for the website name or logo. The header contains static content. Update "My Template" with the name of business. --> <header> <h1>Learn CSS</h1> <img src="images/web-design.jpg" alt="computer with the text web design" width="450px" height="326px"> </header> <!-- Use the nav area to add hyperlinks to other pages within the website. It contains static content. --> <nav> <p> </nav> &#9632;<a href="index.html">Home</a>&nbsp; &#9632; &nbsp; <a href="html.html">Learn HTML</a>a&nbsp; &#9632; &nbsp; <a href="css.html">Learn CSS</a>&nbsp; &#9632; &nbsp; <a href="js.html">Learn JavaScript</a> 30 31 <!-- Use the main area to add main content to the webpage. Since the main content changes from page to page, the main element contains dynamic content. --> <main> 33 34 35 36 37 38 39 40 41 <div id="html"> <h3>Basic CSS</h3> <ul> <li>CSS stands for Cascading Style Sheets.</li> <li>A style rule formats an element on a webpage. </li> <li>A basic style rule consists of a selector, property, and value.</li> </ul> 42 43 </div> 44 45 </main> 46 47 52 <!-- Use the footer area to add static footer content. --> <footer> <p>Student Name: Michael Colon </p> <p>&copy; Copyright 2021. All Rights Reserved.</p> </footer> 53 </body> 54 </html>
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,