What does HTML stand for?
HyperText Markup Langauge
HyperText Makeup Llama
Cascading Style Script
HTML Website
HTML is the ONLY way to make websites...
The following can be seen in an HTML document ...
<h1></h1>
<p></p>
p{ color: red; };
var blue=[1,2,3];
(BONUS)HTML 5 is a type of HTML and is used for sites like YouTube.
CSS stands for...
Cascading Styling Sheet
Cascading Style Sheet
Cool Slippery Salamanders
IDK
id in CSS is represented by...
##
#
.
###################
class in CSS is represented by...
..
#$
$
CSS can animate objects...
CSS adds...
Color
Style
Nothing
In Khan Academy circles are represented by...
ellipse(x,x,x,x)
ellipse(y,x,h,w)
ellipse(x,y,h,w)
This line of code is correct: <img src="http://s3.amazonaws.com/codecademy-blog/assets/46838757.png"/>
This line of code is correct: <img ="http://s3.amazonaws.com/codecademy-blog/assets/46838757.png"/>
How do you define a variable in JavaScript?
var
var_
variable
varibole
JavaScript can loop things and count up or down...
(BONUS) What kind of programming language is used for sites like Facebook?
PHP
Python
C++
I'm not sure