Questão 1
Questão 2
Questão
The letters HTML stand for
Responda
-
HoTMaiL
-
Hyper Text Markup Language
-
Home Tool Markup Language
-
Help and Tools Modern Language
-
Hyperlink Tools in Multiple Languages
Questão 3
Questão
When we write HTML documents we typically write the code in a(n)
Responda
-
image editing software (Photoshop).
-
HTML editor (Dreamweaver or Kompozer).
-
simple text editor (Notepad).
-
presentation software (PowerPoint).
-
browser (Internet Explorer).
Questão 4
Questão
The general steps for creating a web page using HTML are
Responda
-
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
Questão 5
Questão
When saving an HTML document we “save as” and give it a name like
Responda
-
page
-
page.com
-
page.doc
-
page.html
-
page.gif
Questão 6
Responda
-
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.
Questão 7
Questão
<center> is an example of a
Responda
-
command
-
prompt
-
color code
-
tag
-
URL
Questão 8
Questão
Which of the following is used to mark tags in HTML?
Responda
-
( )
-
< >
-
[ ]
-
{ }
-
none of the above
Questão 9
Questão
Why won't the following tag work correctly? <fontsize=7color=red>?
Questão 10
Questão
Which of the following exhibits the proper use of a closing tag?
Responda
-
<center>centered text<center>
-
<center>centered text</center>
-
<center>centered text<center/>
-
<center>centered text</center/>
-
<center/>centered text<center>
Questão 11
Questão
What is wrong with the following tag?
<A HrEf=”http://www.google.com”>Google</A>
Responda
-
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
Questão 12
Questão
Which one of the following does not need to have a closing tag?
Questão 13
Questão
Tags that start with <!
Responda
-
are comments.
-
are emphasized.
-
are loud.
-
do the same thing as <b>
-
are not really tags
Questão 14
Questão
In the <head> portion of an HTML document you should find the _____ tags.
Responda
-
<body>
-
<closing>
-
<title>
-
<table>
-
<bgcolor>
Questão 15
Questão
If we want items to actually appear on the web page, they must be placed in the ______ section of the HTML document.
Responda
-
<head>
-
<title>
-
<body>
-
<main>
-
<table>
Questão 16
Questão
What do <i> tags do?
Responda
-
They italicize text.
-
They invert text.
-
They isolate text.
-
They insert an image.
-
They make text blink.
Questão 17
Questão
Of the choices below, which fits into the blank best?
<font color=_________>
Responda
-
arial
-
#ff00ff
-
center
-
bold
-
7
Questão 18
Questão
Which tags bring information down to the next line (like hitting enter)?
Questão 19
Questão
Which tags bring information down to the second line (like hitting enter twice – skipping a line or double spaced)?
Questão 20
Questão
Using an <HR> tag will result in
Questão 21
Questão
Which of the following is an example of a color code?
Responda
-
ROYGBIV
-
CMY
-
#ff33ff
-
RGB
-
867-5309
Questão 22
Questão
The term hexadecimal refers to
Questão 23
Questão
If we want to change the background color of our page to red, which of the following will do so correctly?
Questão 24
Questão
Which of the following would NOT be found as part of the <body> tag?
Questão 25
Questão
Which of the following demonstrates proper use of a link tag?
Responda
-
<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
Questão 26
Questão
Which tag below will properly insert an image onto our web page?
Responda
-
<image="images/picture.gif”>
-
<img src=”images/picture.gif”>
-
<insert image “images/picture.gif”>
-
<images/picture.gif>
-
<”images/picture.gif”>
Questão 27
Questão
Which of the following heading tags would result in the largest text?
Responda
-
<H1>
-
<H3>
-
<H5>
-
<HMAX>
-
<HEADINGMAX>
Questão 28
Questão
Which group of tags is typically needed when creating tables in HTML?
Responda
-
<UL>, <OL> and <LI>
-
<TH>, <TR> and <TD>
-
<TT>, <CITE> and <EM>
-
<DL>, <DT> and <DD>
-
<H1>, <H3> and <H5>
Questão 29
Questão
If we want to create a bulleted list we would us the ____ tags.
Responda
-
<UL>
-
<OL>
-
<BL>
-
<B>
-
<BLIST>
Questão 30
Questão
Which code would be used to create “rainbow” text?
Responda
-
<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>