HTML Quiz

Description

Quiz on HTML Quiz, created by C Attard on 19/11/2014.
C Attard
Quiz by C Attard, updated more than 1 year ago
C Attard
Created by C Attard over 9 years ago
633
1

Resource summary

Question 1

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

Question 2

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

Question 3

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

Question 4

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

Question 5

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

Question 6

Question
HTML ...
Answer
  • 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.

Question 7

Question
<center> is an example of a
Answer
  • command
  • prompt
  • color code
  • tag
  • URL

Question 8

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

Question 9

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

Question 10

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

Question 11

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

Question 12

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

Question 13

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

Question 14

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

Question 15

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

Question 16

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

Question 17

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

Question 18

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

Question 19

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

Question 20

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

Question 21

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

Question 22

Question
The term hexadecimal refers to
Answer
  • 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.

Question 23

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

Question 24

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

Question 25

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

Question 26

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

Question 27

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

Question 28

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

Question 29

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

Question 30

Question
Which code would be used to create “rainbow” text?
Answer
  • <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>
Show full summary Hide full summary

Similar

HTML and CSS
Dimitri Herr
HTML and CSS
Samad Raza
Biological Molecules Definitions
siobhan.quirk
Spanish Adjectives (Describing People)
Niat Habtemariam
Macbeth Notes
Bella Ffion Martin
French Essay Writing Vocab
caitlindavies8
GCSE AQA Biology 2 Plants & Photosynthesis
Lilac Potato
8 Citações Motivacionais para Estudantes
miminoma
Creating Mind Maps with GoConqr
Andrea Leyden
Teaching Using GoConqr's Tools
Micheal Heffernan