User Interface Designer Question:
Download Job Interview Questions and Answers PDF
What is external Style Sheet? How would you link to it?
Answer:
- External Style Sheet can be called as a template/document/file which contains style information and can be linked with more than one HTML documents.
- Using this the entire site can be formatted and styles just by editing one file.
- The file is linked with HTML documents via the LINK element inside the HEAD element.
<HEAD> <LINK REL=STYLESHEET HREF="style.css" TYPE="text/css"> </HEAD>
- Using this the entire site can be formatted and styles just by editing one file.
- The file is linked with HTML documents via the LINK element inside the HEAD element.
<HEAD> <LINK REL=STYLESHEET HREF="style.css" TYPE="text/css"> </HEAD>
Download UI Designer Interview Questions And Answers
PDF
Previous Question | Next Question |
Do you know which browsers support DHTML and how will non-supporting browsers handle DHTML? | Tell me what are the advantages and disadvantages of Embedded Style Sheets? |