Explain Internal Style Sheets?
Answer / 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 |
What is the difference between factory and builder design pattern?
Which Design Patterns you know?
What are the main usage of the patterns?
What are the Design Patterns you know
Give me example of chain of responsibility design pattern?
What is software 'quality'?
How do you handle the pressure?
What is a behavioral design pattern?
What are actually Model,view,Controller in MVC Pattern?
Is singleton an anti pattern?
Which design patterns have you used in your project ?
What is the use of design patterns?