Answers for "if you are using html for your webpages, why will you include style sheets?"

2

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 "if you are using html for your webpages, why will you include style sheets?"

Browse Popular Code Answers by Language