link linking to external css file


/ Published in: HTML
Save to your folder(s)

For when you sometimes forget the precise syntax. First is from html, second from css file.


Copy this code and paste it in your HTML
  1. <link rel="stylesheet" type="text/css" href="test.css" />
  2.  
  3. @import url("base.css");

Report this snippet


Comments


You need to login to view comments.