HTML, CSS & JS Questions Welcome to your HTML, CSS and JS Questions Name Email Phone Number 1. The attribute of tag Method Action Both (a)&(b) None of these None 2. The map definition file is generally stored in CGI-BIN RECYCLE-BIN BIN All of these None 3. Which of the below is used in Javascript to insert special characters? & \ - % None 4. What is the alternate name for Java script? LimeScript Both a and d ECMScript ECMAScript None 5. 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 6. If we want to show an Arrow as a cursor, then which value we will use? pointer default arrow arr None 7. 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 8. 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 9. If we want to wrap a block of text around an image, which CSS property will we use? wrap push float align None 10. How will you make all paragraph elements 'RED' in color? p.all {color: red;} p.all {color: #990000;} all.p {color: #998877;} p {color: red;} None 11. When we write , what "img.png" inside double quote implies? element attribute value operator None 12. Which attribute needs to be changed to make elements invisible? visibility visible invisibility invisible None 13. 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 14. Java Script entities start with ____________ and end with ______________ Semicolon, colon Semicolon, Ampersand Ampersand, colon Ampersand, semicolon None 15. If we want to define style for an unique element, then which css selector will we use ? Id text class Name None 16. 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 17. What language defines the behavior of a web page? HTML CSS XML Java Script None 18. ___________ JavaScript is also called client-side JavaScript. Microsoft Navigator LiveWire Native None 19. Which CSS property is used to control the text size of an element? font-style text-size font-size text-style None 20. HTML is a subset of SGMT SGML SGMD None of these 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. 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 23. Can we define the text direction via CSS property? Yes, we can No, we can't None 24. Which of the following is a server-side JavaScript object? Function File FileUpload Date None 25. www is based on which model? Local-server Client-server 3-tier None of these None