C Attard
Quiz by , created more than 1 year ago

Quiz on HTML Quiz, created by C Attard on 19/11/2014.

633
1
3
No tags specified
C Attard
Created by C Attard over 9 years ago
Close

HTML Quiz

Question 1 of 30

1

We use HTML ...

Select one of the following:

  • as an abbreviation for “hotmail”

  • as the address of a web site

  • for creating video games

  • to create web pages

Explanation

Question 2 of 30

1

The letters HTML stand for

Select one of the following:

  • HoTMaiL

  • Hyper Text Markup Language

  • Home Tool Markup Language

  • Help and Tools Modern Language

  • Hyperlink Tools in Multiple Languages

Explanation

Question 3 of 30

1

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

Select one of the following:

  • image editing software (Photoshop).

  • HTML editor (Dreamweaver or Kompozer).

  • simple text editor (Notepad).

  • presentation software (PowerPoint).

  • browser (Internet Explorer).

Explanation

Question 4 of 30

1

The general steps for creating a web page using HTML are

Select one of the following:

  • 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

Explanation

Question 5 of 30

1

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

Select one of the following:

  • page

  • page.com

  • page.doc

  • page.html

  • page.gif

Explanation

Question 6 of 30

1

HTML ...

Select one of the following:

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

Explanation

Question 7 of 30

1

<center> is an example of a

Select one of the following:

  • command

  • prompt

  • color code

  • tag

  • URL

Explanation

Question 8 of 30

1

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

Select one of the following:

  • ( )

  • < >

  • [ ]

  • { }

  • none of the above

Explanation

Question 9 of 30

1

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

Select one of the following:

  • font is not an accepted tag

  • it’s missing parentheses

  • it’s missing quotes

  • it’s missing spaces

  • it’s missing dashes

Explanation

Question 10 of 30

1

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

Select one of the following:

  • <center>centered text<center>

  • <center>centered text</center>

  • <center>centered text<center/>

  • <center>centered text</center/>

  • <center/>centered text<center>

Explanation

Question 11 of 30

1

What is wrong with the following tag?

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

Select one of the following:

  • 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

Explanation

Question 12 of 30

1

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

Select one of the following:

  • <b>

  • <i>

  • <center>

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

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

Explanation

Question 13 of 30

1

Tags that start with <!

Select one of the following:

  • are comments.

  • are emphasized.

  • are loud.

  • do the same thing as <b>

  • are not really tags

Explanation

Question 14 of 30

1

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

Select one of the following:

  • <body>

  • <closing>

  • <title>

  • <table>

  • <bgcolor>

Explanation

Question 15 of 30

1

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

Select one of the following:

  • <head>

  • <title>

  • <body>

  • <main>

  • <table>

Explanation

Question 16 of 30

1

What do <i> tags do?

Select one of the following:

  • They italicize text.

  • They invert text.

  • They isolate text.

  • They insert an image.

  • They make text blink.

Explanation

Question 17 of 30

1

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

<font color=_________>

Select one of the following:

  • arial

  • #ff00ff

  • center

  • bold

  • 7

Explanation

Question 18 of 30

1

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

Select one of the following:

  • <br>

  • <p>

  • <b>

  • <e>

  • <en>

Explanation

Question 19 of 30

1

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

Select one of the following:

  • <br>

  • <p>

  • <b>

  • <e>

  • <en>

Explanation

Question 20 of 30

1

Using an <HR> tag will result in

Select one of the following:

  • a line across your page

  • an image

  • a link

  • the text going to the next line

  • large text

Explanation

Question 21 of 30

1

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

Select one of the following:

  • ROYGBIV

  • CMY

  • #ff33ff

  • RGB

  • 867-5309

Explanation

Question 22 of 30

1

The term hexadecimal refers to

Select one of the following:

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

Explanation

Question 23 of 30

1

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

Select one of the following:

  • <body bgcolor=red>

  • <body background=red>

  • <background>Red<</background>

  • <background color=red>

  • <backgroundcolor=red>

Explanation

Question 24 of 30

1

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

Select one of the following:

  • <body bgcolor=red>

  • <body text=green>

  • <body link=orange>

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

  • <body font= arial>

Explanation

Question 25 of 30

1

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

Select one of the following:

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

Explanation

Question 26 of 30

1

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

Select one of the following:

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

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

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

  • <images/picture.gif>

  • <”images/picture.gif”>

Explanation

Question 27 of 30

1

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

Select one of the following:

  • <H1>

  • <H3>

  • <H5>

  • <HMAX>

  • <HEADINGMAX>

Explanation

Question 28 of 30

1

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

Select one of the following:

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

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

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

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

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

Explanation

Question 29 of 30

1

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

Select one of the following:

  • <UL>

  • <OL>

  • <BL>

  • <B>

  • <BLIST>

Explanation

Question 30 of 30

1

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

Select one of the following:

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

Explanation