👤

Answer :

Answer:

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

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" / >

View image Huynhthiendy