✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
competition2.html that you developed in Part 2 above into a new file called competition3.html. We will use external CSSfor it.
Create a CSS file calledcompetition.css, make sure that the file extension is correct.
Use a text editor and open the filecompetition3.html. Copy all the CSS code inside the style tag of competition3.html into the CSS file competition.css. Save the CSS file competition.css.
Remove all the CSS code and the style tag in the filecompetition3.html. After that, in the head element, add a link tag:<link rel="stylesheet" type="text/css" href="competition.css" />
Save the file competition3.htmland use a web browser to open it. You will see that all the CSS styles will be displayed.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!