Rock, Genifer

Question 1 Answer:

CSS stands for Cascading Style Sheet. CSS explains to the HTML what elements to display on screen.






Question 2 Answer:

We are using CSS3.






Question 3 Answer:
<style>
body {
  background-image: url("parch.jpg");
  background-repeat: repeat-x;
}
</style>





Question 4 Answer:
<body style="background-color: #DAF7A6;">





Question 5 Answer:

Advanced Technology College

Advanced Technology College

Advanced Technology College






Question 6 Answer:
<p style="color: black;">Advanced Technology College</p>





Question 7 Answer:
<div class="three" id="three"><p>Advanced Technology College</p></div>
<style>#three {color: blue; position: absolute; right: 300px; bottom: 400px;}</style>