CuriousTab
Search
CuriousTab
Home
Aptitude
Computer
C Programming
C# Programming
C++ Programming
Database
Java Programming
Networking
Engineering
Biochemical Engineering
Biochemistry
Biotechnology
Chemical Engineering
Civil Engineering
Computer Science
Digital Electronics
Electrical Engineering
Electronics
Electronics and Communication Engineering
Mechanical Engineering
Microbiology
Technical Drawing
GK
Current Affairs
General Knowledge
Reasoning
Data Interpretation
Logical Reasoning
Non Verbal Reasoning
Verbal Ability
Verbal Reasoning
Exams
AIEEE
Bank Exams
CAT
GATE
IIT JEE
TOEFL
Jobs
Analyst
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Interview
‣
Technology
Comments
Question
What are meta tags used for?
Options
A. To store information usually relevant to browsers and search engines
B. To only store information usually relevant to browsers
C. To only store information about search engines
D. To store information about external links
Correct Answer
To store information usually relevant to browsers and search engines
Technology problems
Search Results
1. Which method is used to draw an image on the canvas?
Show Answer
Scratch Pad
Discuss
Correct Answer: drawImage(image,x,y) method is used to draw an image on the canvas
2. HTML 5 provides drag and drop facility. How do you make an image draggable?
Show Answer
Scratch Pad
Discuss
Correct Answer: To make an image draggable, the draggable attribute is set to true:
3. Can HTML 5 get the geographical position of a user?
Show Answer
Scratch Pad
Discuss
Correct Answer: - Yes, HTML 5 can get the location of a user with the use of Geolocation API - Use getCurrentPosition() method to get the user?s current position
4. What are the new attributes provided in HTML5 for "form" tag ?
Show Answer
Scratch Pad
Discuss
Correct Answer: The new attributes provided in HTML5 for
are: a) autocomplete ? It specifies if a form or input field should have autocomplete as on or off ? If autocomplete is on, the browser is able to fill the values based on the values filled by the user earlier ? autocomplete works for following input types: text, search, url, tel, email, password, datepickers, range, and color b) novalidate - This is a boolean attribute - When present, it signifies that the form-data should not be validated when submitted
5. Which JavaScript objects are not accessible to web worker?
Show Answer
Scratch Pad
Discuss
Correct Answer: Following JavaScript objects are not accessible to web worker: - The window object - The document object - The parent object
6. What is the difference between XML and HTML?
Options
A. HTML is used for exchanging data, XML is not
B. XML is used for exchanging data, HTML is not
C. HTML can have user defined tags, XML cannot
D. XML can have user defined tags, HTML cannot
Show Answer
Scratch Pad
Discuss
Correct Answer: XML is used for exchanging data, HTML is not
7. What does an HTML tag do?
Options
A. It specifies formatting and layout instructions for your web page
B. It hides programming instructions from view
C. It determines the organizational structure of your Web site
D. It connects your web site to an operating environment
Show Answer
Scratch Pad
Discuss
Correct Answer: It specifies formatting and layout instructions for your web page
8. DOM stands for
Options
A. Document object model
B. Data object model
C. Document Oriented model
D. Data oriented model
Show Answer
Scratch Pad
Discuss
Correct Answer: Document object model
9. What is the advantage of using frames?
Show Answer
Scratch Pad
Discuss
Correct Answer: - Frames make it easier to navigate through a site - The links that appear in the frame can appear through out the site
10. What is a better way to design the layout of a web page ? a table tag or div?
Show Answer
Scratch Pad
Discuss
Correct Answer: - The better way to design the layout of the webpage is by using the
tag - The
tag is used to present the data in tabular format
Comments
There are no comments.
Enter a new Comment
Save
More in Interview:
Accounting and Finance
Administrative Assistant
Advertising and Media
Call Center
Common Interview
Competency Interview
Customer Service
Design and Fashion
Finance
Hospitality
Human Resources
Law
Leadership and Management
Manufacturing
Marketing and Sales
Medical and Health Care
Medical Assistant
Retail
Technology