What is the name of the <a> tag
anchor
how do you change the color of text
color: red etc
how do you change the image length?
width: 100px (tricked you)
what tag goes around everything in html?
<html> or <body>
what was the first codecademy lesson about
brown bear
what is the name of the <ol> tag
ordered list
how do you change the height of image?
height: 300px
how do you center text?
text-align: center;
what tag goes at the start of your html?
what is kyles last name
fujii
what is the naeo f the <ul>
unordered list
what does css stand for?
cascading style sheet
what is it called when you do css in the html
inline
how do you create an image tag?
what is the function of javascript
makes things function, while css makes things look pretty and html makes things
what is it called when you do this
<div> <p>hello</p> </div>
nesting
how do you select a html class
.(classname)
how do you link to a external css?
link tag
what is wrong with this code?
non closing p tag
blt
what is the name of the <li> tag
list item
how do you center an image?
display: block
margin-right: auto
margin-left:auto
how do you select only h2 tags with the id of "id"
h2#id {
}
what edoes html stand for ?
hypertext markup language
do 512 * 16 in your head
8192