HTML, CSS & JS Questions Welcome to your HTML, CSS and JS Questions Name Email Phone Number 1. Which of the following attributes of text box control allow to limit the maximum character? size len maxlength All of these None 2. Which of the following is a client-side JavaScript object? File Function FileUpload Time None 3. The attribute, which defines the relationship between the current document and HREF'ed URL is REL URL REV All of these None 4. Can the element be replaced with No, they represent different elements altogether Both are same First is correct only first is only correct None 5. When we write , what "img.png" inside double quote implies? element attribute value operator None 6. Suppose we want to arrange five nos. of DIVs so that DIV4 is placed above DIV1. Now, which CSS property will we use to control the order of stack? d-index s-index x-index z-index None 7. What java wrapper type is created when a JavaScript object is sent to Java? ScriptObject JavaObject Jobject JSObject None 8. The file is a server-side JavaScript object? True False None 9. What language defines the behavior of a web page? HTML CSS XML Java Script None 10. tag is designed to fit a single line of our web page but tag will accept a line of text full paragraph word request None 11. Which of the following is not a valid JavaScript variable name? 2java _java_and_ java _names javaandjava None of the above None 12. Which of the below is used in Javascript to insert special characters? & \ - % None 13. The latest HTML standard is XML SGML HTML 4.0 HTML 5.0 None 14. 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 15. Which attribute can be added to many HTML / XHTML elements to identify them as a member of a specific group? Id div class span None 16. Which of the ways below is incorrect of instantiating a date? new Date(dateString) new Date() new Date(seconds) new Date(year, month, day, hours, minutes, seconds, milliseconds) None 17. A much better approach to establish the base URL is to use BASE element HEAD element both (a) and (b) none of these 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. If we don't want to allow a floating div to the left side of an element, which CSS property will we use? margin clear floa padding None 20. Is it possible to declare a variable in Java Script along its type? Yes No None 21. 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 22. The attribute of tag Method Action Both (a)&(b) None of these None 23. Which CSS property is used to control the text size of an element? font-style text-size font-size text-style None 24. Any part of the graphic that is not included in another hot zone is considered to be part of rect point default polygon None 25. is format tag empty tag both (a) and (b) none of these None