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