logo

Crowdly

Part 3. External CSS Make a copy of the web page competition2.html that y...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Part 3. External CSS

Make a copy of the web page competition2.html that you developed in Part 2 above into a new file called competition3.html. We will use external CSS

for it.

Create a CSS file called competition.css

, make sure that the file extension is correct.

Use a text editor and open the file competition3.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 file competition3.html. After that, in the head element, add a link tag:

<link rel="stylesheet" type="text/css" href="competition.css" />

Save the file competition3.html

and use a web browser to open it. You will see that all the CSS styles will be displayed.

More questions like this

Want instant access to all verified answers on moodle.uowplatform.edu.au?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!