HTML, CSS & JS Questions Welcome to your HTML, CSS and JS Questions Name Email Phone Number 1. If we want to show an Arrow as a cursor, then which value we will use? pointer default arrow arr None 2. Can we define the text direction via CSS property? Yes, we can No, we can't None 3. What is the alternate name for Java script? LimeScript Both a and d ECMScript ECMAScript None 4. If we want to define style for an unique element, then which css selector will we use ? Id text class Name None 5. A much better approach to establish the base URL is to use BASE element HEAD element both (a) and (b) none of these None 6. The attribute, which defines the relationship between the current document and HREF'ed URL is REL URL REV All of these None 7. 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 8. Is it possible to declare a variable in Java Script along its type? Yes No None 9. The body tag usually used after Title tag HEAD tag EM tag FORM tag None 10. Any part of the graphic that is not included in another hot zone is considered to be part of rect point default polygon None 11. Java Script entities start with ____________ and end with ______________ Semicolon, colon Semicolon, Ampersand Ampersand, colon Ampersand, semicolon None 12. 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 13. Can the element be replaced with No, they represent different elements altogether Both are same First is correct only first is only correct None 14. The default value of "position" attribute is _________. fixed absolute inherit relative None 15. Which CSS property you will use if you want to add some margin between a DIV's border and its inner text? spacing margin padding inner-margin None 16. 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 17. What are Empty elements and is it valid? No, there is no such terms as Empty Element Empty elements are element with no data No, it is not valid to use Empty Element None of these None 18. www is based on which model? Local-server Client-server 3-tier None of these None 19. If we want to use a nice looking green dotted border around an image, which css property will we use? border-color border-decoration border-style border-line None 20. Which CSS property is used to control the text size of an element? font-style text-size font-size text-style None 21. ___________ JavaScript is also called client-side JavaScript. Microsoft Navigator LiveWire Native None 22. 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 23. What java wrapper type is created when a JavaScript object is sent to Java? ScriptObject JavaObject Jobject JSObject None 24. The file is a server-side JavaScript object? True False None 25. Character encoding is method used to represent numbers in a character method used to represent character in a number a system that consists of a code which pairs each character with a pattern,sequence of natural numbers or electrical pulse in order to transmit the data none of these None