C Attard
Quiz von , erstellt am more than 1 year ago

Quiz am HTML Quiz, erstellt von C Attard am 19/11/2014.

634
1
3
Keine Merkmale angegeben
C Attard
Erstellt von C Attard vor mehr als 9 Jahre
Schließen

HTML Quiz

Frage 1 von 30

1

We use HTML ...

Wähle eine der folgenden:

  • as an abbreviation for “hotmail”

  • as the address of a web site

  • for creating video games

  • to create web pages

Erklärung

Frage 2 von 30

1

The letters HTML stand for

Wähle eine der folgenden:

  • HoTMaiL

  • Hyper Text Markup Language

  • Home Tool Markup Language

  • Help and Tools Modern Language

  • Hyperlink Tools in Multiple Languages

Erklärung

Frage 3 von 30

1

When we write HTML documents we typically write the code in a(n)

Wähle eine der folgenden:

  • image editing software (Photoshop).

  • HTML editor (Dreamweaver or Kompozer).

  • simple text editor (Notepad).

  • presentation software (PowerPoint).

  • browser (Internet Explorer).

Erklärung

Frage 4 von 30

1

The general steps for creating a web page using HTML are

Wähle eine der folgenden:

  • 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

Erklärung

Frage 5 von 30

1

When saving an HTML document we “save as” and give it a name like

Wähle eine der folgenden:

  • page

  • page.com

  • page.doc

  • page.html

  • page.gif

Erklärung

Frage 6 von 30

1

HTML ...

Wähle eine der folgenden:

  • 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.

Erklärung

Frage 7 von 30

1

<center> is an example of a

Wähle eine der folgenden:

  • command

  • prompt

  • color code

  • tag

  • URL

Erklärung

Frage 8 von 30

1

Which of the following is used to mark tags in HTML?

Wähle eine der folgenden:

  • ( )

  • < >

  • [ ]

  • { }

  • none of the above

Erklärung

Frage 9 von 30

1

Why won't the following tag work correctly? <fontsize=7color=red>?

Wähle eine der folgenden:

  • font is not an accepted tag

  • it’s missing parentheses

  • it’s missing quotes

  • it’s missing spaces

  • it’s missing dashes

Erklärung

Frage 10 von 30

1

Which of the following exhibits the proper use of a closing tag?

Wähle eine der folgenden:

  • <center>centered text<center>

  • <center>centered text</center>

  • <center>centered text<center/>

  • <center>centered text</center/>

  • <center/>centered text<center>

Erklärung

Frage 11 von 30

1

What is wrong with the following tag?

<A HrEf=”http://www.google.com”>Google</A>

Wähle eine der folgenden:

  • 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

Erklärung

Frage 12 von 30

1

Which one of the following does not need to have a closing tag?

Wähle eine der folgenden:

  • <b>

  • <i>

  • <center>

  • <img src=”images/picture.gif”>

  • <a href=”http://www.google.com”>

Erklärung

Frage 13 von 30

1

Tags that start with <!

Wähle eine der folgenden:

  • are comments.

  • are emphasized.

  • are loud.

  • do the same thing as <b>

  • are not really tags

Erklärung

Frage 14 von 30

1

In the <head> portion of an HTML document you should find the _____ tags.

Wähle eine der folgenden:

  • <body>

  • <closing>

  • <title>

  • <table>

  • <bgcolor>

Erklärung

Frage 15 von 30

1

If we want items to actually appear on the web page, they must be placed in the ______ section of the HTML document.

Wähle eine der folgenden:

  • <head>

  • <title>

  • <body>

  • <main>

  • <table>

Erklärung

Frage 16 von 30

1

What do <i> tags do?

Wähle eine der folgenden:

  • They italicize text.

  • They invert text.

  • They isolate text.

  • They insert an image.

  • They make text blink.

Erklärung

Frage 17 von 30

1

Of the choices below, which fits into the blank best?

<font color=_________>

Wähle eine der folgenden:

  • arial

  • #ff00ff

  • center

  • bold

  • 7

Erklärung

Frage 18 von 30

1

Which tags bring information down to the next line (like hitting enter)?

Wähle eine der folgenden:

  • <br>

  • <p>

  • <b>

  • <e>

  • <en>

Erklärung

Frage 19 von 30

1

Which tags bring information down to the second line (like hitting enter twice – skipping a line or double spaced)?

Wähle eine der folgenden:

  • <br>

  • <p>

  • <b>

  • <e>

  • <en>

Erklärung

Frage 20 von 30

1

Using an <HR> tag will result in

Wähle eine der folgenden:

  • a line across your page

  • an image

  • a link

  • the text going to the next line

  • large text

Erklärung

Frage 21 von 30

1

Which of the following is an example of a color code?

Wähle eine der folgenden:

  • ROYGBIV

  • CMY

  • #ff33ff

  • RGB

  • 867-5309

Erklärung

Frage 22 von 30

1

The term hexadecimal refers to

Wähle eine der folgenden:

  • 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.

Erklärung

Frage 23 von 30

1

If we want to change the background color of our page to red, which of the following will do so correctly?

Wähle eine der folgenden:

  • <body bgcolor=red>

  • <body background=red>

  • <background>Red<</background>

  • <background color=red>

  • <backgroundcolor=red>

Erklärung

Frage 24 von 30

1

Which of the following would NOT be found as part of the <body> tag?

Wähle eine der folgenden:

  • <body bgcolor=red>

  • <body text=green>

  • <body link=orange>

  • <body background=”images/picture.gif”>

  • <body font= arial>

Erklärung

Frage 25 von 30

1

Which of the following demonstrates proper use of a link tag?

Wähle eine der folgenden:

  • <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

Erklärung

Frage 26 von 30

1

Which tag below will properly insert an image onto our web page?

Wähle eine der folgenden:

  • <image="images/picture.gif”>

  • <img src=”images/picture.gif”>

  • <insert image “images/picture.gif”>

  • <images/picture.gif>

  • <”images/picture.gif”>

Erklärung

Frage 27 von 30

1

Which of the following heading tags would result in the largest text?

Wähle eine der folgenden:

  • <H1>

  • <H3>

  • <H5>

  • <HMAX>

  • <HEADINGMAX>

Erklärung

Frage 28 von 30

1

Which group of tags is typically needed when creating tables in HTML?

Wähle eine der folgenden:

  • <UL>, <OL> and <LI>

  • <TH>, <TR> and <TD>

  • <TT>, <CITE> and <EM>

  • <DL>, <DT> and <DD>

  • <H1>, <H3> and <H5>

Erklärung

Frage 29 von 30

1

If we want to create a bulleted list we would us the ____ tags.

Wähle eine der folgenden:

  • <UL>

  • <OL>

  • <BL>

  • <B>

  • <BLIST>

Erklärung

Frage 30 von 30

1

Which code would be used to create “rainbow” text?

Wähle eine der folgenden:

  • <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>

Erklärung