123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 You Have 2 hours To Complete The Test / Quiz Web Designing and Publishing (M2-R5) Total available questions is More than 1000. Each exam has 100 questions & Answers randomly. You will get 2 hrs to complete the test. Its Mandatory To Fill For Get Certificate After Complete Exam. NameEmail 1) Scale option is used to change the _________ of an image. a. Size b. All of the above c. Area d. Colour 2) A linkage of series of prototype objects is called as ________ a. prototype class b. prototype chain c. prototypes d. prototype stack 3) A networking standard developed by Xerox, Intel and DEC; capable of connecting as many as 1,024 workstations and transmitting data at a maximum speed of 10 Mbps a. File Transfer protocol b. Gopher c. Ethernet d. FDDI 4) Which of the following can be used to call JavaScript Code Snippet? a. Triggering Event b. Function/Method c. Preprocessor d. RMI 5) ____tag embeds CSS in a webpage. a. <html> b. <css> c. <style> d. <xml> 6) Which of these is not a logical operator? a. || b. && c. & d. ! 7) How to close all files open in Notepad++? a. File Menu -> Close option b. Ctrl+W c. File Menu-> Close all d. Search Menu -> Close all 8) Which statement is not true about respornsiv tables in W3.Table a. W3-responsive class creates a responsive table b. It scroll horizontally on small screens c. w3-table class a responsive table d. on large screens, there is no difference 9) The Magic Wand tool helps you to select areas of the a. Image part with same colours b. Canvas c. Current Layer d. All the layers 10) To use w3.css in your program__________add stylesheet in the web page. a. href="https://www.w3schools.com/ …lib/w3.css" b. href="http://www.w3schools.com/lib/w3.css" c. href="https://www.w3school.com/lib/.css d. hrefs="http"//www.w3school.com/ …lib/w3.css" 11) For what purpose is the CSS padding property used ? a. Background Color b. Margin c. Border d. Space 12) which is correct value for ‘valign’ attribute of tag a. right b. Ctop c. left d. All of the above 13) Which is not true about CSS ? a. stablish visual layout of a Webpage b. Separate content from presentation c. CSS is Cascading Style Sheet d. Markup the content of the webpage 14) What is the correct CSS syntax for making all the elements bold? a. <p style=”text-size:bold;”> b. p { font-weight:bold; } c. p { text-size:bold; } d. <p style=”font-size:bold;”> 15) What type of CSS is the following code snippet? A Blue Heading a. Inline CSS b. Internal CSS c. External CSS d. None of these 16) What is the correct html for making a hyperlink? a. url=https://bpbonline.com>Book Store b. <a name="https://bpbonline.com">Book Store</a> c. https://bpbonlime.com</a d. <a hrel="http://bpbonline.com'>Book Store</a> 17) What does the ‘margin:auto’ means? a. Set the margin equally on all sides of the element. b. It is uncertain what will happen c. Set the margin equally on left and right of the element d. Set the margin equally on top and bottom of the element 18) Which of the following is used to open document in new window / Tab ? a. <a target=”_parent”>Link</a> b. <a target=”_blank”>Link</a> c. <a target=”_top”>Link</a> d. <a target=”_self”>Link</a> 19) Which element is used to take input from the user that can be send to the server? a. <input> b. <select> c. <label> d. <form> 20) A web browser is a __________side software program which communicates with web servers on the internet and request information wanted by users a. Client b. Server c. Peer to peer d. Host 21) Which of the following is used to apply a specific rule and can never be overridden in CSS ? a. !important b. important! c. @important d. !important! 22) The basic format for text link is: a. <HREF = “URL”> </A> b. <A HREF=”URL”> The text describing link </A> c. <HREF = “URL”> The text describing link </A> d. None of the above 23) Which CSS selector will be used to define a single element style? a. Text b. Class c. ID d. Name 24) Meta tag appear in a. <TITLE> b. <FORM> c. <BODY> d. <HEAD> 25) How can you open a link in a new browser Window? a. <a href="url" target="_blank"> b. <a href="url" target="new"> c. <a href="url"target=""> d. <a href=" url" new> 26) Identify the default font used in W3.Font a. Arial b. Times New Roman c. Verdana d. None of the above 27) IP address of a packet is normally analysed by a. Modem b. Router c. CPU d. Hub 28) Tags and texts that are not directly displayed on the page are written in which section a. <html> b. <head> c. <title> d. <body> 29) Correct HTML to left align the content inside a table cell is a. <td raligh = "left" > b. <tdleft> c. <td leftalign> d. <td align = "left"> 30) How can you open a link in its own unique new window? a. TARGET=”_NEW” b. TARGET=”_BLANK” c. TARGET=”_NEW_WINDOW” d. TARGET=”NEW” 31) A website is a Collection of? a. Images b. PDF Pages c. Slides d. Web Pages 32) Which of the following is best suited for networking in a building? a. WAN b. SAN c. LAN d. MAN 33) Which symbol indicates class selector in CSS. a. Hash b. Dot c. Plus d. None 34) JavaScript is a high-level, dynamic and ______ programming language. a. Port b. Error Detecting c. Broadcast d. Interpreted 35) Which of the following is used to apply a specific rule and can never be overridden in CSS ? a. @important b. !important c. important! d. !important! 36) Which value of position always fixes the position of the element relative to the viewport? a. absolute b. static c. fixed d. sticky 37) __________ is the current standard language used to create Webpages. a. FTP b. DHTML c. XHTML d. Code 38) Which of the following HTML attribute is used to define inline styles? a. Style b. type c. None of the above d. class 39) Which of the following properties will we use to display border around cell without any content? a. Noncontent-cell b. Blank-cell c. no-cell d. Empty-cell 40) Which tool is used to trace a freehand selection like a drawing with a pencil? a. Lasso tool b. Drawing tool c. Free hand d. Edit brush 41) Web pages starts with which of the following tag? a. <Title> b. <HTML> c. <Body> d. <Form> 42) What is the correct CSS syntax for making all the elements bold? a. <p style="text-size:bold;"> b. p {text-size:bold;} c. <p style="font-size:bold;"> d. p {font-weight:bold;} 43) How do you select an element with id ‘demo’? a. #demo b. *demo c. demo d. .demo 44) Which of the following attributes of text box control allow to limit the maximum character? a. All of the above b. size c. len d. maxlength 45) How do you display hyperlinks without an underline? a. a {text-decoration:none;} b. a {decoration:no-underline;} c. a {underline:none;} d. a {text-decoration:no-underline;} 46) HTML stands for? a. Hyper Tabular Markup Language b. None of these c. High Text Markup Language d. Hyper Text Markup Language 47) Which of the following is not a semantic element? a. <article> b. <table> c. <form> d. <span> 48) Select the CSS property that sets the width of an element’s bottom border? a. border-bottom b. border-bottom-width c. border-width-bottom d. border-width 49) Which converter is present in Notepad++? a. Both (A) and (C) b. ASCII to HEX c. HEX to ASCII d. ASCII to OCT 50) Which property will be used to display an image of at least 100px width? a. max-width b. min-height c. min-width d. max-height 51) ‘Multiple’ Property is used in a. Frame b. select (list) c. Label d. TextBox 52) Which of the following extension is used to save HTML file? a. .htmi b. .htnl c. .html d. .ht 53) Which of the following is not a framework? a. Cocoa JS b. JavaScript .NET c. jQuery d. JavaScript 54) Which of the following is true for pseudo class in CSS? a. Are Used to Select All the Visited Links b. Are Used to Define a Special State of An Element c. Select The Active Links d. Match A Specified Element 55) Which attribute id used in or to marge 2 or more cell vertically a. colspan b. rowspan c. rowmarge d. colmarge 56) binds the value of HTML controls to application data. a. ng-controller b. ng-init c. ng-model d. ng-app 57) is a. both (A) and (B) b. format tag c. empty tag d. None of the above 58) Name the syntax of declaring a CSS rule is: a. property-name=value b. property-name : value c. property-name= value d. property-name:value; 59) Which comparison operator is used to find equality of type as well as content between two variables? a. ==== b. === c. == d. None of the above 60) Intranet has the following characteristic(s): a. Cross-platform compatibility b. Improve corporate communication c. All of the above d. Accessible only to people within the organization 61) Which CSS property specifies how a video, or an image is resized to fit its content box ? a. None of These b. Position c. Object-Fit d. Object-position 62) Which of the following will show an image located in folder named ‘image’, which is in the parent folder of the current page? a. <img src=”pic.img”> b. <img src=”../pic.img”> c. <img src=”image/pic.img”> d. <img src=”../image/pic.img”> 63) In CSS, selectors are ___ used to select the element you want to style. a. Classes b. Properties c. Functions d. Patterns 64) The expression of calling (or executing) a function or method in JavaScript is called ________ a. Invocation expression b. Property Access Expression c. Primary expression d. Functional expression 65) Which of the following is considered as first web browser ? a. Netscape Navigator b. Mosaic c. Internet Explorer d. Nexus 66) The attributes of FRAMESET elements are: a. None of the above b. ROWS and COLS c. Both (a) and (b) above d. MARGINHEIGHT and MARGINWIDTH 67) Choose the correct HTML tag for the largest heading a. HEAD tag b. H1 tag c. H10 tag d. H6 tag 68) HTML is considered as ________ language. a. frame b. Body c. markup d. colspan 69) What this code will happen: text a. None of the above b. to make that specific paragraph text color as blue c. nothing happen d. Error 70) When information is sent across the Internet, the ______________ first breaks the information up into packets of data. a. Internet protocol b. User datagram protocol c. Session protocol d. Transmission control protocol 71) _______________ is a general term for a family of transmission technologies for delivery of voice communications over IP networks. a. VOIP b. PSTN c. SNMP d. STMP 72) Which tag is used to identify the author’s name of the web document? a. Meta tag b. Font tag c. Anchor tag d. Title tag 73) How do you select an element with id “demo”? a. .demo b. demo c. *demo d. #demo 74) Which protocol encrypts data between web server and browser? a. HTTPS b. HTML c. SMTP d. SIP 75) The protocol that allows a computer to use the Internet Protocol with standard voice-grade telephone line and a high-speed modem is a. SMTP b. SLIP c. SGML d. RTF 76) w3-container class adds a padding to any HTML element: a. 32px left and right b. 16px left only c. 16px left and right d. 32px right only 77) ___________ is used to enable the use of active documents a. All the above b. JAVA c. CGI d. HTML 78) Select the CSS property that sets the width of an element’s bottom border? a. border-width-bottom b. border-bottom c. border-bottom-width d. border-width 79) Which of the following is not a type of Screen frames in HTML ? a. frameset b. iframe c. no frame d. uframe 80) Multiple declarations of variables are separated by which symbol. a. Comma b. Colon c. Semicolon d. Asterisk 81) The 4 key stroke used to turn some thing into Black & White. a. Window+Control+Shift+B b. Alt+Control+Shift+B c. Alt+Control+Shift+S d. Tab+Control+Shift+B 82) Which tag creates a check box for a form in HTML? a. <input type="checkbox"> b. <checkbox></checkbox> c. <input checkbox> d. <input=checkbox> 83) What is the correct CSS syntax for making all the elements bold? a. <p style=”text-size:bold;”> b. p { font-weight:bold; } c. p { text-size:bold; } d. <p style=”font-size:bold;”> 84) Which of the following is not a block element? a. <p> b. <ul> c. <h1> d. <a> 85) What does http stands for ? a. HTML Text transfer Protocol b. High Transfer Tier Protocol c. Hypertext transfer Protocol d. HTML type Transfer Protocol 86) JavaScript can change? a. AIl of the above b. HTML Styles c. HTML Conternt d. HTML Attribute Values 87) Which CSS property sets a background image for an element? a. background or background-image both b. background-attachment c. background-color d. background 88) hyperlink to open in New Page in HTML a. <a href=”http://www.aiims.edu” target=”_Blank”>Click Here</a> b. <a href=”http://www.aiims.edu” target=”New”>Click Here</a> c. <a href=”http://www.aiims.edu” target=”#Blank”>Click Here</a> d. <a href=”http://www.aiims.edu” target=”Blank”>Click Here</a> 89) The text inside the tag works like a. None Of These b. <P> formatted text c. <PRE> formatted text d. <T> formatted text 90) Which one performs the same function as tag? a. <blockquote> b. <strong> c. <em> d. <br> 91) What should be the value of the width attribute, so that the width of the element adjusts itself to the current width of its parent element? a. 100em b. 100% c. 100rem d. 100vw 92) If an element becomes invisible but the rest of the web page layout is not affected, then what could be the property applied to that element? a. visibility: hidden; b. display: hidden; c. display: none; d. visibility: none; 93) What is the full form of TCP a. Transmission Control Point b. Transaction Control Protocol c. Transmission Control Protocol d. Transport Control Protocol 94) To determine whether one object is the prototype of (or is part of the prototype chain of) another object, one should use the ____________ a. equals() method b. isPrototypeOf() method c. === operator d. ==opertor 95) Which of the following statement is true for AngularJS? a. AngularJS is an open-source backend web framework b. AngularJS is a closed-source back-end web framework c. AngularJS is an open-source front-end web framework d. AngularJS is a closed-source front-end web framework 96) Physical addresses will change from a. Point-to-point b. hop to hop c. frame to frame d. sender to receiver 97) One of the special features of an interpreter in reference with the for loop is that ___________ a. Before each iteration, the interpreter evaluates the variable expression and assigns the name of the property b. The body of the loop is executed only once c. The iterations can be infinite when an interpreter is used d. the iteration is finite when an interpreter is used 98) VB Script is a subset of the Visual Basic for application ________________ for Internet Explorer. a. Markup language b. Scripting language c. Object oriented programming language d. Programming language 99) Which W3.CSS Class Properties are not included in w3-table-all Class a. w3-border b. w3-centered c. w3-table d. w3-striped 100) How do you select an element with id “demo”? a. .demo b. *demo c. demo d. #demo Your score is You cannot copy content of this page