Answers for "Which tag is used to link the external CSS file?"

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

Code answers related to "Which tag is used to link the external CSS file?"

Browse Popular Code Answers by Language