Answers for "how to link a css page to html"

2

how to link css to html

<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="style.css"> <!--Copy this line of code-->
  </head>
  <body>
  </body>
</html>
Posted by: Guest on July-06-2021

Code answers related to "how to link a css page to html"

Browse Popular Code Answers by Language