Skip to main content

IBM ADVANCE DIPLOMA ,MODULE-03 (WEB DESIGNING) PART-01 QUESTIONS & ANSWERS

                                             IBM ADVANCE DIPLOMA

                     MODULE-03 (WEB DESIGNING)  QUESTIONS & ANSWERS                                          

          HTML:30 Q&A

01. A webpage displays a picture. What tag was used to display that picture? 

A. picture 

B. image 

C. img 

D. src 

ANSWER: C

02.<b> tag makes the enclosed text bold. What is other tag to make text bold? 

A. <strong>

 B. <dar> 

C. <black> 

D. <emp>

 ANSWER: A 

03.Tags and text that are not directly displayed on the page are written in _____ section. 

A. <html>

 B. <head> 

C. <title> 

D. <body> 

ANSWER: B 

04.Which tag inserts a line horizontally on your web page? 

A. <hr> 

B. <line>

C. <line direction="horizontal"> 

D. <tr> 

ANSWER: A 

05.What should be the first tag in any HTML document?

 A. <head>

 B. <title>

C. <html> 

D. <document>

 ANSWER: C 

06.Which tag allows you to add a row in a table? 

A. <td> and </td>

 B. <cr> and </cr>

 C. <th> and </th> 

D. <tr> and </tr>

 ANSWER: D 

07.How can you make a bulleted list? 

A. <list> 

B. <nl>

 C. <ul> 

D. <ol> 

ANSWER: C

08.How can you make a numbered list? 

A. <dl>

 B. <ol> 

C. <list> 

D. <ul> 

ANSWER: B 

09.How can you make an e-mail link? 

A. <a href=”xxx@yyy ”>

 B. <mail href=”xxx@yyy ”>

 C. <mail>xxx@yyy </mail> 

D. <a href=”mailto:xxx@yyy ”> 

ANSWER: D 

10.What is the correct HTML for making a hyperlink? 

A. <a href=”http:// data.com“>Question</a> 

B. <a name=”https://data.com“>Question</a> 

C. <https://data.com</a>

 D. url=”https://data.com“>Question

ANSWER: A 

11.Choose the correct HTML tag to make a text italic

 A. <ii> 

B. <italics>

 C. <italic> 

D. <i>

 ANSWER: D

 12.Choose the correct HTML tag to make a text bold 

A. <b> 

B. <bold>

 C. <bb> 

D. <bld>

 ANSWER: A 

13.What is the correct HTML for adding a background color? 

A. <body color=”yellow”> 

B. <body bgcolor=”yellow”> 

C. <background>yellow</background> 

D. <body background=”yellow”> 

ANSWER: B 

14.Choose the correct HTML tag for the smallest size heading?

 A. <heading>

 B. <h6> 

C. <h1> 

D. <head> 

ANSWER: B 

15.What is the correct HTML tag for inserting a line break? 

A. <br>

 B. <lb> 

C. <break> 

D. <newline> 

ANSWER: A

16.What doesvlink attribute mean?

 A. visited link 

B. virtual link 

C. very good link 

D. active link 

ANSWER: A 

17.Which attribute is used to name an element uniquely?

 A. class

 B. id 

C. dot 

D. all of the mentioned

 ANSWER: B

 18.Which tag creates a check box for a form in HTML?

 A. <checkbox>

 B. <input type="checkbox"> 

C. <input=checkbox>

 D. <input checkbox>

 ANSWER: B

 19.To create a combo box (drop down box) which tag will you use?

 A. <select> 

B. <list> 

C. <input type="dropdown"> 

D. all of above

 ANSWER: A 

20.Which of the following is not a pair tag? 

A. <p> 

B. < u >

 C. <i> 

D. <img> 

ANSWER: D

21.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 

ANSWER: C 

22.The special formatting codes in HTML document used to present contentare 

A. tags

 B. attributes 

C. values 

D. None of above 

ANSWER: A 

23.HTML documents are saved in 

A. Special binary format

 B. Machine language codes 

C. ASCII text

 D. None of above

 ANSWER: C 

24.Some tags enclose the text. Those tags are known as 

A. Couple tags 

B. Single tags

 C. Double tags

 D. Pair tags

 ANSWER: D

 25.The _____ character tells browsers to stop tagging the text 

A. ?

 B. / 

C. > 

D. % 

ANSWER: B

 26.In HTML document the tags

 A. Should be written in upper case

B. should be written in lower case 

C. should be written in propercase 

D. can be written in both uppercase or lowercase 

ANSWER: D 

27.Marquee is a tag in HTML to

A. mark the list of items to maintaininqueue

 B. Mark the text so that it is hidden in browser 

C. Display text with scrolling effect 

D. None of the options 

ANSWER: C 

28.There are ____ different of heading tags in HTML 

A. 4

 B. 5

 C. 6

 D. 7

 ANSWER: C 

29.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> 

ANSWER: C 

30.Which of the following is not a style tag? 

A. <b>

 B. <tt> 

C. <i> 

D. All of the mentioned are style tags 

ANSWER: D 

                                                                                                   

                                  

Comments

Popular posts from this blog

ADIT ,MODULE-03 (WEB DESIGNING) ,PART-02 ,CSS-20 MCQ

                                                        CSS CSS:20 MCQ. & Answers. 01.What does CSS stand for?  A. Creative Style Sheets  B. Colorful Style Sheets C. Cascading Style Sheets  D. Computer Style Sheets  ANSWER:C 02.What is the correct HTML for referring to an external style sheet?  A. <stylesheet>mystyle.css</stylesheet />  B. <style src="mystyle.css" />  C. <link rel="stylesheet" type="text/css" href="mystyle.css">  ANSWER: C 03.Where in an HTML document is the correct place to refer to an external style sheet?  A. At the end of the document  B. In the <head> section  C. At the top of the document  D. In the <body> section  ANSWER: B 04.Which HTML tag is used to define an internal style sheet?  A. <style>  B. <css...

C Programming Language Series-01

C Language C Programming Language Tutorial C language  Tutorial with programming approach for beginners and professionals, helps you to understand the C language tutorial easily. Our C tutorial explains each topic with programs. The C Language is developed by Dennis Ritchie for creating system applications that directly interact with the hardware devices such as drivers, kernels, etc. C programming is considered as the base for other programming languages, that is why it is known as mother language. next → C Programming Language Tutorial C language  Tutorial with programming approach for beginners and professionals, helps you to understand the C language tutorial easily. Our C tutorial explains each topic with programs. The C Language is developed by Dennis Ritchie for creating system applications that directly interact with the hardware devices such as drivers, kernels, etc. C programming is considered as the base for other programming languages, that is why it is known as mo...