FEB MONTHLY TEST
TRADE : COPA (TRADE THEORY) M.M 20
1. In HTML tags are enclosed in :-
a. < > b. ( ) c. [ ] d. “ “
2. CSS is used in --
a. Designing web page b. Starting HTML c Designing Excel d. none of these
3. What is the another name of web address ?
a. URL b. HTML c. http d. Webpage
4. What is the first tag in html document ?
a. <html> b. <head> c. <title> d. </html>
5. Which html tag inserts a line horizontally in a page ?
a. <br> b. <l> c. <hr> d. <line>
6. What is the correct html tag for adding a background color ?
a. <body color =”yellow”> b. body bgcolor=”yellow”>
c. <body background=”yellow” d. <body tag=”yellow”
7. Which tag creats a checkbox for a form in html ?
a. <check box> b. < input check box>
c. <input =check box> d. <input type= “check box”>
8. Which option will match, while making bulleted list ?
a. Square, disc, polygon b. triangle, disc, circle
c. triangle, square, circle d. disc, circle, square
9. Which symbol starts with html comments ?
a. <! b. </ c. # d. <\
10. What is full form of CSS ?
a. Computer style sheet b. Cascading style sheet
c. Cascading system style d. Customized style sheet
11. Which attribute is used to merge two cells horizontally in a table
a. Colspan =2 b. Rowspan = 2 c. mergerows d. mergecols
12. Which html tag is smallest heading ?
a. <h1> b. <h2> c. <h6> d. <h4>
13. Which is the correct tag for creating password field ?
a. <text type=”password”> b. <input type = “pwd”>
c. <input type = “password”> d <input type = “passcode”>
14. Which of the following code is used to add a plain color background to web page ?
a. <body bgcolor = “36,2437”> b. <body color = “#ff000”
c. <body bgcolor = “ff000”> d. <bgcolor = “blue”>
15. Which web language give more control over html elements and allow change at any time
a. BML b. XML c. HTML d. DHTML
16. What is the correct syntax for making a hyperlink ?
a. <http ://nimi.gov.in”</a> b. <url =”http: //nimi.gov.in”>nimi
c. <a href = “http://nimi.gov.in”>nimi</a> d. <a ref =”http://nimi.gov.in>nimi </a>
17. Which html tag is used to add a row in a table
a. <tr>..</tr> b. <cr>...</cr> c. <th> …</th> d. <td>…</td>
18. Which character in html is used to indicate end tag ?
a. \ b. / c. ! d. <#
19. Which of the following is used to create HTML form ?
a. <from> b. <form> c. <iframe> d. none
20. Which of the following is not a way for applying CSS to HTML
a. Inline CSS b. Exline CSS c. Internal CSS d. External CSS