Explain Internal Style Sheets?



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

Post New Answer

More Design Patterns Interview Questions

What is mvp design pattern?

0 Answers  


what is data access layer?

7 Answers   Honeywell,


What is difference between function oriented design and object oriented design?

0 Answers  


Are you using singleton in your code?

0 Answers  


What is the factory pattern in the design pattern?

0 Answers  






What non-visual coding tools are available for web design?

0 Answers   Wipro,


Describe the builder design pattern

0 Answers  


What is the difference between architecture and design?

0 Answers  


Design Facade pattern - What is its application in projects ?

1 Answers   HP,


how to pring 10 item per page in smartform

0 Answers  


3. Discuss the concept of system transition strategy

0 Answers  


Give the syntax of css?

1 Answers  


Categories