HTML, CSS & JS Questions Welcome to your HTML, CSS and JS Questions Name Email Phone Number 1. When we write , what "img.png" inside double quote implies? element attribute value operator None 2. www is based on which model? Local-server Client-server 3-tier None of these None 3. Javascript is an object-oriented language? False True None 4. Is it possible to declare a variable in Java Script along its type? Yes No 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. 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 7. Which of the following is a server-side JavaScript object? Function File FileUpload Date None 8. ___________ JavaScript is also called client-side JavaScript. Microsoft Navigator LiveWire Native None 9. The default value of "position" attribute is _________. fixed absolute inherit relative None 10. Java script can be used for Storing the form's contents to a database file on the server False True None 11. Which of the following properties will we use to display a border around a cell without any content? empty-cell blank-cell noncontent-cell void-cell None 12. 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 13. 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 14. 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 15. Which CSS property is used to control the text size of an element? font-style text-size font-size text-style None 16. C-style block-level scoping is not supported in Javascript False True None 17. Any part of the graphic that is not included in another hot zone is considered to be part of rect point default polygon None 18. The file is a server-side JavaScript object? True False None 19. 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 20. Which of the below is used in Javascript to insert special characters? & \ - % None 21. How does Java Script store dates in objects of Date type? The number of days since January 1st, 1900 The number of seconds since January 1st, 1970 The number of milliseconds since January 1st, 1970 The number of picoseconds since January 1st, 1970 None 22. 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 23. Which of the following is a client-side JavaScript object? File Function FileUpload Time None 24. 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 25. The attribute, which defines the relationship between the current document and HREF'ed URL is REL URL REV All of these None