Sei sulla pagina 1di 18

What does HTML stand for?

A.
Hyper Text Markup Language

B.
Home Tool Markup Language

C.
Hyperlinks and Text Markup Language

2. How many tags are in a regular element?

A.
2

B.
1

C.
3
what is the difference in an opening tag and a closing tag?
A.
Opening tag has a / in front

B.
Closing tag has a / in front

C.
There is no difference

An element is composed of....


A.
Opening tag, closing tag

B.
Opening tag, content, closing tag

C.
Opening tag, content

D.
Content, closing tag
< br > What type of tag is this?
A.
Break tag

B.
A broken one
C.
An opening tag
< body > Is this an opening tag or a closing tag?
A.
Opening

B.
Closing

6.
< / body > Is this an opening tag or a closing tag?
A.
Opening

B.
Closing

7.
where is the meta tag only found?
A.
The last page

B.
The home page

C.
The second page

8.
which is the correct way to tag an image?
Discuss
A.
src=”image.jpg/gif” alt=”type some text”

B.
Src=”image.jpg/gif” alt=”type some text”

C.

9.
What is an element that does not have a closing tag called?
A.
Tag

B.
Empty element
C.
Closed element

10.
Which of the following is an example of an empty element?
A.
< img / >

B.
< img > < / img >

C.
< / img>

11.
What should values always be enclosed in?
Discuss
A.
Quotation marks

B.
Commas

C.
Parenthesis

12.
Where do all items for the same web site need to be saved?
Discuss
A.
In the same folder

B.
Where ever is fine

C.
In different folders

13.
What does < a h r e f = ”h t t p : / / w w w . g o o g l e . c o m“ t i t l e = ” L i n k t o G o o g l e ” t a r g e
t = ” _ b l a n k ” > G o o g l e < / a > do?
Discuss
A.
Adds a link to google on the page

B.
Adds a search engine to the page
C.
Nothing

Who is making the Web standards?


A.
Mozilla

B.
Microsoft

C.
The World Wide Web Consortium

3.
Choose the correct HTML tag for the largest heading
A.
Head

B.
H1

C.
H6

D.
Heading

Choose the correct HTML tag to make a text bold


A.
bold

B.
b

C.
bb

6.
Choose the correct HTML tag to make a text italic
A.
Italic

B.
I

C.
It
7.
What is the correct HTML for creating a hyperlink?
A.
A url="http://www.w3schools.com">W3Schools.com

B.
A href="http://www.w3schools.com">W3Schools

C.
A>http://www.w3schools.com

D.
A name="http://www.w3schools.com">W3Schools.com

How can you open a link in a new browser window?


A.
A href="url" target="_blank"

B.
A href="url" new

C.
A href="url" target="new"

D.
A href="url" target=_window"

10.
How can you make a list that lists the items with numbers?
A.
Ol

B.
Dl

C.
Ul

D.
List

11.
How can you make a list that lists the items with bullets?
A.
Dl

B.
Ol

C.
Ul

D.
List

12.
What is the correct HTML for inserting an image?
A.
Img alt="MyImage" image.gif /img

B.
Image src="image.gif" alt="MyImage"

C.
Img src="image.gif" alt="MyImage"

D.
Img href="image.gif" alt="MyImage"

13.
How can you make a list that lists the items without bullets or numbers?
Discuss
A.
Ol

B.
Ul

C.
Dl

D.
Lists have to have numbers or bullets

14.
What is the name of every homepage on the WWW?
Discuss
A.
Home.html

B.
Index.html

C.
Anything you want it to be.html
D.
The name of your website.html

15.
The is doctype mandatory.
A.
True

B.
False

Where is the text of the title tag displayed?


A.
In the body of the page

B.
In the status bar

C.
In the title bar

3.
What are the different levels of headings in HTML?
A.
1-6

B.
2-5

C.
1-4

4.
What happens if you forget a slash at the end of a header tag?
A.
Nothing

B.
A Netscape error

C.
Everything following will be a heading format

Every HTML document should have what?


Discuss
A.
A head section, and within it a title, followed by a body
B.
A title section, and within it a header, followed by a body

C.
A body and header

D.
None of these

3.
A head section is visible to a person viewing the Web page.
A.
True

B.
False

4.
Every Web page opens with HTML
A.
True

B.
False

5.
Every Web page closes with ......body
A.
True

B.
False

6.
The head section of a Web page goes to the Internet and is not visible to the person viewing the page.
A.
True

B.
False

7.
What is the tag beginning the section of the Web page that is visible to the viewer/user?
A.
<Title>

B.
</Title>

C.
<Body>

D.
</Body>

H1 is a larger size text than H2.


A.
True

B.
False

10.
Whenever you want to make a link you should use the element (e) tag.
A.
True

