HTML Quiz

Descripción

Test sobre HTML Quiz, creado por C Attard el 19/11/2014.
C Attard
Test por C Attard, actualizado hace más de 1 año
C Attard
Creado por C Attard hace más de 9 años
633
1

Resumen del Recurso

Pregunta 1

Pregunta
We use HTML ...
Respuesta
  • as an abbreviation for “hotmail”
  • as the address of a web site
  • for creating video games
  • to create web pages

Pregunta 2

Pregunta
The letters HTML stand for
Respuesta
  • HoTMaiL
  • Hyper Text Markup Language
  • Home Tool Markup Language
  • Help and Tools Modern Language
  • Hyperlink Tools in Multiple Languages

Pregunta 3

Pregunta
When we write HTML documents we typically write the code in a(n)
Respuesta
  • image editing software (Photoshop).
  • HTML editor (Dreamweaver or Kompozer).
  • simple text editor (Notepad).
  • presentation software (PowerPoint).
  • browser (Internet Explorer).

Pregunta 4

Pregunta
The general steps for creating a web page using HTML are
Respuesta
  • write – save – preview – fix as needed
  • preview – write – save -- fix as needed
  • write – preview – save – fix as needed
  • write – preview -- fix as needed – save
  • write – fix – preview – save

Pregunta 5

Pregunta
When saving an HTML document we “save as” and give it a name like
Respuesta
  • page
  • page.com
  • page.doc
  • page.html
  • page.gif

Pregunta 6

Pregunta
HTML ...
Respuesta
  • is case sensitive.
  • is case insensitive.
  • can only be written by experts.
  • requires expensive and highly technical software.
  • is a good choice for a free email account.

Pregunta 7

Pregunta
<center> is an example of a
Respuesta
  • command
  • prompt
  • color code
  • tag
  • URL

Pregunta 8

Pregunta
Which of the following is used to mark tags in HTML?
Respuesta
  • ( )
  • < >
  • [ ]
  • { }
  • none of the above

Pregunta 9

Pregunta
Why won't the following tag work correctly? <fontsize=7color=red>?
Respuesta
  • font is not an accepted tag
  • it’s missing parentheses
  • it’s missing quotes
  • it’s missing spaces
  • it’s missing dashes

Pregunta 10

Pregunta
Which of the following exhibits the proper use of a closing tag?
Respuesta
  • <center>centered text<center>
  • <center>centered text</center>
  • <center>centered text<center/>
  • <center>centered text</center/>
  • <center/>centered text<center>

Pregunta 11

Pregunta
What is wrong with the following tag? <A HrEf=”http://www.google.com”>Google</A>
Respuesta
  • It contains a mix of capital and lowercase letters
  • Nothing
  • It should not have a closing tag
  • The closing tag is incorrect
  • It should not have quotes around the address

Pregunta 12

Pregunta
Which one of the following does not need to have a closing tag?
Respuesta
  • <b>
  • <i>
  • <center>
  • <img src=”images/picture.gif”>
  • <a href=”http://www.google.com”>

Pregunta 13

Pregunta
Tags that start with <!
Respuesta
  • are comments.
  • are emphasized.
  • are loud.
  • do the same thing as <b>
  • are not really tags

Pregunta 14

Pregunta
In the <head> portion of an HTML document you should find the _____ tags.
Respuesta
  • <body>
  • <closing>
  • <title>
  • <table>
  • <bgcolor>

Pregunta 15

Pregunta
If we want items to actually appear on the web page, they must be placed in the ______ section of the HTML document.
Respuesta
  • <head>
  • <title>
  • <body>
  • <main>
  • <table>

Pregunta 16

Pregunta
What do <i> tags do?
Respuesta
  • They italicize text.
  • They invert text.
  • They isolate text.
  • They insert an image.
  • They make text blink.

Pregunta 17

Pregunta
Of the choices below, which fits into the blank best? <font color=_________>
Respuesta
  • arial
  • #ff00ff
  • center
  • bold
  • 7

