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 is MVC Pattern?
Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?
What is impedance mismatch and How to solve the problem?
When should design patterns be used?
Is singleton a design pattern?
Name some of the analytical tools and KPIs that you used in your evaluations.
What is factory method in design pattern?
Where should we use singleton design pattern?
What is ESD?
Why is singleton bad?
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 difference between the Adapter Pattern and Proxy Patterns?its seems both are almost similar?