B.
False

11.
You should begin a paragraph with ....<p> and end the paragraph with .....</p>
A.
True

B.
False

12.
Use this tag to emphasize text.
A.
A

B.
M

C.
Em

D.
Tb

13.
What is the tag that begins a list of items?
A.
Il

B.
Ls

C.
Ol or ul

D.
Ul or ls

14.
You wish your list to be in a particular order. Which tag should you use?
A.
Lil

B.
Ls

C.
Ol

D.
Os

15.
Which tag would be used for a line break?
A.
Lb

B.
Br

C.
Brk

D.
Ln

An absolute path is what a server needs to locate the file being requested.
A.
True

B.
False

21.
A home page is the same as your index page.
A.
True

B.
False

22.
A typical URL consists of a lead, transition, and summary.
A.
True

B.
False

23.
Which format is best for high quality Web photos?
A.
TIF

B.
GIF

C.
JPEG

D.
QRL

24.
A lossy format means the file does not get rid of data and lose quality.
A.
True

B.
False

25.
Which formats are examples of lossless files?
A.
JPEG & GIF

B.
GIF & TIF

C.
RGB & CMYK

D.
PNG & JPEG

26.
Even though a GIF is lossless, it is a compressed format (Reduces files size and does not use much
memory).
A.
True

B.
False

27.
JPEG does not support transparency.
A.
True

B.
False

28.
GIF does not support transparency.
A.
True

B.
False

29.
Why is it not a good idea to use the element width and height attributes to resize a large photo on a
Web page?
Discuss
A.
The browser will not download a photo that has been resized.

B.
The browser will still have to work hard, because the image being resized is still large.

C.
You must use the element with photos.

D.
None of the above

30.
A general rule is that the element width and height attributes should match the actual size of the photo
on a Web page.
A.
True
B.
False

31.
Which format is used for exchanging files over the internet?
A.
SPV

B.
FTP

C.
JPG

D.
FTR

32.
A meta tag is used to reach internet search engines.
A.
True

B.
False

33.
Which is the default text size of internet web page text?
A.
<h1>

B.
<h3>

C.
<h4>

D.
<h6>

34.
A GIF format is/has.....
A.
256 colors

B.
a larger size than jpeg.
C.
Lossless

D.
All are correct.

35.
Which statement about the GIF format is incorrect?
A.
A GIF is a bitmap image

B.
GIF stands for Generic Interchange Format

C.
A GIF may store more than one image.

D.
A GIF may contain a loop of images that play continuously.

36.
Correct the tags! </html> </head> </title>Houston News<title> <head> </body>Find Out More<body>
<html>
A.
Move the body section to the head section.

B.
Closing tags, such as </html>, should be moved to the end (close) or each section.

C.
Delete the title section.

D.
This HTML page is correct

37.
Which tag begins a new paragraph?
A.
<pg>

B.
<pp>

C.
<Li>

D.
<p>
38.
The <html> tag tells web browsers the document is an html document.
A.
True

B.
False

Like all tags, the <img> requires a closing tag.


A.
True

B.
False

42.
All web pages should have an <html>, <head>, and a <body> element.
A.
True

B.
False

Which is a hyperlink?
A.
<ahref="http://www.messianicjudaism.net">News</a>

B.
<body link+"background-image:ur(background.gif)">

C.
<uhref="http://www.messianicjudaism.net"</>

D.
All are acceptable links

46.
Which tag begins emphasized text
A.
<em>

B.
<um>

C.
</em>
D.
</um>

47.
Creates horizontal lines
A.
<horz>

B.
<hrz>

C.
<hr>

D.
<zl>

48.
less-than and greater-than angle brackets surrounding an element creates a ______.
A.
Question

B.
Movement

C.
Sentence

D.
Tag

49.
Attributes are properties used to provide additional information about an element.
A.
True

B.
False

50.
Which is an attribute: <a href="http://MessianicNews.net/">News</a>
A.
News

B.
Href

C.
Http

D.
MessianicNews.net

51.
An equal sign follows the attribute name.
A.
True

B.
False

52.
The document type declaration, or <!DOCTYPE html>....
A.
Is placed at the very beginning of the HTML document.

B.
Informs web browsers which version of HTML is being used.

C.
Both A & B

D.
Is none of the above.

53.
Which describes an element of HTML?
A.
An element in HTML represents a structure and generally consists of a start tag, content, and an end tag.

B.
An element is used to mark up the start and end of an HTML element.

C.
An element defines a property for an element, consists of an element/value pair, and appears within the
attributes start tag.

D.
None of these is correct.

54.
This is an example of tags: <p></p>
A.
True

B.
False

55.
This is an end tag: <b>
A.
True

B.
False

Potrebbero piacerti anche