MCQ [ Web Technology – Part I ] April 18, 2024 by jaminrai Web Technology Part I 1 / 62 Which of the following element is not valid form tag? <textarea> tag tag 2 / 62 Which of the following is not attribute of <body> tag in HTML5? link text background bgcolor 3 / 62 When was the Internet originally developed? 1979 1969 1989 1959 4 / 62 Which of the following statement is not true? HTML helps to develop both static and dynamic websites HTML helps to embed text, graphics, audio, video and animation on webpage HTML also provides a link to interconnect multiple webpages HTML is standard language for designing webpages 5 / 62 What is DNS? Helps to transfers webpages on the Internet. Helps to link the webpages on the Internet. Helps to define unique name for server or web services on the Internet. Helps to store websites on the Internet. 6 / 62 Search Engines are able to search type_____ of information. Videos All of these Images Documents 7 / 62 Which of the following is not valid object in HTML? <img> <audio> <video> 8 / 62 HTML document should begin with the _______ tag tag <TITLE> tag tag 9 / 62 What is the correct HTML for referring to an external style sheet? mycss.css All of the above 10 / 62 <UL> ... </UL> tag is used to bold the text underline the text display the bulleted list display the numbered list 11 / 62 How can you make a numbered list? <dl> <ul> List <ol> 12 / 62 Choose the correct HTML tag to make a text italic <i> 13 / 62 How can you make an e-mail link? <a href="xxx@yyy "> xxx@yyy <a href="mailto:xxx@yyy"> 14 / 62 Who developed first popular web services: World Wide Web? Robert Taylor Tim Berners Lee Bob Kahn Lawrence Robert 15 / 62 Which of the following statement is not true? In HTML codes: is starring tag and is ending tag. All tags of html must have a pair tags open tag and close tag. HTML is not case sensitive language. Almost all browser support HTML. 16 / 62 What is the full form of HTML? Hypertext markup language Hyphenation text markup language Hyper text marking language Hyphenation test marking language 17 / 62 Which of the following tag is not the structural tag of HTML5? , <section>, <article> <header>, <footer> <main>,<nav> 18 / 62 What is a search engine? a program that searches engines a machinery engine that search data a web site that searches anything a hardware component 19 / 62 Which of the following is not an example search engine? Bing Yahoo Google Facebook 20 / 62 If you want to merge two or more rows in a table which attribute you can use? colspan rowspan rowmerge colmerge 21 / 62 Choose the correct option. Both are correct <th> is used for defining the heading of a table. By default, contents written between <th> and </th> are bold and centered. 22 / 62 The HTML attribute used to define the internal stylesheet is - style 23 / 62 Which of the following is not a pair tag? <u> <p> <i> <img> 24 / 62 What of the following statement is not true? tag is defined within tags. It defines character set for html. It describes keywords for web searching purposes. It defines author of the webpage. 25 / 62 Which tag inserts a line horizontally on your web page? <tr> <hr> 26 / 62 What is the full form of CMS? Content Marketing System Content Management Site Content Maintainers System Content Management System 27 / 62 What is the correct HTML tag for inserting a line break? <br> 28 / 62 CSS stands for Color and style sheets Creative Style Sheet Cascading style sheets Cascade style sheets 29 / 62 Which of the following statement is not true? Internet is global networks which is control by the Department of Defence, USA. Internet is the global system of interconnection of millions of networks. Internet is defined as the network of networks. Internet is public network based on TCP/IP suite 30 / 62 Tags and test that are not directly displayed on the page are written in _____ section. <title> 31 / 62 Marquee is a tag in HTML to ............ None of above Display text with scrolling effect mark the list of items to maintain in queue Mark the text so that it is hidden in browser 32 / 62 Which tag creates a check box for a form in HTML? 33 / 62 What is the color code of blue color in html? #ff00ff #00ff00 #ff0000 #0000ff 34 / 62 For uniquely identifying elements name which attribute is used? Class Header None Id 35 / 62 With the help of which tag, is a row defined in HTML? <tr> 36 / 62 There are__________ different of heading tags in HTML 4 5 6 6 37 / 62 Which of the following is not example of web browser? Google Chrome MS Outlook MS Edge Safari 38 / 62 How can you make a bulleted list? <ol> <ul> 39 / 62 What is the abbreviation of HTTP? Hypertext tag path Hypertext transfer path Hyper Text Transfer Protocol None 40 / 62 Web search engines stores information about many web pages by a_________ Web Crawler Web Indexer Web Organizer Web Router 41 / 62 What is the purpose of using CMS? All these options are correct To reach out to audience with low coding knowledge To make regular web designing easy. Because it’s very user friendly 42 / 62 What is the default start of item marker in ordered list? 1 I None of the answers are correct i 43 / 62 What of the following tag is not valid in HTML5? <I>tag <p> <s>tag 44 / 62 What is the default item marker in unordered lists of HTML? None Circle Marker disc 45 / 62 Which language is used for creating basic Web Pages? BASIC C PASCAL HTML 46 / 62 Which of the following tag is not valid in HTML5? <hr> tag <tr> <br>tag 47 / 62 Which HTML tag would be used to display power In expression (A+B)2 ? <P> <B> <SUB> <SUP> 48 / 62 Which of the following is not an example of content management system software? WordPress Webflow Joomla WordPerfect 49 / 62 Which of the following protocol is not an example of TCP/IP based protocol? IP HTTP FTP Token Passing 50 / 62 What are the stages of web development processes in sequential order? Designing, Planning, Development, Launch and Maintenance Planning, Designing, Development, Maintenance and Launch Planning, Development, Designing, Maintenance and Launch Planning, Designing, Development, Launch and Maintenance 51 / 62 How can you make a bulleted list? <ol> <ul> 52 / 62 Choose the correct HTML tag for the smallest size heading? <h1> <h6> 53 / 62 What type of architecture is followed in CMS? MVC MC MMVC MV 54 / 62 Which one of the following tags is used to add caption to a table? <caption> 55 / 62 Which of the following statement is not true about HTTP? It helps to transfers emails from one computer to another on the Internet. Itallows for transferring information from one computer to another on the Internet. It defined set of rules to transfer the webpages with hyperlinks. It makes platform for reliable and secure transmissions of webpages on the Internet. 56 / 62 Which of the following tag is not valid table tag? <tr>tag <td> <th>tag 57 / 62 An unordered list in HTML starts with a <ul>tag tag <li> tag None of the option 58 / 62 The tag used to add images to the HTML document is_______ <HR> <IMG> <FONT> 59 / 62 Which of the following is not valid CSS type? Exline External Inline Internal 60 / 62 Which tag allows you to add a row in a table? and <tr> and </tr> <td> and </td> <th>and </th> 61 / 62 What is the correct HTML for adding a background color? yellow 62 / 62 The domain name system is maintained by Distributed database system a single server none of the mentioned a single computer Your score isThe average score is 68% 0% Restart quiz Post Views: 2,014