Answers for "html using external css"

13

external css

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

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

link css file in html

<link rel="stylesheet" href="styles.css">
Posted by: Guest on May-21-2020

Browse Popular Code Answers by Language