Podcast
Questions and Answers
What does a CSS rule set contain?
What does a CSS rule set contain?
- A selector and a declaration block (correct)
- Multiple selectors
- Only a declaration block
- Only a selector
What does a CSS declaration block contain?
What does a CSS declaration block contain?
- One or more declarations separated by a semicolon (correct)
- Only one declaration
- Multiple selectors
- Multiple declarations separated by commas
Which method of implementing styling information allows changes across multiple pages by modifying a single source?
Which method of implementing styling information allows changes across multiple pages by modifying a single source?
- Internal CSS
- Embedded stylesheet
- Inline CSS
- External CSS (correct)
Where is an external style sheet link typically placed within an HTML document?
Where is an external style sheet link typically placed within an HTML document?
What file extension is commonly used for external CSS files?
What file extension is commonly used for external CSS files?
What is the purpose of the property in CSS?
What is the purpose of the property in CSS?
What is the major reason HTML5 is currently used?
What is the major reason HTML5 is currently used?
What does the meta tag describe in HTML?
What does the meta tag describe in HTML?
What is the purpose of forms in HTML5?
What is the purpose of forms in HTML5?
What does CSS stand for in web design?
What does CSS stand for in web design?
What is the purpose of the pattern attribute in HTML forms?
What is the purpose of the pattern attribute in HTML forms?
Which major browsers support the features of HTML5?
Which major browsers support the features of HTML5?