0
HTML + CSS
How do I link a HTML-Document with a CSS-Stylesheet?
3 odpowiedzi
+ 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
+ 12
Joshua Jeschek, you are welcome😊
Yes, rel attribute means relationship:
https://www.w3schools.com/TagS/att_a_rel.asp
+ 1
@NezhnyjVampir Thanks 🙏🏼 could you please also tell me what “rel” means?