Question 1
What does the acronym CSS mean ?
Answer
Cascading Style Sheets
Question 2
What does a style sheet do?
Answer
It adds styles to web documents like fonts, color, spacing, etc.
Question 3
When is an external style sheet used?
Answer
It is used when the style has to be applied to many web pages
Question 4
When is an internal style sheet used?
nswer
It is used when a single document has a unique style
Question 5
When is an inline style used?
Answer
It is used when a unique style is to be applied to a single occurrence of an element
Question 6
Which tag is used to define an embedded applet?
Answer
Applet tag
|