Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(40) 1 body {font-family: sans-serif, Times New Roman; background-color: /*light salmon*/ #FADBD8;} Correcting Bugs in CSS 2 li{list-style: none; } a color:/*red/#BO3A2E; } 3 H1{font-size:
(40) 1 body \{font-family: "sans-serif", Times New Roman; background-color: /*light salmon*/ \#FADBD8;\} Correcting Bugs in CSS 2 li\{list-style: none; } a color:/*red/\#BO3A2E; } 3 H1\{font-size: 42px text-align: centre; A big part of programming is correcting bugs within your code. Regardless if you are 43 working in a team setting or independently, debugging is a necessary skill. For this activity, you will be attempting to identify and correct bugs found in CSS. 6 width: 100px; For this activity Instructions Take a look at on the right. This is a CSS file that needs to be properly indented, validated and debugged. We recommend you complete all three of those steps in that general order as proper indention allows you to read the code more easily and catch errors. Sometimes, bugs cause validation errors, so they can help you track down the problem. There are 8 bugs in total. I NOTE: Not all bugs are caught by validators
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started