+ 1
Can anyone answer a question for me ?
Hey , I have very minimal knowledge of CSS yet would anyone care to give me a brief explanation on how to solve this ? “Link the documents to the jtc_base.css and jtc_layout.css stylesheet file”.
3 Answers
+ 7
<link href="jtc_base.css" rel="stylesheet">
<link href="jtc_layout.css" rel="stylesheet">
+ 2
Thank you !
+ 1
<link rel="stylesheet" type="text/css" href="jtc_base.css">
<link rel="stylesheet" type="text/css" href="jtc_layout.css">
Just copied from here ^^
https://www.w3schools.com/tags/tag_link.asp