CSS Coding Flashcards
Who created the first computer-to-computer web link?
ARPANET (Advanced Research Projects Agency Network)
What is TCP?
Transmission Control Protocol
What does URL stand for?
Uniform Resource Locator
What does HTTP stand for?
HyperText Transfer Protocol
What does CSS mean?
Cascading Style Sheets
What is HTML enclose with?
<>
How do you change the color of your text?
color:green
How do you change the font size of text?
font-size = “6”
How do you change text position in CSS?
text-align: center
How do you change the image location in CSS?
float:right
How do you change the background color in CSS?
backround-color:lightgreen
How do you give your text a border?
border:25px dotted
How do you add padding?
padding:25px
How do you add margin?
margin:50px
What does the class name begin with?
.