26.2k views
2 votes
What is the answer to this question

What is the answer to this question-example-1

1 Answer

4 votes

Answer:

<link rel="stylesheet" type="text/css" href="webStyle.css" />

Step-by-step explanation:

Your files are in the same folder, so you do not need "css/" in the file path.

You do need type="text/css" to indicate the type of style file you are using.

< link rel="stylesheet" type="text/css" href="webStyle.css" / >

What is the answer to this question-example-1
User Yassine Faris
by
4.2k points