|
INTERVIEW QUESTIONS
WEB
CSS
DETAILS
Question: How can I specify background images?
Answer: With CSS, you can suggest a background image (and a background color, for those not using your image) with the background property. Here is an example:
body { background: white url(example.gif) ; color: black ; } If you specify a background image, you should also specify text, link, and background colors since the reader's default colors may not provide adequate contrast against your background image. The background color may be used by those not using your background image. Authors should not rely on the specified background image since browsers allow their users to disable image loading or to override document-specified backgrounds.
|
|
|
Category |
CSS Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7622 users |
Added on |
9/4/2014 |
Views |
70919 |
Rate it! |
|
|
Question:
How can I specify background images?
Answer:
With CSS, you can suggest a background image (and a background color, for those not using your image) with the background property. Here is an example:
body { background: white url(example.gif) ; color: black ; } If you specify a background image, you should also specify text, link, and background colors since the reader's default colors may not provide adequate contrast against your background image. The background color may be used by those not using your background image. Authors should not rely on the specified background image since browsers allow their users to disable image loading or to override document-specified backgrounds. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All CSS Interview Questions & Answers - Exam Mode /
Learning Mode
|