Pregunta 18

Pregunta
Which tags bring information down to the next line (like hitting enter)?
Respuesta
  • <br>
  • <p>
  • <b>
  • <e>
  • <en>

Pregunta 19

Pregunta
Which tags bring information down to the second line (like hitting enter twice – skipping a line or double spaced)?
Respuesta
  • <br>
  • <p>
  • <b>
  • <e>
  • <en>

Pregunta 20

Pregunta
Using an <HR> tag will result in
Respuesta
  • a line across your page
  • an image
  • a link
  • the text going to the next line
  • large text

Pregunta 21

Pregunta
Which of the following is an example of a color code?
Respuesta
  • ROYGBIV
  • CMY
  • #ff33ff
  • RGB
  • 867-5309

Pregunta 22

Pregunta
The term hexadecimal refers to
Respuesta
  • numbers that are written in base 16.
  • numbers that are written in base 6.
  • binary numbers.
  • a shape with 16 sides.
  • a shape with 6 sides.

Pregunta 23

Pregunta
If we want to change the background color of our page to red, which of the following will do so correctly?
Respuesta
  • <body bgcolor=red>
  • <body background=red>
  • <background>Red<</background>
  • <background color=red>
  • <backgroundcolor=red>

Pregunta 24

Pregunta
Which of the following would NOT be found as part of the <body> tag?
Respuesta
  • <body bgcolor=red>
  • <body text=green>
  • <body link=orange>
  • <body background=”images/picture.gif”>
  • <body font= arial>

Pregunta 25

Pregunta
Which of the following demonstrates proper use of a link tag?
Respuesta
  • <a href=”http://website.com”>Website</a>
  • <a href=”http://website.com”>Website
  • <link=”http://website.com”>Website</link>
  • <link=”http://website.com”>Website
  • <GoTo=”http://website.com”>Website

Pregunta 26

Pregunta
Which tag below will properly insert an image onto our web page?
Respuesta
  • <image="images/picture.gif”>
  • <img src=”images/picture.gif”>
  • <insert image “images/picture.gif”>
  • <images/picture.gif>
  • <”images/picture.gif”>

Pregunta 27

Pregunta
Which of the following heading tags would result in the largest text?
Respuesta
  • <H1>
  • <H3>
  • <H5>
  • <HMAX>
  • <HEADINGMAX>

Pregunta 28

Pregunta
Which group of tags is typically needed when creating tables in HTML?
Respuesta
  • <UL>, <OL> and <LI>
  • <TH>, <TR> and <TD>
  • <TT>, <CITE> and <EM>
  • <DL>, <DT> and <DD>
  • <H1>, <H3> and <H5>

Pregunta 29

Pregunta
If we want to create a bulleted list we would us the ____ tags.
Respuesta
  • <UL>
  • <OL>
  • <BL>
  • <B>
  • <BLIST>

Pregunta 30

Pregunta
Which code would be used to create “rainbow” text?
Respuesta
  • <rainbow>COLORS</rainbow>
  • <alt color>COLORS</alt color>
  • <variable> COLORS </variable>
  • <multicolor> COLORS </multicolor>
  • <font color=red>C</font><font color=orange>O</font><font color=yellow>L</font><font color=green>O</font><font color=blue>R</font><font color=purple>S</font>
Mostrar resumen completo Ocultar resumen completo

Similar

HTML and CSS
Dimitri Herr
HTML and CSS
Samad Raza
La Biología
maya velasquez
Animales y sus Características
LariSa
Freud: Pasión Secreta
Cesar_Adolfo
MAPA MENTAL DIBUJO DE INGENIERIA
mechas.24
Transporte a través de membrana.
heydi beltran
Asma bronquial en el niño
sergio.correa08
DALÍ...
JL Cadenas
ORGANIGRAMA DE COCA-COLA
Alan :D Mon.
Ejemplo incompleto mapa conceptual Parte de las Plantas
Giglia Gómez Villouta