Answers for "how to linke the html file with css"

173

how to link css to html

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

link a css file

<!DOCTYPE html>
  <html>
    <head>
      <link rel="stylesheet" src="style.css">
    </head>
    <body>
    
    </body>
</html>
Posted by: Guest on December-22-2021

Browse Popular Code Answers by Language