You are on page 1of 4

1.

ITE6101 Short Quiz 009

This tag is used display a list of information in no particular order.

a.
<UL></UL>

b.
<OL></OL>

c.
<LI></LI>

d.
<DL></DL>

This is used to create outlines for web pages, describe steps in directions or in a particular
process

a.
Logical Styles

b.
Physical Tags

c.
Content

d.
List Tags

The HTML becomes the standard language in developing the web in the year_____?

a.
1995
b.
2000

c.
1989

d.
 1991

This attribute is used to change the width of an image.

a.
src

b.
width

c.
alt

d.
height

Anything that will be placed in between the opening <a> and closing </a> tag, may it be a
text or an image, will be considered as a link

True
False

This is used to organize the physical structure of a web page and are also used to tell a
browser to use a certain font style

a.
Content
b.
Logical Styles

c.
Attribute

d.
Physical Tags

This is a relative path or URL to where the image file is located.

a.
src

b.
 alt

c.
height

d.
width

In HTML5 the <!DOCTYPE html> tag must be followed by <BODY></BODY> tag

True
Fals

An HTML 5 documents may begin with the <!DOCTYPE html> tag and is not a requirement.

True
False
This tag is used to insert image into your website

a.
<JPEG></JPEG>

b.
<PNG></PNG>

c.
<GIF></GIF>

d.
<IMG></IMG>

You might also like