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 aop design?

0 Answers  


What are structural design patterns?

0 Answers  


Is dependency injection a design pattern?

0 Answers  


Is bean a singleton?

0 Answers  


Can we use an equated value as operands for an MVC ? Reason for the same.

0 Answers   Ness Technologies,






What is lexi design pattern?

0 Answers  


What is the S/W model used in the project. What are the optimization techniques used. Give examples ?

2 Answers   Infosys, Symphony, Wipro,


Is singleton bean thread safe?

0 Answers  


What is use case in clean architecture?

0 Answers  


How might prototyping be used as part of the SDLC?

3 Answers   Apple, ASD Lab,


Design the Factory pattern and What is its application ?

1 Answers   HP,


What is mvp design pattern?

0 Answers  


Categories