Answers for "html link style sheet"

122

how to link css to html

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

link stylesheet

<link rel="stylesheet" type="text/css" href="/style.css">
Posted by: Guest on April-19-2021
2

how to add a css file in html

<!DOCTYPE html>
<html>
<head>

  <link rel="stylesheet" href="styles.css">

</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
Posted by: Guest on July-13-2020
3

link stylesheet

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/morioh/dist/css/morioh.min.css">
Posted by: Guest on May-09-2021

Browse Popular Code Answers by Language