+ 3
How to link CSS to HTML?
Guys How do I link CSS to HTML?How many ways do we have?
3 ответов
+ 3
Thanks a lot
+ 2
You can put <style></style> part as well in <head> as in <body> tags... but "linked" CSS sound like external css for me, so there's only the <link> variations to do linked it ^^
+ 1
you have multiple ways, you choose to add <style></style> inside <head></head> tags or add a <link rel="stylesheet" type="text/css" href="style.css" /> in side <head></head> tags