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 |
Show us an example of a design that can solve a business problem.
What design pattern wrapper classes implement?
Quartus II software version 6.0 is available for which operating systems (OS)?
What are structural design patterns?
What is the executor design pattern?
What is the builder pattern?
What is viper architecture?
How can you conduct UX evaluation?
. Explain your area of focus.
What non-visual coding tools are available for web design?
What is the singleton design pattern?
Give me example of observer design pattern?