+ 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
5 ответов
+ 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...
+ 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.
+ 2
Yes if you should
+ 2
S , of course
+ 1
Can't understanding can u tell in simple way bcoz. I'm a beginner of html