HTML + CSS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

HTML + CSS

How do I link a HTML-Document with a CSS-Stylesheet?

14th May 2018, 5:36 PM
Joshua
3 Answers
+ 12
Example: <head> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> </head> Useful information: https://www.w3schools.com/CSS/css_howto.asp
14th May 2018, 5:59 PM
NezhnyjVampir
+ 12
Joshua Jeschek, you are welcome😊 Yes, rel attribute means relationship: https://www.w3schools.com/TagS/att_a_rel.asp
14th May 2018, 6:11 PM
NezhnyjVampir
+ 1
@NezhnyjVampir Thanks 🙏🏼 could you please also tell me what “rel” means?
14th May 2018, 6:05 PM
Joshua