Is it necessary to use links in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Is it necessary to use links in html?

<!DOCTYPE html> <html> <head> <title>My Blog</title> <link href="https://fonts.googleapis.com/css?family=Handlee" rel

3rd Jan 2019, 3:54 PM
V Chandu
V Chandu - avatar
5 Answers
+ 6
Link are used to include css file bcoz you can't apply same inline css on every html page so you can create 1 css file and you can include using this tag...
4th Jan 2019, 3:41 PM
A͢J
A͢J - avatar
+ 3
It is very important because link is the way by which u can link your css files js files and bootstrap files to your html files.
9th Jan 2019, 4:05 AM
UTKARSH JAIN
UTKARSH JAIN - avatar
+ 2
Yes if you should
10th Jan 2019, 5:01 AM
Robert Jarrett
Robert Jarrett - avatar
+ 2
S , of course
11th Jan 2019, 8:11 PM
DEVARAJ BALAJI
DEVARAJ BALAJI - avatar
+ 1
Can't understanding can u tell in simple way bcoz. I'm a beginner of html
3rd Jan 2019, 4:07 PM
V Chandu
V Chandu - avatar