HTML and CSS

Descripción

Test sobre HTML and CSS, creado por Dimitri Herr el 18/12/2014.
Dimitri Herr
Test por Dimitri Herr, actualizado hace más de 1 año
Dimitri Herr
Creado por Dimitri Herr hace casi 11 años
80
3

Resumen del Recurso

Pregunta 1

Pregunta
What does HTML stand for?
Respuesta
  • HyperText Markup Langauge
  • HyperText Makeup Llama
  • Cascading Style Script
  • HTML Website

Pregunta 2

Pregunta
HTML is the ONLY way to make websites...
Respuesta
  • True
  • False

Pregunta 3

Pregunta
The following can be seen in an HTML document ...
Respuesta
  • <h1></h1>
  • <p></p>
  • p{ color: red; };
  • var blue=[1,2,3];

Pregunta 4

Pregunta
(BONUS)HTML 5 is a type of HTML and is used for sites like YouTube.
Respuesta
  • True
  • False

Pregunta 5

Pregunta
CSS stands for...
Respuesta
  • Cascading Styling Sheet
  • Cascading Style Sheet
  • Cool Slippery Salamanders
  • IDK

Pregunta 6

Pregunta
id in CSS is represented by...
Respuesta
  • ##
  • #
  • .
  • ###################

Pregunta 7

Pregunta
class in CSS is represented by...
Respuesta
  • .
  • ..
  • #$
  • $

Pregunta 8

Pregunta
CSS can animate objects...
Respuesta
  • True
  • False

Pregunta 9

Pregunta
CSS adds...
Respuesta
  • Color
  • Style
  • Nothing

Pregunta 10

Pregunta
In Khan Academy circles are represented by...
Respuesta
  • ellipse(x,x,x,x)
  • ellipse(y,x,h,w)
  • ellipse(x,y,h,w)

Pregunta 11

Pregunta
This line of code is correct: <img src="http://s3.amazonaws.com/codecademy-blog/assets/46838757.png"/>
Respuesta
  • True
  • False

Pregunta 12

Pregunta
This line of code is correct: <img ="http://s3.amazonaws.com/codecademy-blog/assets/46838757.png"/>
Respuesta
  • True
  • False

Pregunta 13

Pregunta
How do you define a variable in JavaScript?
Respuesta
  • var
  • var_
  • variable
  • varibole

Pregunta 14

Pregunta
JavaScript can loop things and count up or down...
Respuesta
  • True
  • False

Pregunta 15

Pregunta
(BONUS) What kind of programming language is used for sites like Facebook?
Respuesta
  • PHP
  • Python
  • C++
  • I'm not sure
Mostrar resumen completo Ocultar resumen completo

Similar

CSS Box Model and Positioning Quiz
adam.corkett