Fill in the blanks to call an external stylesheet called "test.css": | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Fill in the blanks to call an external stylesheet called "test.css":

23rd Sep 2016, 2:26 PM
Devon Roberts
4 Answers
0
<head> <link rel="stylesheet" href="test.css"> </head> Fill in the blank with this word link But be sure to read and learn and search
29th Feb 2020, 7:26 PM
mt.ali
mt.ali - avatar
0
Link rel="stylesheet " href =" test.css"></ head >
10th Jul 2020, 12:33 PM
Aishwarya Sivakumar
Aishwarya Sivakumar - avatar
- 1
<link="stylesheet" href="test.css" /> Try that..though its a little iffy...😑
4th Oct 2016, 11:29 AM
Arnold Gyan
Arnold Gyan - avatar
- 1
<head> < link rel="stylesheet" href="test.css"> </head>
15th Sep 2019, 7:28 AM
Jean de Dieu RUMANZI
Jean de Dieu RUMANZI - avatar