Answer Posted / swapna
Internal SS should be used while style is applied for
single document.
Style should be defined in a<head> tag using <style> tag
Ex: <head>
<style type=?text/css?>
Hr{color:Blue}
P{margin-Left:20px}
Body{background-image:url(?cat20.gif?)}
</style> </head>
Style tag is not supported by old browsers
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How did you design your unit tests?What about integration tests?
What are the most important software design patterns?
What is the difference between factory and builder design pattern?
Which design pattern is mostly used in net?
What are the most commonly used design patterns?
Can you explain singleton pattern?
What are the types of participants of the prototype design pattern you will get?
Why have we declared the instance reference volatile?
What are the SDLC phases you have invloved ?
Give me example of observer design pattern?
Why is singleton used?
What are the types of the proxy design you will get in the design pattern?
What is the behavioral design pattern?
what are the creational design patterns
What are the categories in which the design patterns can be divided?