HTML Quiz

Beschreibung

Quiz am HTML Quiz, erstellt von C Attard am 19/11/2014.
C Attard
Quiz von C Attard, aktualisiert more than 1 year ago
C Attard
Erstellt von C Attard vor mehr als 9 Jahre
634
1

Zusammenfassung der Ressource

Frage 1

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

Frage 2

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

Frage 3

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

Frage 4

Frage
The general steps for creating a web page using HTML are
Antworten
  • 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

Frage 5

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

Frage 6

Frage
HTML ...
Antworten
  • 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.

Frage 7

Frage
<center> is an example of a
Antworten
  • command
  • prompt
  • color code
  • tag
  • URL

Frage 8

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

Frage 9

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

Frage 10

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

Frage 11

Frage
What is wrong with the following tag? <A HrEf=”http://www.google.com”>Google</A>
Antworten
  • 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

Frage 12

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

Frage 13

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

Frage 14

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

Frage 15

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

Frage 16

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

Frage 17

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

Frage 18

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

Frage 19

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

Frage 20

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

Frage 21

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

Frage 22

Frage
The term hexadecimal refers to
Antworten
  • 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.

Frage 23

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

Frage 24

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

Frage 25

Frage
Which of the following demonstrates proper use of a link tag?
Antworten
  • <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

Frage 26

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

Frage 27

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

Frage 28

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

Frage 29

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

Frage 30

Frage
Which code would be used to create “rainbow” text?
Antworten
  • <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>
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

HTML and CSS
Dimitri Herr
HTML and CSS
Samad Raza
Allgemeine Pathologie / Einführung
Nicole Nafzger
Enzyme
Cornelius Ges
Stilmittel Deutschabitur
Johanna DB
Neurobiologie Übersicht
Laura Overhoff
Marketing
Nico Weingärtner
Tierhaltung/-hygiene Klausur (Jahr unbekannt)
Kim Langner
Vetie - Radiologie - Wer wird Veterinär
Fioras Hu
Vetie Immunologie Eingangsklausur WS 2012/2013
T .L
Geflügel Allerlei
Anne Käfer