HTML Papers
HTML Papers
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. • b. B. Ÿ
c. <mail>xxx@yyy</mail> c. C. © d. D. ³
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
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.