Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
49 views

HTML Papers

Copyright
© © All Rights Reserved
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views

HTML Papers

Copyright
© © All Rights Reserved
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 2

1)The way the browser displays the object can be 11)Comments in HTML document is given by:

modified by _____ a. <?-- _ _--> b. <!_ _ _ _!> c. <!_ _ _ _> d. </_


a. attributes b. Parameters c. modifiers d. None of _ _ _>
above
12)In HTML, Uniform Resource Identifier (URI) is
2)When should you use path along with file name of used to
picture in IMG tag? a. To create a frame document .
a. path is optional and not necessary b. To create a image map in the webpage.
b. when the location of image file and html file are c. To customize the image in the webpage.
different d. To identify a name or a resource on the internet.
c. when image file and html file both are on same
location 13)Which organization defines the Web Standards?
d. path is always necessary when inserting image a. Microsoft Corporation b. IBM Corporation
c. World Wide Web Consortium d. Apple Inc.
3)Which of the following is not a valid alignment
attribute? 14)Is it possible to insert a table within another
a. Left b. Right table?
c. Top d. All of above a. Yes, but there must be exactly 2 rows and 2
columns in first table.
4)Which attribute is used with img tag to display the b. Yes, table can be inserted into cell of another
text if image could not load in browser? table.
a. description b. name c. Yes, but there must be no border in second table.
c. alt d. Id d. No, it’s not possible.

5)How can you make an e-mail link? 15)Which of the following is correct character
a. <a href="xxx@yyy"> entities for "Copyright" symbol?
b. <mail href="xxx@yyy"> a. A. &#149; b. B. &#159;
c. <mail>xxx@yyy</mail> c. C. &#169; d. D. &#179;
d. <a href="mailto:xxx@yyy">
16)HTML language is a set of markup ___
6). What is the correct HTML for making a a. Attributes b. Tags c. Sets d. Groups
hyperlink?
a. <a href="http://ipt.com">MCQ Sets Quiz</a> 17)HTML tags are used to describe document ____
b. <a name="http://ipt.com">MCQ Sets Quiz</a> a. Definition b. Language c. Content
c. <http:/ipt.com</a> d. None of these
d. <a url="http://ipt.com">MCQ Sets Quiz</a>
18)HTML document can contain
7)What does vlink attribute mean? a. Attributes b. Tags
a. visited link b. virtual link c. Plain text d. All of these
c. very good link d. active link
19)Who is the primary author of HTML?
8)To create a combo box (drop down box) which tag a. Brendan Eich b. Tim Berners-Lee
will you use? c. Web Programmer d. Google Inc
a. <select> b. <list>
c. <input type="dropdown"> d. all of above 20)Basic fundamental block is called as ___
a. HTML tag b. HTML body
9)What is a search engine? c. HTML Attribute d. HTML Element
a. a program that searches engines
b. a web site that searches anything 21)Once the email is sent, the message is broken
c. a hardware component into pieces called ..................
d. a machinery engine that search data a. Packets b. Process c. Digits d. Bytes

10)A homepage is __________ 22)What does an HTML tag do?


a. an index of encyclopedia articles a. It specifies formatting and layout instructions for
b. where all Internet data is stored your web page.
c. required for access to the Internet b. It hides programming instructions from view.
d. the first page of a website
c. It determines the organizational structure of your 32)Which tag is used to display the numbered list?
Web site. a. <OL></OL> b. <DL></DL>
d. It connects your web site to an operating c. <UL></UL> d. <LI></LI>
environment.
33)What is the full form of TCP/IP?
23)To view the source code of a published website a. transmission control protocol / internet protocol
we use? b. telephone call protocol / international protocol
a)Inspect b)view page source c)both a and b c. transport control protocol / internet protocol
d)Notepad++ d. none of the above

24)what will happen if you accidently clicked ctrl+D 34)Which organization defines the Web Standards?
while coding in Notepad++? a. Microsoft Corporation b. IBM Corporation
a)duplicate the line b)duplicate the cursor c. World Wide Web Consortium d. Apple Inc.
c)duplicate the tag only d)open a duplicate file
35)Which of the following tags are related to Table
25)while learning many time you use style in HTML ?
attributes,how the values inside the style attributes a. <table> <row> <column>
are given? b. <table> <tr> <td>
a)property:value seperated by comma c. <table> <head> <body>
b)property;value seperated by colon d. <table> <header> <footer>
c)property:value seperated by semicolon
d)property:value seperatd by colon 36)Which of the following is not an example of
browser?
26)what will happen if you forgot to close the b tag? a. Netscape Navigator b. Microsoft Bing
a)No change out content is safe. c. Mozilla Firefox d. Opera
b)all the content of the webpage will be bold
c)content after the b tag will be bold 37) ......................... connects web pages.
d)both b and c a. Connector b. Link c. Hyperlink
d. None of the above
27)which of the following attribute doesn’t take any
value? 38).................. is suitable for remote administration
a)name b)for c)required d)placeholder of a computer.
a. FTP b. Shell c. Remote Procedure Call
d. Telnet
28)Which of the following option is correct?
a)image tag will display image along with the 39)The ...................... attribute adds space within
heading tag in one line. each cell.
b)Image tag will display image along with the span a. CELL SPACING b. CELL PADDING
tag in one line c. WIDTH d. ALIGN
c)image tag will display image along with the
paragraph tag in one line. 40)An ordered list is a ...................... list and an
d)Both b and c unordered list is a ................. list.
a. bulleted & numbered b. bulleted & tabular
29)To insert the characters not present in your c. tabular & numbered d. numbered & bulleted
keyboard we use?
a)Hexcode b)RGB code c)Entities d)#ab; Practical Question-10 marks
Q)Write a HTML Program to design a table of 5 row
30)what is the meaning of named anchor? and 4 columns and provide appropriate heading in
a)Link to some external webpage first row.
b)Link within the same webpage Or
c)Link to multiple webpage Q)Create a hyperlink in html which when clicked
d)Both a and c linked to www.youtube.com in new window.

31)The _____ character tells browsers to stop


tagging the text
a. ? b. / c. > d. %

You might also like