Answers for "how to add external css to html file"

0

how to refer to external style sheet

<html>
<head>
<link rel="stylesheet" type="text/css" href="Name.css">
</head>
<body>
.
.
.
</body>
Posted by: Guest on August-05-2020
2

how to link an css file to html

<link rel="stylesheet" href="hi.css">
Posted by: Guest on September-01-2020

Code answers related to "how to add external css to html file"

Browse Popular Code Answers by Language