Linking Multiple Stylesheets


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

Attaching multiple stylesheets


Copy this code and paste it in your HTML
  1. <html>
  2. <head>
  3. <title>lighttpd bundled</title>
  4. <link rel="stylesheet" type="text/css"
  5. href="http://sitepointstatic.com/bundle/structure.css, standard.css,format.css,index.css,promo.css" />
  6. </head>
  7. <body>
  8. </body>
  9. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.