Podcast
Questions and Answers
What is the purpose of CSS comments?
What is the purpose of CSS comments?
Where is the internal CSS typically added in an HTML document?
Where is the internal CSS typically added in an HTML document?
When using inline CSS, where is the style applied?
When using inline CSS, where is the style applied?
'An external CSS can be written in a separate document and saved with a .css extension.' Where should the link to this external CSS file be added in an HTML document?
'An external CSS can be written in a separate document and saved with a .css extension.' Where should the link to this external CSS file be added in an HTML document?
Signup and view all the answers
What is the purpose of CSS selectors?
What is the purpose of CSS selectors?
Signup and view all the answers
'An internal style is defined inside the...' How can we complete this sentence according to the text provided?
'An internal style is defined inside the...' How can we complete this sentence according to the text provided?
Signup and view all the answers
'...may help when you edit the source code at a later date.' What does this statement refer to from the text?
'...may help when you edit the source code at a later date.' What does this statement refer to from the text?
Signup and view all the answers
'We can divide CSS selectors into five categories.' What is one of those categories according to the text?
'We can divide CSS selectors into five categories.' What is one of those categories according to the text?
Signup and view all the answers
'...background-color: gray;' Which part of a CSS rule does this line represent?
'...background-color: gray;' Which part of a CSS rule does this line represent?
Signup and view all the answers
'... then insert the name of your css document with extension.' What does this indicate according to the text?
'... then insert the name of your css document with extension.' What does this indicate according to the text?
Signup and view all the answers