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?
What are some of your favorite designs in apps and websites?
Why have we used synchronized here?
Explain Internal Style Sheets?
What are structural design patterns?
What are the advantages of thin clients?
SAP Design Studio live classes by Exports
In what cases are synchronous architectures more appropriate than asynchronous architectures?
Explain the singleton, facade, or handle class design pattern?
Can we make the reference instance non static?
How would you improve the UX design of our product?
When to Use a Factory Pattern?