When using the padding property; are you allowed to use negative values?
No
Yes
Give this one a try later!
No
How do you display hyperlinks without an underline?
a {decoration:no-underline;}
a {underline:none;}
a {text-decoration:no-underline;}
a {text-decoration:none;}
, Give this one a try later!
a {text-decoration:none;}
Where in an HTML document is the correct place to refer to an external style sheet?
At the end of the document
In the <body> section
In the <head> section
Give this one a try later!
In the <head> section
Which HTML tag is used to define an internal style sheet?
<script>
<css>
<style>
Give this one a try later!
<style>
What does CSS stand for?
Cascading Style Sheets
Computer Style Sheets
No
Yes
Give this one a try later!
No
How do you display hyperlinks without an underline?
a {decoration:no-underline;}
a {underline:none;}
a {text-decoration:no-underline;}
a {text-decoration:none;}
, Give this one a try later!
a {text-decoration:none;}
Where in an HTML document is the correct place to refer to an external style sheet?
At the end of the document
In the <body> section
In the <head> section
Give this one a try later!
In the <head> section
Which HTML tag is used to define an internal style sheet?
<script>
<css>
<style>
Give this one a try later!
<style>
What does CSS stand for?
Cascading Style Sheets
Computer Style Sheets