User Interface Designer Question:
Download Questions PDF

Do you know what are different ways to integrate a CSS into a Web page?

Answer:

There are three ways to integrate CSS into a Web page

a.) Inline: HTML elements may have CSS applied to them via the STYLE attribute.
b.) Embedded: By placing the code in a STYLE element within the HEAD element.
c.) Linked/ Imported: Place the CSS in an external file and link it via a link element.

Download UI Designer Interview Questions And Answers PDF

Previous QuestionNext Question
Please distinguish between Static vs. Dynamic HTML?Do you know which browsers support DHTML and how will non-supporting browsers handle DHTML?