web technology mcq bank
Omprasad set ****** WEB TECHNOLOGY ******** 1. Choose the correct HTML tag to make a text italic a. <ii> b. <italics> c. <italic> d. <i> answer-d. <i> 2. Choose the correct HTML tag to make a text bold? a. <b> b. <bold> c. <bb> d. <bld> answer-a. <b> 3. 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. <body bgcolor=”yellow”> 4. Choose the correct HTML tag for the smallest size heading? a. <heading> b. <h6> c. <h1> d. <head> answer-b. <h6> 5. What is the correct HTML tag for inserting a line break? a. <br> b. <lb> c. <break> d. <newline> answer-a. <br> 6. What does vlink attribute mean? a. visited link b. virtual link c. very good link d. active link answer-a. visited link 7. Wh