0
What happened to me this morning I've tried to relate external css it dosn't works
2 Respostas
+ 17
<link href=source rel=stylesheet>
+ 1
You want to use an external .css in your HTML?
<link type="text/css" rel="stylesheet" href="your_css_file.css" >