Answer Posted / swapna
Inline Style Sheet is rarely used when a style is applied
to a single occurance of an element.
To use inline styles use ?style? attribute in relevant tag.
Ex:
<p style=?Color:Blue;margin-Left:20px?> This paragraph</p>
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is aop design?
What is synchronizer token pattern?
Give me example of chain of responsibility design pattern?
Can we use an equated value as operands for an MVC ? Reason for the same.
Can you explain singleton pattern?
What are the most commonly used design patterns?
What is the use of design patterns?
What is the difference between factory and strategy design pattern?
What is the builder pattern?
What are the disadvantages of singleton pattern?
Give me example of observer design pattern?
What is the difference between factory and builder design pattern?
What are the most popular design patterns?
What are the 23 design patterns?
How did you design your unit tests?What about integration tests?