Why isn't my bootstrap not getting loaded? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why isn't my bootstrap not getting loaded?

Hii, I was practicing bootstrap and it was a working in sololearn compiler, can u check out my. Code please? https://code.sololearn.com/W6sXd85mj0XJ/?ref=app

10th Sep 2021, 5:52 AM
Sreenesh
Sreenesh - avatar
4 Answers
+ 2
@HrCoder You're absolutely right but if you check the code you can see that it is not enough to solve his problem. I tried removing the "integrity" and "crossorigin" attribute (not sure why I had to do that, i guess CORS policy or bad Integrity key) and this finally solved the problem and Bootstrap loaded fine. Here you go: https://code.sololearn.com/W0Bl9RQkd87G
10th Sep 2021, 8:55 AM
Maz
Maz - avatar
+ 3
that's rel="stylesheet" not ref="stylesheet" ref wrong rel right
10th Sep 2021, 8:19 AM
Pariket Thakur
Pariket Thakur - avatar
+ 1
for table header u can use <th>Lmao</th>
10th Sep 2021, 10:11 AM
Pariket Thakur
Pariket Thakur - avatar
0
Maz I got it but why isn't my table header dark?
10th Sep 2021, 9:15 AM
Sreenesh
Sreenesh - avatar