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) w3.Table does not provide the following class for tables. a. w3-striped b. w3-bordered c. w3-stripe d. w3-border 2) Which of the following Attribute is used to include External JS code inside your HTML Document. a. src b. Link c. Script d. Rel 3) Web page editors works on a ____ principle. a. WYGWYSI b. HTML c. WWW d. WYSIWYG 4) Styles that are placed within style tag are called as: a. Html styles b. External styles c. Inline styles d. Embedded styles Server side scripting websites consists of two main parts, one is scripting languages and other is: a. Use interaction mode b. None of these c. Use interaction mode d. Server interaction mode 6) Which of the following is true for pseudo class in CSS? a. Are Used to Define a Special State of An Element b. Match A Specified Element c. Are Used to Select All the Visited Links d. Select The Active Links 7) W3.CSS does not provides the following border class: a. w3-border-top b. w3-border-right c. w3-border-bottom d. w3-border-gutter 8) What kind of list will tags create? a. Numbered list b. None of the above c. Bulleted list d. Any of the two 9) How can one change the font of an element? a. Font-family b. f: c. Font: d. Font:b 10) Identify the invalid HTML event. a. onmouseout b. load c. unload d. onmouseover 11) What does the color mode RGB stand for? a. RED GREEN BROWN b. RED GREEN BLACK c. RED GREEN BLUE d. BLUE RED GREEN 12) How will you make all paragraph elements ‘GREY in color? a. p.all {color: #990000;} b. all.p {color: #998877:) c. p {color: grey;} d. p.all{color: grey;} 13) What is the correct HTML for adding a background color? a. <background>yellow</background> b. <body bgcolor=”yellow”> c. <body color=”yellow”> d. <body background=”yellow”> 14) Markup tags tell the web browser a. None of these b. How to display message box on page c. How to organize the page d. How to display the page 15) Ctrl+ Shift + P is the shortcut key to open _____ in sublime text editor. a. Quick-open files by name b. Command Prompt c. Web Browser d. Toggle sidebar 16) _______ is used to change the left margin of an element. a. None of these b. Geocities c. Background-position d. margin-left 17) What is true about Conflicting Styles? a. Ultimate appearance of elements depends on a combination of styles defined in several ways b. Styles "cascade," or flow together c. D. Styles defined by the user agent take precedence over styles defined by the user d. Conflict occurs as styles can be defined by a user, an author or a user agent (e.g a web browser) 18) Which of the following attribute is used to display date/time content? a. year b. datetime c. date d. time 19) Which of the following is not a type of Screen frames in HTML ? a. uframe b. frameset c. no frame d. iframe 20) Which of the following attribute adds audio controls, like play, pause, and volume? a. controls b. audio c. source d. src 21) There are_____color names recognized by all version of HTML. a. 256 b. 16 c. 6 d. 8 22) A web publishing tool developed by Microsoft is a. Front Page b. Hot Meta c. Navigator d. Pagemill 23) This is an Internet forum to discuss wide range of topics like current news, articles and current affairs, etc. a. Chatting b. Newsgroups c. E-Learning d. E-Discussion 24) Identify the incorrect media type defined in CSS 2. a. Braille b. Arial c. Handheld d. Print 25) Which property is used to display the text in italics? a. font-weight b. text-style c. font-style d. font-family 26) Which of the following attributes specifies the name of the image file? a. SRC b. Font c. Color d. Size 27) How many columns are supported in the responsive grid? a. 10 b. 11 c. 13 d. 12 28) ______ is text with hyperlinks a. Upper Text b. Toggle Text c. Hypertext d. Lower Text 29) ______ tag inserts a line horizontally on your webpage. a. < hr> b. < h2> c. < br> d. None of these 30) The ___________ identifies a host on a network and is assigned by the local network administrator. a. Source address b. IP address classes c. Network number d. Host number 31) Which tcp port is used by a web server, in general? a. 80 b. 25 c. 21 d. 23 32) Which type of physical cable has fastest transmission speed? a. Micro-Wave b. Co-axial Cable c. Twisted-wire Pairs d. Fiber Optic Cable 33) 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 34) __________ is a search tool that sends user requests to several other search engines and/or databases and aggregates the results into a single list a. CGL b. SGML c. Meta search engine d. Hyper search engine 35) If we do not want to allow a floating div to the left side of an element, which css property will you use? a. Margin b. Padding c. Clear d. Float 36) The memory allocation scheme subject to “external” fragmentation is a. swapping b. multiple fixed contiguous partitions c. pure demand paging d. segmentation 37) Which one of these formats is not an image format? a. WPG b. PCX c. EPS d. DPI 38) The default text alignment of tag is a. Center b. Left c. Justify d. Right 39) Which W3.CSS class is used to display a border around a table a. w3-table-border b. w3-border c. w3-bordered d. w3-border-table 40) Which of the tag is used to creates a number list? a. None of these b. <LI> and <OL> c. <OL> d. <LI> 41) Google service is an example of a. a DNS server b. a database server c. a search engine d. a portal 42) How will you make all paragraph elements ‘RED’ in color ? a. p { color:rgb(255,0,0); } b. all of the above c. p { color: rgba(255,0,0,1); } d. p { color: red; } 43) The CSS property used to make text bold is? a. font-weight : bold b. font: bold c. style: bold d. weight: bold 44) Which property will be used to display an image of at least 100px width? a. max-width b. min-width c. min-height d. max-height 45) The object has three object attributes namely ________ a. Class, parameters, object’s extensible flag b. Native object, Classes and Interfaces and Object’s extensible flag c. Prototype, class, object’s extensible flag d. Prototype, class, objects’ parameters 46) If the image cannot be displayed then ___ attribute specifies an alternate text for an image. a. caption b. alt c. value d. text 47) Which property will be used to display an image of at least 100px width? a. max-width b. min-width c. max-height d. min-height 48) How can we write comment along with CSS code? a. / a comment / b. / / a comment / / c. < ' a comment d. /*a comment* / 49) The first tag inside the tag is _______? a. <TD> b. <CAPTION> c. <TH> d. <HEAD> 50) Color enhancement refers to a. Enhance only background of image b. Enhance only foreground of image c. None of the above d. Any type of process or treatment that modifies or enhances the color of a natural diamond 51) To use w3.css in your program__________add stylesheet in the web page. a. hrefs="http"//www.w3school.com/ …lib/w3.css" b. href="https://www.w3schools.com/ …lib/w3.css" c. href="http://www.w3schools.com/lib/w3.css" d. href="https://www.w3school.com/lib/.css 52) Which of these is not a logical operator? a. || b. ! c. & d. && 53) If the background image is of larger or smaller size than the container width, then which line of code will resize it to make fully visible? a. background-repeat: no-repeat; b. background-size: contain; c. background-size: cover; d. none of the above 54) You should consider the following point seriously while designing a Web page a. Identifying banners, logos, the desktop or client computer or similar devices b. All of the above c. Text of all types d. Navigational elements, such as Nav bar, buttons or any text links to other pages 55) On Internet, which version of the Internet Protocol is the most widely used a. IPv4 b. IPv2 c. IPv6 d. Ipv1 56) Which tool is used to trace a freehand selection like a drawing with a pencil? a. Free hand b. Lasso tool c. Edit brush d. Drawing tool 57) HTML metadata is present in which of the following tags? a. <p> b. <title> c. <body> d. <Head> 58) 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. Peer to peer c. Host d. Server 59) By using CSS style or code, how can one remove the underline from all hyperlinks? a. a {text-decoration:none;} b. a {text-decoration: no-underline;} c. a (text-style: no-underline;} d. a {text: no-underline;} 60) Internet’s initial development was supported by: a. Communication b. Presentation of Information c. Information Retrieval d. All of the above 61) Which of the following is used to open document in new window / Tab ? a. <a target=”_top”>Link</a> b. <a target=”_self”>Link</a> c. <a target=”_parent”>Link</a> d. <a target=”_blank”>Link</a> 62) From the below mentioned CSS properties, which of the following is used to make the text bold? a. Font-weight: bold b. Font-style: bold c. Text-align: bold d. Text-decoration: bold 63) Which web publishing tool developed by Microsoft. a. Navigator b. Front Page c. Pagemill d. Hot metal 64) Which tag is used to render and represents an independent piece of content of a document? a. Newspaper b. Record c. Article d. Blog 65) Which topology is used by FDDI a. Dual Ring Topology b. Mesh Topology c. Bus Topology d. Ring Topology 66) Which is true about tag? a. Its inline frame b. Both (A) and (B) are true c. None d. Embed another document within a current HTML document 67) The amount of information that can be transmitted through a communications channel in a given time is called a. Host b. Workstation c. Bridge d. Bandwidth 68) Which of the following can be used as a prefix for Directive? a. ng- b. All of the mentioned c. data- d. None of the mentioned 69) What is true about CSS? a. apply styles for the web page b. provide meaning to the sections of the web page c. define structure of the web page d. none of the above 70) The special formatting codes in HTML document used to present content are ____ a. None of above b. attributes c. values d. tags 71) The w3-panel class adds a ______ top and bottom margin and a ____ left and right padding to any HTML element. a. 16PX 16PX b. 4PX 16PX c. 4PX 4PX d. 16PX 4PX 72) On the Internet which version of Internet Protocol is most widely used a. Pv3 b. Pv4 c. Pv1 d. Pv6 73) In which OSI layers does the FDDI protocol operate? a. Data link b. Network c. Both a and b d. Physical 74) In HTML document the tags a. Should be written in upper case b. should be written in proper case c. can be written in both uppercase or lowercase d. should be written in lower case 75) Which of the following property is used to control the scrolling of an image in the background? a. background-position b. background c. background-repeat d. background-attachment 76) Which of the following HTML tag is the special formatting tag? a. <p> b. <b> c. <pre> d. None of the above 77) Which element does not support autofocus attribute? a. <select> b. <base> c. <textarea> d. <input> 78) Which is the correct format to apply attribute in any tag a. <tagName >…</ attributeName="value" tagName> b. </tagName attributeName="value">…</tagName> c. <tagName attributeName="value">…</tagName> d. <attributeName="value" tagName>…</tagName> 79) 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. display: hidden; b. display: none; c. visibility: none; d. visibility: hidden; 80) Which attribute is/are used to set the dimensions of the image? a. length and breadth b. size c. dimension d. width and Height 81) HTML stands for? a. Hyper Tabular Markup Language b. Hyper Text Markup Language c. High Text Markup Language d. None of these 82) What is file extension in photoshop are: a. bmp b. jpeg c. avi d. psd 83) Secure Socket Layer (SSL), a protocol developed by a. APPLE b. Netscape c. HP d. IETF 84) What is the correct syntax for referring to an external script called “abc.js”? a. <script src=" abc.js"> b. <script name="abc.js"> c. <script scr="abc.js"> d. <script href=" abc.js"> 85) What is not true about External Style sheet? a. It separates content from the presentation but both are still contained in a single file b. It is a separate document that contains CSS rules c. It separates the content and style into separate files d. It allows a web designer and a content author to work in parallel 86) A firewall may be implemented in : a. Routers which connect intranet to interne b. Expensive modem c. User’s application programs d. Bridges used in an intranet 87) What is true about the Box model of CSS ? a. Content of each elemernt is surrounded by a border only b. Content of each element is surrounded by padding only c. Content of each element is surrounded by a margin only d. It defines a virtual box drawn around elements 88) Encrypted data of sniffing can be read by tool/ software whose name is ________. a. Hardware b. Wireshark c. Final d. Comments 89) Connection oriented services at network layer in OSI model is called a. None of the options b. Packet switching c. Virtual circuit d. Datagram subnet 90) Which of the following is not a type of attribute for input tag? a. day b. time c. week d. month 91) The rules with regards to conduct for Internet users is known as a. Mosaic b. Protocol c. Internet Protocol d. Netiquette 92) Check boxes are used _____ a. To create lists b. To enable option c. To enable or disable option d. To disable option 93) Find the only statement in the following that is correct: a. JavaScript cannot be embedded in HTML b. JavaScript interpreter processes programs written in Java c. Java and JavaScript are almost similar d. JavaScript interpreter processes the commands in a Script written in JavaScript 94) If we want to use a dotted border around an image, which css property will we use? a. border-color b. border-decoration c. border-style d. border-line 95) Host differs from desktop computers in that it can handle: a. Multiple connections b. Single connections c. All of the above d. No connections 96) The common element which describe the web page, is? a. All of these b. Heading c. Paragraph d. List 97) How do you add a background color for all elements? a. all.h1 { background-color:#FFFFFF; } b. none of the above c. h1.all { background-color:#FFFFFF; } d. h1 { background-color:#FFFFFF; } 98) The __________ attribute adds space within each cell. a. Width b. Align c. Cell Spacing d. Cell Padding 99) An applet is a a. compiler b. tag in HTML program c. program that can be embedded in another application d. picture displayed on the web page 100) Inside HTML _______ tag we put the JavaScript code. a. < head> b. A and B both c. Both < head>&< body> d. < script> Your score is You cannot copy content of this page