I have a homepage.html and it refers to styles.css(makes a table). But I also want homepage.html to refer to styles12.css because in styles12.css I have the css for taps.
you can also use @import inside other style sheets.
@import
@import url("site.css");