Answers for "Where in the HTML document is the correct place to refer to an external style sheet?"

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

Code answers related to "Where in the HTML document is the correct place to refer to an external style sheet?"

Browse Popular Code Answers by Language