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

Explain Internal Style Sheets?

1 Answers  


What is single tone design pattern in java?

0 Answers  


4. Identify and bound the SOI’s Operating Environment.

0 Answers  


Give me example of observer design pattern?

0 Answers  


Why have we used synchronized here?

0 Answers  






What are creational design patterns?

0 Answers  


What is singleton and factory pattern?

0 Answers  


What is architecture and what is design?

0 Answers  


Is singleton scope thread safe?

0 Answers  


Are singletons bad?

0 Answers  


What are External Style Sheets?

1 Answers  


Is singleton an anti pattern?

0 Answers  


Categories