✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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.
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!