This free survey is powered by
0%
Questions marked with a * are required Exit Survey
 
 
* Can you make/write html and CSS from a Photoshop (psd) document ?
 
Yes
 
No
 
 
 
* What is the difference between HTTP/HTTPS ?
 
Both are the same
 
Safer to transact over https
 
Safer to transact over http
 
 
 
Whatis the difference between local storage and session storage? 
 
Both are the same
 
Data in local storage is lost when the tab or browser is closed
 
Data in session storage is lost when the tab or browser is closed
 
 
 
* How can you call a service that lies on another domain through javascript? 
 
Using Call-in
 
Using AJAX
 
Using JSONP ,also called JSON with padding
 
 
 
 How can you animate using css3
 
Cannot Animate using CSS3
 
Using cascading animation tools
 
Transition and/or Keyframe animations
 
 
 
How can you access a HTML element in javascript which has the id 'myelement' ?
 
document.getElementById('myelement'))
 
getElementById.('myelement')).document
 
('myelement')).document.getElementById
 
 
 
What is the default value of position for an element?
 
Dynamic
 
Static
 
Random
 
 
 
Can you apply height to an inline element ? 
 
Yes
 
No
 
 
 
* How can you open a link in a new tab ?
 
By adding the attribute 'target="_blank"'
 
By adding the attribute 'target_blank"'
 
By adding the attribute 'targeblank'
 
 
 
*  Is the anchor tag a block or inline element ?
 
Block
 
Inline