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