HTML, CSS & JS Questions Welcome to your HTML, CSS and JS Questions Name Email Phone Number 1. Javascript is an object-oriented language? False True None 2. Markup tags tell the web browser How to organise the page How to display the page How to display a message box on page None of these None 3. Which of the following is a client-side JavaScript object? File Function FileUpload Time None 4. Any part of the graphic that is not included in another hot zone is considered to be part of rect point default polygon None 5. Which is the correct way to write a JavaScript array? var txt = new Array(1:"arr",2:"kim",3:"jim") var txt = new Array:1=(" arr ")2=("kim")3=("jim") var txt = new Array("arr ","kim","jim") var txt = new Array=" arr ","kim","jim" None 6. Is it possible to declare font-weight, font-face & font-size by using ONLY ONE CSS properly? Yes, it's possible No, not possible None 7. What should be the table width, so that the width of a table adjusts to the current width of the browser window? 640 pixels 100% full-screen 1024 px None 8. By default, Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code? a {text: no-underline;} a {text-decoration:none;} a {text-style: no-underline;} a {text-decoration: no-underline;} None 9. The web standard allows programmers on many different computer platforms to dispersed format and display the information server. These programs are called Web Browsers HTML Internet Explorer None of these None 10. Which of the following is the tainted property of a window object in JavaScript? Pathname Protocol Defaultstatus Host None 11. What java wrapper type is created when a JavaScript object is sent to Java? ScriptObject JavaObject Jobject JSObject None 12. What is the alternate name for Java script? LimeScript Both a and d ECMScript ECMAScript None 13. The map definition file is generally stored in CGI-BIN RECYCLE-BIN BIN All of these None 14. What language defines the behavior of a web page? HTML CSS XML Java Script None 15. The latest HTML standard is XML SGML HTML 4.0 HTML 5.0 None 16. If we want to show an Arrow as a cursor, then which value we will use? pointer default arrow arr None 17. Which of the following is used to capture all click events in a window? window.captureEvents(Event.CLICK); window.routeEvents(Event.CLICK ); window.handleEvents (Event.CLICK); window.raiseEvents(Event.CLICK ); None 18. Which of the following method is used to evaluate a string of JavaScript code in the context of the specified object? Eval ParseDoule ParseObject Efloat None 19. is format tag empty tag both (a) and (b) none of these None 20. Which of the following is a server-side JavaScript object? Function File FileUpload Date None 21. The attribute, which defines the relationship between the current document and HREF'ed URL is REL URL REV All of these None 22. The symbol used at the beginning of the HREF text is # $ & ^ None 23. HTML is a subset of SGMT SGML SGMD None of these None 24. Can we align a Block element by setting the left and right margins Yes, we can Not Possible None 25. If we want to wrap a block of text around an image, which CSS property will we use? wrap push float align None