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 are the SDLC phases you have invloved ?

0 Answers   Infosys, Tech Mahindra,


What WYSIWYG web design tools are available?

1 Answers   HP,


How to test the quality of design ?

1 Answers  


How did you design your unit tests?What about integration tests?

0 Answers  


What is grouping in CSS?

1 Answers  






What is onion architecture?

0 Answers  


Is singleton an anti pattern?

0 Answers  


Explain Inline Style Sheet?

1 Answers  


What is the use of repository pattern?

0 Answers  


Why is it important to use systems analysis and design methodologies when building a system? Why not just build the system in whatever way appears to be “quick and easy”? What value is provided by using an “engineering” approach?

1 Answers   DBU, KSV College, Sampson, University of Ibadan,


What is mvp design pattern?

0 Answers  


Is mvc is a design pattern?

0 Answers  


Categories