HTML + CSS | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

HTML + CSS

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

14th May 2018, 5:36 PM
Joshua
3 Respostas
+ 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