-1

I have 2 CSS files style.css and responsive.css , I need to add both the files in head tag , please help me....

Adarsha Beleyur
  • 157
  • 1
  • 1
  • 7

1 Answers1

0

is there any reason why this wouldn't work?

<head>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="responsive.css"/>
</head>
Jacob
  • 87
  • 7