BigBinary Academy
CSS
Div Element
5.2
Search
Challenge
5.2
Exercise - Div Element
Let's use the
div
element to group similar parts of the HTML in the code below.
Separate the code using two different
div
elements.
Add ID selectors
dog
and
cat
to the
div
elements.
Apply background colors
orange
and
yellow
to them respectively.
Previous
Next