Answers for "how to add an external css in html"

173

how to link css to html

<link rel="stylesheet" href="styles.css">
Posted by: Guest on November-28-2019
18

external css

<html>
  <head>
    <link rel="stylesheet" type="text/css" href="mystyle.css"></link>
  </head>

  <body>
Posted by: Guest on January-06-2020

Code answers related to "how to add an external css in html"

Browse Popular Code Answers by Language