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?
.
Where do you put all CSS properties?
in between the { }
What can you use when using .text?
❂The text-align,
❂font-size and,
❂Background-color.
What do you use for value?
(=) OR (“ “)
You can apply a CSS class to an HTML element in your _______
body
How do you make CSS more effective?
by splitting the classes into groups.
What does html contain?
text, images, and instructions about how to display the text/images on-screen
What do you do in HTMl to show the ending of a segment?
>
What can CSS be used for?
Color, font, text position, text size, image location, background color, and more
What can allow a webpage to be user interactive?
JavaScript
What is a self closing tag?
a tag that doesn’t need a > to close it off
is an image tag a self closing tag?
Yes
how do you set the height of your element?
height:100px
how do you set the width of your element?
width:100px
How do you start off an html document?
!DOCTYPE html (with brackets)
what does <p> do?</p>
creates a new paragraph
What does do?
closes a paragraph