tags
css
css number two
more html
random
100

What is the name of the <a> tag 

anchor 

100

how do you change the color of text

color: red etc

100

how do you change the image length?

width: 100px (tricked you) 

100

what tag goes around everything in html? 

<html> or <body>

100

what was the first codecademy lesson about

brown bear 

200

what is the name of the <ol> tag 

ordered list 

200

how do you change the height of image?

height: 300px

200

how do you center text? 

text-align: center;

200

what tag goes at the start of your html?

<head>
200

what is kyles last name 

fujii

300

what is the naeo f the <ul> 

unordered list 

300

what does css stand for? 

cascading style sheet 

300

what is it called when you do css in the html 

inline

300

how do you create an image tag? 

<img src = "src">
300

what is the function of javascript

makes things function, while css makes things look pretty and html makes things 

400

what is it called when you do this 

<div> <p>hello</p> </div>

nesting

400

how do you select a html class

.(classname)

400

how do you link to a external css? 

link tag 

400

what is wrong with this code? 

non closing p tag

400
what is kyles favorite sandwich 

blt 

500

what is the name of the <li> tag 

list item 

500

how do you center an image? 

display: block

margin-right: auto

margin-left:auto

500

how do you select only h2 tags with the id of "id"

h2#id {

}

500

what edoes html stand for ?  

hypertext markup language 

500

do 512 * 16 in your head 

8192 

M
e
n
u