Explain Internal Style Sheets?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?

587


Why is singleton bad?

577


When singleton pattern is used?

608


Why is singleton used?

632


When should design patterns be used?

593






What is the builder pattern?

643


What is aop design?

580


Is oop a design pattern?

592


What is the difference between builder and composite?

620


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

1807


Give me example of chain of responsibility design pattern?

626


What are the disadvantages of singleton pattern?

590


What is the executor design pattern?

735


What is a behavioral design pattern?

630


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

599