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 |
What are the advantages of thin clients?
Can we have this pattern implemented using static class?
What is the creational design pattern?
What is ESD?
What is meant by design pattern?
Are you using singleton in your code?
Why is it important to use systems analysis and design methodologies when building a system? Why not just build the system in whatever way appears to be “quick and easy”? What value is provided by using an “engineering” approach?
1 Answers DBU, KSV College, Sampson, University of Ibadan,
What is the prototype design pattern?
What is the difference between architecture and design?
i have file(ps),dont know how many records are there. move half of the records to 2 files. how can we do
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What is the executor design pattern?