What symbols do you frequently use when writing CSS code?
{ } : ;
< > / =
What HTML tag adds a line break?
<break>
<br>
<lb>
<p>
What HTML tag may be used to add CSS within a webpage?
CSS cannot be added to an HTML file. It may only be added in a CSS file.
<script>
<css>
<style>
Which of the following is not a CSS property?
padding
margin
background-color
font-color
border
text-align
The _____________ value of a CSS property is used when no other value is explicitly specified for an element?
standard
initial
base
default