+ 2
What paths can be used to define the href for the CSS file
CSS
6 Respuestas
+ 4
to add a link to the CSS file, use the "link" tag, it is written in the "head" tag:
<head>
<link rel="stylesheet" href="style.css">
</head>
+ 3
Pls clarify your question and Ensure you have used the Search bar ...
+ 3
Amirhon Atahanov you meant CSS?
+ 3
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
+ 2
url or local path
+ 2
oh yeah, just autocomplete, sorry