Basic Web Design Study Guide!

What does html stand for?
Hyper text markup language

What is a web page editor?

A program used to write and edit HTML code
What does CSS stand for?
Cascading Style Sheets

To add a blank line spce in your website, which tag would you use?

<br>
What is a gradient color?
how one color fades into another

Which attribute will center your heading in CSS?

align
What does HREF stand for?
Hytertext Reference

How can you turn the h1 tag blue as the mouse hovers over it?

h1:hover{color:blue;}