Podcast
Questions and Answers
What are the building blocks of front-end development?
What are the building blocks of front-end development?
- PHP and Ruby
- HTML and CSS (correct)
- Java and C++
- JavaScript and Python
What should be used to divide up space in HTML?
What should be used to divide up space in HTML?
- JavaScript functions
- Div's
- Semantic HTML5 tags (correct)
- CSS styles
What is the recommended practice for naming files in web development?
What is the recommended practice for naming files in web development?
- Use spaces between words
- Use special characters
- Use long descriptive names
- Use hyphens between words (correct)
How many levels of nested folders are recommended to keep the root folders decluttered?
How many levels of nested folders are recommended to keep the root folders decluttered?
What is the purpose of linking a stylesheet to the source code?
What is the purpose of linking a stylesheet to the source code?