logo

Crowdly

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

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

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.

Більше питань подібних до цього

Хочете миттєвий доступ до всіх перевірених відповідей на moodle.uowplatform.edu.au?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!