+ 1
Can anyone help me understand this line of code?
<head> <link rel="stylesheet" href="example.css"> </head>
4 Answers
+ 2
It is how you link your CSS (stylesheet) to your HTML document. It's good practice to keep your styling inside of the .css file and link it to your HTML in that way.
+ 1
rel relation
href hypertext reference
0
rel and href are the acronym of what ?
0
Thank you