Computing Science WDD (CSS) Flashcards
What tags are required to create an internal stylesheet?
Style Tags
What tag do you use to link an external stylesheet?
link Tag
What property will be required to change the type of font?
font-family
What symbol do you put at the end of every line in a CSS rule?
; - Semicolon
What is the selector?
h1 { font-size: 26px; text-align: center; }
h1
CSS stands for what?
Cascading Style Sheets
What are image sizes and font sizes most commonly measured in?
px - Pixels
What is this tag used for?
div
It is used for dividing text into parts that certain properties must be applied to.
What happens when this state is active?
a:active
The link you clicked will apply certain properties as specified.
What does “text-decoration” do?
Can be used to underline and overline text.