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 |
Who is your inspiration in this field?
Is bean a singleton?
What are the biggest trends in UX Design these days?
Tell us about some of the projects that have been your favorite.
What is clean architecture?
Explain what is good design?
What are the main usage of the patterns?
What is the difference between factory and strategy design pattern?
What are the types of participants of the prototype design pattern you will get?
What are sequence diagrams, collaboration diagrams and difference between them ?
8 Answers ACET, CT, CTS, Infosys,
Is singleton bean thread safe?
What is factory method in design pattern?