In this activity, you will work with a group to build a webpage that will hold a collection of CSS snippets. What better way to learn CSS than to build a knowledge base of CSS? As a user, I can view a ...
<h1><span style="background-color: aquamarine">This is a span title</span></h1> <h1><div style="background-color: blanchedalmond;">This is a div title</div></h1> <p ...