To get started, pair with your partner on any problems they may have encountered while trying to style task manager last night.
Help each other answer any questions you may have about CSS/HTML. MDN (mozilla developer network) is a great resource for anything web related if you need a reference for anything.
Please bring any question you may have to our HTML/CSS Review.
If you are having trouble getting started here are some things to think about:
-
What is .container and what does it do?
-
How do we add bootstrap to an HTML page? How would we add our own stylesheet?
-
What does CSS stand for and what does it mean for us?
-
Describe how you use the bootstrap grid system?
-
What is nth-child?
-
What is the difference between block and inline elements? Give examples of both.
-
Describe the box-model.
<div> <p></p> <ul> <li><a></a></li> <li><li> </ul> <ol> </ol> </div> -
Given the example above:
-
What are the child elements of
<div>? -
What are the parent elements of
<li>? -
What is the parent element of the
<a>? -
What are the grandchildren elemenets of
<div>?