0% found this document useful (0 votes)
29 views3 pages

Web Design Basics Quiz

This document provides a multiple choice quiz on basic HTML concepts. It tests knowledge of HTML tags, attributes, and their uses. It also provides examples of coding framed webpages and tables with specific formatting requirements.

Uploaded by

Manori Yapa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views3 pages

Web Design Basics Quiz

This document provides a multiple choice quiz on basic HTML concepts. It tests knowledge of HTML tags, attributes, and their uses. It also provides examples of coding framed webpages and tables with specific formatting requirements.

Uploaded by

Manori Yapa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

M10- Design & Develop Static Web Pages

ICT NVQ L4

1. Select the correct answer

1. The World Wide Web is referred to shortly as the ______


a) net c) browser
b) web d) editor

2. The World Wide Web consists of ___________


a) information c) network connections
b) web pages d) mails

3. __________ is a simple language to design and develop web pages


a) C c) HTML
b) Basic d) C, Basic, HTML, Visual Basic

4. Web is a collection of _________ .


a) web sites c) applets
b) images d) documents

5. Web pages contain ____________ to other web pages.


a) connections c) hyperlinks
b) relation d) none of the above

6. The initial web page present in a web site is the _______ page
a) first c) home
b) start d) Index

7. HTML stands for _______________________.


a) Higher Text Manipulation Language c) Hyper Transfer Meta Language
b) Hotlink Text Markup Language d) Hyper Text Markup Language

8. ________ are special code which separate HTML from ordinary text.
a) Frames c) Frameset
b) Tags d) None of the above

9. The entire content for the web page is enclosed within ________ tags.
a) <body> c) <text>
b) <head> d) <html>

10. The <IMG> tag is used to add _______ to our web page.
a) text c) clip art pictures
b) images d) messages

11. The tags which require a closed tag are called ________ tags.
a) full c) paired
b) unpaired d) set
12. <I>…</I> indicates _________.
a) insert c) indent
b) italics d) increase font

13. The CELLPADDING attribute of <TABLE> tag indicates ________ between border and contents of the cell.
a) Space (c) Thickness
b) Division (d) Width

14 When TYPE =PASSWORD, the character typed would be encode as ______.


a) &&& c) ***
b) ### d) xxx

15. The ________ tag defines the type of data entered in the form.
a) value c) body
b) text d) input

16. URL stands for _____


a) Unknown resonance language c) united relay limiter
b) Uniform resource locator d) none of the above

17. A hyperlink can be ……..


a) text only c) text or image
b) image only d) neither text nor image

18. The two major browsers used to surf the Internet are…
a) MS Internet Explorer and Mosaic
b) Netscape Navigator and Mosaic
c) MS Internet Explorer and Netscape Navigator
d) none of the above

19. The number of levels of header supported by HTML is……


a) two c) six
b) four d) three

20 The image format supported by most browsers is…..


a) bmp and gif c) gif and jpg
b) bmp and jpg d) wmf and bmp
2. Answer the following questions based on HTML

a) Write the HTML code to create a framed web page in the following format:

FileA.html

FileB.html FileC.html
75%

45%

3. Consider the following while writing the HTML code

1. Title of the page should be “Tourism Industry”


2. Background color of the page should be “Silver”, Link color should be “Maroon”, visited link color should be
“Red”.
3. Picture used in the page is the file “beach.jpg”
4. Table should have a border of width 2.
5. Use the concept of nested lists for creating the list given in the web page with specified bullets.
6. Pages linked to:
Front Office as “front.html”
Food & Beverages as “food.html”

You might also like