Answers for "To link to an external stylesheet in an HTML document you need to add a link to the ________ tag."

0

link external css

<link href="style.css" rel="stylesheet" type="text/css">
Posted by: Guest on June-16-2021

Code answers related to "To link to an external stylesheet in an HTML document you need to add a link to the ________ tag."

Browse Popular Code Answers by Language