InterviewSolution
| 1. |
Styles Not Showing? |
|
Answer» There are different ways to apply CSS to a HTML document with a STYLESHEET, and these different ways can be combined: * INLINE (INTERNAL) (Deprecated for XHTML) Note: An external stylesheet is a text file that contains only CSS Styles. HTML comments are not supposed to be in there and can lead to misinterpretation (> is the CSS "Child" SELECTOR!). There are different ways to apply CSS to a HTML document with a stylesheet, and these different ways can be combined: * inline (internal) (Deprecated for XHTML) Note: An external stylesheet is a text file that contains only CSS Styles. HTML comments are not supposed to be in there and can lead to misinterpretation (> is the CSS "Child" selector!). |
|