HTML Basic Quiz
HTML Basic Quiz
Name: ______________________
ERP:_______________________
Signature:___________________
1) Is it possible to set up a browser so it refuse pages that does not have a content rating
meta tag?
a) Yes - many companies and parents actually do
b) No
c) Only with a cybersitter add on
2) When images are used as links they get a blue border.
a) Always
b) Never
c) Unless border is set to zero
3) A 6 digit Hex color (#FF9966) defines values of Red, Blue and Green in which order ?
a) #BBRRGG
b) #BBGGRR
c) #RRGGBB
4) When you count to 15 using hexadecimal numbers, the highest number is what ?
a) F
b) B
c) 15
5) The <small> and <big> tags are special in what way ?
a) They can be repeated
b) They work on anything
c) They are for images only
6) What does vlink mean ?
a) visited link
b) very good link
c) active link
7) Banners, buttons, dividers, clipart and other simple images usually work best as ?
a) fonts
b) gif
c) jpg
8) Which format usually works best for photos ?
a) JPG
b) HTML
c) GIF
9) <a> and </a> are the tags used for ?
a) Audio-voiced text
28) How can you make a list that lists the items with numbers?
a) <dl>
b) <ol>
c)<ul>
d)<list>
29) Most search engines give serious importance to meta tags when ranking websites in
their listings ?
a) True
b) It depends on the keywords
c) False
30) Which colors consist of equal amounts of all basic colors ?
a) purple, green, and red
b) black, blue, and gray
c) white, black and gray
31) Which has higher priority, cell settings or table settings ?
a) Neither
b) Cell settings
c) Table settings
32) What is the correct HTML for adding a background color?
a) <body background="yellow">
b)<background>yellow</background>
c) <body style="background-color:white">
33) To make the appearance of the colors more powerful on your site do which of the
following ?
a) Do not use colors
b) Limit their use
c) Splash them all over
b) outlines
c) images
36) WYSIWYG stands for ?
a) What You See Is What You Get
b) When You Start Is When You Go
c) What You See Is What You Gain
37) Choose the correct HTML tag for the largest heading
a) <heading>
b)<h6>
c) <head>
d) <h1>
38) Choose the correct HTML to left-align the content inside a tablecell
a) <td valign="left">
b) <tdleft>
c) <td align="left">
d)<td leftalign>
39) To create a bulleted list use ?
a) <il>
b) <ul>
c) <ol>
41) Besides<B>, another way to make text bold is what ?
a) <strong>
b) <dark>
c) <fat>
a) 1024
b) 1
c) Depends on the font used
46)To start a list at the count of 3, use which ?
a) <ol start="3">
b) <ol begin="3">
c)<ol list="5">
47) Who is making the Web standards?
a) The World Wide Web Consortium
b) Mozilla
c) Microsoft
48) Which tag can set the background color for your page?
a) <body>
b)<head>
c)<font>
49) What is the correct HTML tag for inserting a line break?
a) <lb />
b) <br />
c)<break />
50) The attribute used to choose the type of font in HTML is ?
a) Character
b) Face
c) Text-type
51) colspan=n can be added to only what tag?
a)<table>
b)<td>
c)<tr>
52) Rather than using Hspace and Vspace you can use which of the following to add spacing
to your image ?
a) height and width
b) 1x1 pixel transparent image
c) align=+2
53) What is the correct HTML for creating a hyperlink?
a)<a name="http://www.qualitypointtech.com">Qualitypoint Technologies</a>
b) <a href="http://www.qualitypointtech.com">Qualitypoint Technologies</a>
c) <a>http://www.qualitypointtech.com</a>
d) <a url="http://www.qualitypointtech.com">Qualitypoint Technologies</a>
54) In the code <frameset cols="120,*"> the following would be true.
b) Images
c) Hexadecimal Colors
64) Relative path make your hypertext links______.
a) Portable
b) Discrete
c) Uniform
65) <ol> tags will create what kind of list ?
a) Numbered List
b) Bulleted List
c) Grocery List
66) Is it possible to link within the current page ?
a) No
b) Only in framesets
c) Yes
67) Tags and text that do not show directly on the page are placed where ?
a) Body
b) Tables
c) Head
68) To create a list using lowercase letters use ?
a)<ol "a">
b) <ol letter="a">
c)<ol type="a">
69) To seperate single list items use ?
a)<li> and </li>
b)<ol> and </ol>
c) <ul> and </ul>
70) Which section is used for text and tags that are shown directly on your web page ?
a) Body
b) Metatags
c) Head
71) To set the font for a single link, where do you add the <font></font> tags ?
a)Outside the <a> and </a>
b) In the <body> tag
c) Inside the <a> and </a> tags
72) Why should you add alternative text to your images ?
a) In case the user wishes to load a different picture
b) So the user can save the image using the text as a name
c) So the users can get an idea of what the image is before it loads
73) What is used to store information usually relevant to browsers and searchengines?
a) Tabs
b) Cookies
c) Metatags
74) What tag tells the browser where the page starts and stops ?
a) <head>
b) <body>
c)<html>
75) Why should you specify a background color if you are using an image for the actual
background of your page ?
a) The background color will be shown until the image loads
b) In case the image doesnt fit right
c) So the text shows up better
76) The background image will scroll when the user scrolls down the page, unless you add
which property to the <body> tag?
a) bgproperties="holdstill"
b) bgproperties="fixed"
c) bgproperties="stationary"
77) Imagelinks can show a text label if you add which property?
a) alternative
b) str
c) alt
78) Adding a border to your image helps the visitor to recognize it as what ?
a) A really great picture
b) A frame
c) A Link
79) Which of the following is NOT a valid pair for browser safe colors ?
a) AA
b) CC
c) 00
80) To start a numbered list with regular numerals use ?
a) <ol type="a">
b) <ol type="1">
c) <ol type="I">
81) Defining clickable sub-areas on an image is called?
a) imagelinking
b) imagemapping
c) multiple linking
------End of Document------