Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

CSS%20Interview%20Questions%20and%20Answers

Question: How do I combine multiple sheets into one?
Answer: To combine multiple/partial style sheets into one set the TITLE attribute taking one and the same value to the LINK element. The combined style will apply as a preferred style, e.g.:

<LINK REL=Stylesheet HREF="default.css" TITLE="combined">
<LINK REL=Stylesheet HREF="fonts.css" TITLE="combined">
<LINK REL=Stylesheet HREF="tables.css" TITLE="combined">
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook