Paper-IV at HTML
Paper-IV at HTML
Admin. Office : Srikrishna College Campus, PO- Bagula, PS- Hanskhali, Dist.- Nadia, W.B.
Affiliated to NCT Delhi, Govt. of India
www.rnnycindia.org # E-mail : [email protected]
HTML
Try It?
Open your text editor and type the following text:
<ht
ml>
<he
ad>
<title>Rabindra Nath National Youth Centre</title>
</head>
<body>
This is my first homepage. <b>This text is bold</b>
</body>
</html>
16. Choose the correct HTML tag for the smallest size heading?
a. <heading> b. <h6> c. <h1> d. <head>
Ans: c
17. How can you make a numbered list?
a. <dl> `b. <ol> c. <list> d. <ul>
Ans:b
18. What is the correct HTML tag for inserting a line break?
a. <br> b. <lb> c. <break> d. <newline>
Ans: a
19. Which of the following is not a pair tag?
a. <p> b. < u > c. <i> d. <img>
Ans:d
20. Marquee is a tag in HTML to
a. mark the list of items to maintain inqueue
b. Mark the text so that it is hidden in browser
c. Display text with scrolling effect
d. None of above
Ans: c
21. Which tag is used to create body text in HTML?
a. <HEAD> b. <TEXT> c. <TITLE> d. <BODY>
Ans: d
22. Which tag creates a check box for a form in HTML?
a. <checkbox> b. <input type=”checkbox”>
c. <input=checkbox> d. <input checkbox>
Ans:b
23. To create HTML document you require a
a. web page editing software b. High powered computer
c. Just a notepad can be used d. None of above
Ans: c
24. To create a blank line in your web page
a. press Enter two times b. press Shift + Enter
c. insert <BR> tag d. insert <BLINE>
Ans: c