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
What are the SDLC phases you have invloved ?
What is the use of such a class?
Why is singleton used?
What is singleton and factory pattern?
What are creational design patterns?
What is proxy in design pattern?
What are the examples of the behavioral design patterns?
What is the difference between adapter and facade?
Can you explain singleton pattern?
What is a lazy initialization in singleton?
When should design patterns be used?
What is the difference between factory and builder design pattern?
when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next
Write the code for a singleton class?
What is clean architecture?