- [ ] How do you add CSS to an HTML webpage?
- [ ] What does CSS stand for?
- [ ] What does HTML stand for?
- [ ] What are the features of HTML5?
- [ ] What are the different types of storage in HTML5?
- [ ] What do the following mean in html
<section>
<article>
<footer>
<nav>
<aside>
- [ ] What are forms in HTML?
- [ ] What are event listeners in HTML?
- [ ] what is onload event?
- [ ] What is scroll event?
- [ ] How do you use Geo Location API?
- [ ] How do you know if a user is offline or not? What API does the browser provide for that?
- [ ] How do you use Video and Audio tags?
CSS
- [ ] What are CSS selectors?
- [ ] What are CSS variables?
- [ ] What is the difference between position absolute and relative?
- [ ] Create a search bar with CSS
- [ ] What is Box Model?
- [ ] What is a flex-box?
- [ ] What does justify-content, justifyItems, justifySelf mean?
- [ ] What do AlignItems, AlignContent, and AlignSelf mean?