SuperJuniorLover
New member
1. Tags are used with CSS, such as <style> and </style>. Where do you enter these tags in a HTML page?
2. What is Font-Family? What does it do?
3. Which tag is used to link an HTML document to a specific style sheet?
4. What is the extension name of a cascading style sheet?
5, A format definition is a tag that defines elements, such as background color, images, font styles, etc. What are the tags used for these elements? Can you format more than one element on a page?
6. What is the decoration property?
7. What does CSS mean? Why do web designers use CSS?
8. What is the proper syntax for creating a comment line in your HTML code?
9. What is a stylesheet? What does it contain?
10. What is DOCTYPE? Why do web designers use DOCTYPE?
11. In the example below, be able to explain each of the lines and what they mean.
<style type="text/css">
body {
color: black;
background-color: #66CCCC
</style>
12. Style sheets in CSS are comprised of rules. Be able to explain the three rules (selector, property and rules) and be able to indicate them in the code below:
<style type="text/css">
body {
color: black;
background-color: #66CCCC
</style>
Keep the answers simple because this is all just basic CSS stuff.
Thank you!
No, it's not a homework question...
It's just something that i made up so i need help on it.....
2. What is Font-Family? What does it do?
3. Which tag is used to link an HTML document to a specific style sheet?
4. What is the extension name of a cascading style sheet?
5, A format definition is a tag that defines elements, such as background color, images, font styles, etc. What are the tags used for these elements? Can you format more than one element on a page?
6. What is the decoration property?
7. What does CSS mean? Why do web designers use CSS?
8. What is the proper syntax for creating a comment line in your HTML code?
9. What is a stylesheet? What does it contain?
10. What is DOCTYPE? Why do web designers use DOCTYPE?
11. In the example below, be able to explain each of the lines and what they mean.
<style type="text/css">
body {
color: black;
background-color: #66CCCC
</style>
12. Style sheets in CSS are comprised of rules. Be able to explain the three rules (selector, property and rules) and be able to indicate them in the code below:
<style type="text/css">
body {
color: black;
background-color: #66CCCC
</style>
Keep the answers simple because this is all just basic CSS stuff.
Thank you!
No, it's not a homework question...
It's just something that i made up so i need help on it.....