- 3
Fill in the blanks to call an external stylesheet called "test.css":
4 odpowiedzi
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
0
Link rel="stylesheet " href =" test.css"></ head >
- 1
<link="stylesheet" href="test.css" />
Try that..though its a little iffy...😑
- 1
<head>
<
link
rel="stylesheet" href="test.css">
</head>