+ 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”.

2nd Nov 2019, 7:42 AM
Esvin
3 Answers
+ 7
<link href="jtc_base.css" rel="stylesheet"> <link href="jtc_layout.css" rel="stylesheet">
2nd Nov 2019, 8:16 AM
Anna/Аня
Anna/Аня - avatar
+ 2
Thank you !
2nd Nov 2019, 8:18 AM
Esvin
+ 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
3rd Nov 2019, 10:06 AM
CodeX
CodeX - avatar