Module 3 Flashcards
1
Q
From the following select the common mistakes to avoid with HTML: (select all that apply)
- Encoding the document with the correct character set
- Utilizing outdated syntax
- Failing to use the correct doctype
- Placing elements in incorrect locations
A
- Utilizing outdated syntax
- Failing to use the correct doctype
- Placing elements in incorrect locations
2
Q
From the following select the CSS best practices: (select all that apply)
- Keep your code organized, use indentations and comment thoroughly
- Use classes and IDs sparingly
- Use a code validator (a program that ensures your code is accurate and will render properly)
- Keep all CSS code internally in your HTML file
A
- Keep your code organized, use indentations and comment thoroughly
- Use classes and IDs sparingly
- Use a code validator (a program that ensures your code is accurate and will render properly)
3
Q
From the following select the common mistakes to avoid with CSS: (select all that apply)
- Failure to comment your code
- Using CSS within an HTML file
- Looking for errors in the your CSS code, when they lie in your HTML
- Using a code validator
- Forgetting that not all browsers are created equal
A
- Failure to comment your code
- Using CSS within an HTML file
- Looking for errors in the your CSS code, when they lie in your HTML
- Forgetting that not all browsers are created equal