HTML|Set-1 HTML April 23, 2022April 23, 2022GyanBazarLeave a Comment on HTML|Set-1 You can practice in this section operating system MCQ which is important for exam point of view. /47 7 Created on April 23, 2022 By GyanBazarHTML Set-1 HTML |Set-1 You can practice in this section operating system MCQ which is important for exam point of view. 1 / 47 Category: HTML 1. "Yahoo", infoseek" and "Lycos" are....? a. Search engine b. Browsers c. News Groups d. None of the above 2 / 47 Category: HTML 2. <input> is... a. a format tag. b. an empty tag c. All of the above d. None of the above 3 / 47 Category: HTML 3. Which is the correct way to comment out something in HTML? a. Using ## and # b. Using <!-- and -!>--> c. Using d. Using <!-- and --> 4 / 47 Category: HTML 4. <td>...</td> tag is used for... a. Table heading b. Table records c. Table row d. None of the above 5 / 47 Category: HTML 5. Which of the following is the paragraph tag in HTML? a. <p> b. <pre> c. <b> d. All of the above 6 / 47 Category: HTML 6. HTML uses... a. User defined tags b. Tags only for linking c. Fixed tags defined by the language d. Pre-specified tags 7 / 47 Category: HTML 7. Increasing the cellpadding means _________ a. Increase the distance between cell and content b. Increase the softness of your site c. Increase the space between cells d. All of the above 8 / 47 Category: HTML 8. To separate single list, we used... a. <ol> and </ol> b. <li> and </li> c. <ul> and </ul> d. All of the above 9 / 47 Category: HTML 9. How to create an unordered list (a list with the list items in bullets) in HTML? a. <ul> b. <i> c. <li> d. <ol> 10 / 47 Category: HTML 10. Who is Known as the father of World Wide Web (WWW)? a. Robert Cailliau b. Tim Berners-Lee c. Charles Darwin d. Tim Thompson 11 / 47 Category: HTML 11. How to create a hyperlink in HTML? a. <a> b. <a href="www.Gyanbazar.com"> Gyanbazar.com </a> c. <a> www.Gyanbazar.com d. <a> Gyanbazar.com </a> 12 / 47 Category: HTML 12. Which of the following is not a browser ? a. Microsoft Bing b. Opera c. Mozilla Firefox d. Netscape Navigator 13 / 47 Category: HTML 13. What is the full form of HTML? a. Hyper Teach Markup Language b. HyperText Markup Language c. Hyper Tech Markup Language d. None of these 14 / 47 Category: HTML 14. Which of the following is the correct way to start an ordered list with the count of numeric value 4? a. <ol type="1"> b. <ol type="1" start="4"> c. <ol type="1"> d. <ol type="1"> 15 / 47 Category: HTML 15. Which program do you need to write HTML? a. Any text editor b. A graphics program c. HTML -development suite d. All of the above 16 / 47 Category: HTML 16. Which is not domain name extension? a. .mil b. .org c. .int d. .com 17 / 47 Category: HTML 17. Which of the following element is making the text italic ? a. <i> b. <pre> c. <b> d. <u> 18 / 47 Category: HTML 18. What tag is used to display a picture a. pictur b. src c. img d. image 19 / 47 Category: HTML 19. The tag used for creating hypertext and hypermedia links is... a. <HR> b. <A> c. <PRE> d. <BR> 20 / 47 Category: HTML 20. To start a list using circles, use a. <ul type="”circle”"> b. <ul> c. <ul> d. <ul type="”round”"> 21 / 47 Category: HTML 21. Image-link can show a text label if you add property... a. alt b. alternative c. str d. All of the above 22 / 47 Category: HTML 22. In satellite based communication, VAST stands for? a. Very Small Aperture Terminals b. Varying Size Aperture Terminal c. Very Small Analog Terminal d. None of the above 23 / 47 Category: HTML 23. Which of the following HTML tag is the special formatting tag? a. <p> b. <b> c. <pre> d. None of the above 24 / 47 Category: HTML 24. Which HTML tag produces the biggest heading? a. <h1> b. <h4> c. <h2> d. <h6> 25 / 47 Category: HTML 25. Which of the following tag is used to insert a line-break in HTML? a. <br> b. <b> c. <pre> d. <a> 26 / 47 Category: HTML 26. How to insert a background image in HTML? a. <img> b. None of the above c. <a> d. all of the above 27 / 47 Category: HTML 27. HTML is what type of language ? a. Scripting Language b. Network Protocol c. Programming Language d. Markup Language 28 / 47 Category: HTML 28. HTML web pages can be read and rendered by _______ a. Compiler b. Interpreter c. Web Browser d. Server 29 / 47 Category: HTML 29. In HTML, tags that include both on and off tag are called a. comment tag b. container tag c. document tag d. None of the above 30 / 47 Category: HTML 30. How can you open a link in a new browser window? a. <a href="”url" target="”new”"> b. <a href="”url”"> c. <a href="”url" target="”_blank”"> d. None of the above 31 / 47 Category: HTML 31. Apart from <b> tag, what other tag makes text bold ? a. <strong> b. <em> c. <i> d. <u> 32 / 47 Category: HTML 32. How to insert an image in HTML? a. <img /> b. <img src="a.jpg" /> c. <img /> d. <img /> 33 / 47 Category: HTML 33. Which of the following tag is used to add rows in the table? a. <td> and </td> b. <th> and </th> c. <tr> and </tr> d. None of the above 34 / 47 Category: HTML 34. If you create an HTML page in word processor... a. save it with WMF file b. save it with binary file c. Save it with ASCII text file d. All of the above 35 / 47 Category: HTML 35. How to create an ordered list (a list with the list items in numbers) in HTML? a. <ul> b. <i> c. <li> d. <ol> 36 / 47 Category: HTML 36. The tag for the table data is... a. <TR> b. <TH> c. <TD> d. None of the above 37 / 47 Category: HTML 37. Which HTML heading is same as default font size? a. h1 b. h2 c. h3 d. h4 38 / 47 Category: HTML 38. If the background image is smaller than the screen, what will happen? a. It will leave a blank space at the bottom of your page b. It will be repeated c. It will be stretcher d. None of the above 39 / 47 Category: HTML 39. Which tag is used to display the large font size? a. <big></big> b. <font></font> 40 / 47 Category: HTML 40. Which of these tags are all <table> tags? a. <table><tr> b. <table><tr><td> c. <table><tr><tt> d. None of the above 41 / 47 Category: HTML 41. To create HTML page, you need ___ a. Web browser b. text editor c. Both [A] and [B] d. None of the above 42 / 47 Category: HTML 42. Which of the following attribute is used to provide a unique name to an element? a. id b. type c. class d. None of the above 43 / 47 Category: HTML 43. HTML is a subset of ____ a. SGMD b. SGMH c. SGML d. None of the above 44 / 47 Category: HTML 44. Which the correct e-mail link? a. <a href="admin@yyy”"> b. <a href="”admin@yyy”"> c. admin@yyy d. <a> 45 / 47 Category: HTML 45. The BODY tag is usually used after ___ a. HTML tag b. HEAD tag c. TITLE tag d. EM tag 46 / 47 Category: HTML 46. The correct sequence of HTML tags for starting a webpage is a. HTML, Body, Title, Head b. HTML, Head, Body, Title c. Head, Title, HTML, body d. HTML, Head, Title, Body 47 / 47 Category: HTML 47. Which character is used to represent the closing of a tag in HTML? a. \ b. . c. / d. ! Your score is The average score is 8% 0% Restart quiz