A/An _________ is essentially a macro that allows a short name to be associated with the replacement text.
1.Entity
2.Attribute
3.Comment
4.Element
All attribute declarations begin with the keyword ____________ followed by the element name,attribute name,attribute type,and default data information.
1.XML
2.SGML
3.ATTLIST
4.HTML
Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location.
1.drop
2.drag
3.preventDefault
4.dataTransfer
For latin letter u with acute which entity is used?
1.û
2.ù
3.û
4.ú
For smaller text which element is used?
1.<tiny>
2.<min>
3.<small>
4.<em>
For trade mark sign which entity is used?
1.­
2.&trade
3.§
4.&real
For upward double arrow which entity is used?
1.&uArr
2.&uarr
3.&rarr
4.&darr
How <bdo> element works?
1.override text direction
2.stops writing in the current text direction
3.only override direction of rtl text
4.only changes the direction of ltr text
How many standard color names does HTML supports?
1.120
2.130
3.140
4.90
Success callback function evoke only when ___
1.user accepts to share location information
2.always evoke
3.gps is accessible
4.only by mobile browser
The ________ declaration specifies which characters and delimiters may appear in the application.
1.DTD
2.SGML
3.XML
4.HTML
The _________ event is fired on the element where the drop occurred at the end of the drag operation.
1.drag
2.drop
3.dragstart
4.dragenter
The __________ begins with a series of parameter entity definitions.
1.DTD
2.SGML
3.XML
4.HTML
The __________ defines the syntax of markup constructs and include additional definitions such as character entity references.
1.Attributes
2.SGML
3.Elements
4.DTD
The ___________ keyword begins the declaration of attributes that an element may take. It is followed by the name of the element in question,a list of attribute definitions,and a closing.
1.DOCTYPE
2.ATTLIST
3.DTD
4.SGML
The ______________ parameter identifies a character encoding,which is a method of converting a sequence of bytes into a sequence of characters.
1.class
2.element
3.charset
4.attribute
To show deleted text,which element is used?
1.<ins>
2.<del>
3.<em>
4.<strong>
What does getCurrentPosition() returns?
1.Latitude
2.longitude
3.direction
4.coordinates
What does showPosition() returns?
1.only latitude
2.only longitude
3.both latitude and longitude
4.direction
What is the work of <address> element?
1.contains contact details for author
2.contains IP address
3.contains home address
4.contains url
What should be set with text-align property so that every line has equal width like in magazines and newspapers?
1.text-align: justify
2.text-align: none
3.text-align: bottom
4.text-align: top
What timestamp property denotes?
1.time at which WIFI is used
2.the time at which data of the location is retrieved
3.the time at which callback function is evoked
4.current time
Which element defines a title of the Work?
1.<abbr>
2.<cite>
3.<address>
4.<blockquote>
Which element is used for abbreviation or acronym?
1.<em>
2.<q>
3.<abbr>
4.<blockquote>
Which element is used for short quote?
1.<q>
2.<blockquote>
3.<em>
4.<abbr>
Which element is used to show inserted element?
1.<ins>
2.<del>
3.<strong>
4.<em>
Which entity is for inverted question mark?
1.¿
2.&oline
3.&permil
4.&prime
Which entity is for the arrow?
1.&crarr
2.&zeta
3.&upsih
4.&oelig
Which entity is not for both HTML and XML?
1.apos
2.It?
3.cent
4.quot
Which entity is not for punctuation character?
1."
2.¶
3.¬
4.´
Which entity is not for shape?
1.&harr
2.&clubs
3.&hearts
4.&spades
Which event is fired as the mouse is moving over an element when a drag is occurring?
1.dragover
2.dragenter
3.dragstart
4.dragleave
Which method is used to get users position?
1.getCurrentPosition()
2.getDirectPosition()
3.post()
4.getDirection
Which of the following entity is for shape?
1.&uarr
2.&loz
3.&rarr
4.&larr
Which of the following is not character entity?
1.æ
2.å
3.&image
4.ê
Which of the following is not set with font-style property?
1.font-style: normal
2.font-style: italic
3.font-style: oblique
4.font-style: capitalize
Which of the following is not the property of the cords object?
1.Accuracy
2.Altitude
3.AltitudeAccuracy
4.enableHighAccuracy
Which of the following is not used with text-decoration property?
1.overline
2.underline
3.line-through
4.inline
Which of the following property does not has always a return?
1.coords.longitude
2.coords.latitude
3.coords.accuracy
4.coords.altitude
Which of the following property is common in all drag events?
1.drag effects
2.drag data
3.dataTransfer
4.dragenter
Which of the following property is used to determine which drag operation was desired?
1.dragend
2.getData
3.dropEffect
4.captureData
Which of the following technique is not for the mobile browser to identify the location of a user?
1.GPS
2.IP based position
3.WIFI based position
4.A-GPS
Which parameter gives an accuracy of longitude and latitude?
1.Accuracy
2.AltitudeAccuracy
3.enableHighAccuracy
4.Extra accuracy
Which property is like the GPS in car?
1.watchPosition()
2.clearWatch()
3.getCurrentPosition()
4.showPosition()
Which property is similar to C/C++ can be applied to comments?
1.for loop
2.while loop
3.ifelse
4.switch case
Which works similar to <b> element?
1.<strong>
2.<em>
3.<i>
4.<blockquote>
Which works similar to <i> element?
1.<strong>
2.<em>
3.<b>
4.<blockquote>
_____ and elements in a document may be dragged using the application/x-moz-node type.
1.Dragging HTML and XML
2.Dragging Text
3.Dragging Nodes
4.Dragging Links
______ should include data of two types; the first should be the URL using the type text/uri-list,and the second is the URL using the text/plain type.
1.Dragging HTML and XML
2.Dragging Text
3.Dragging Files
4.Dragging Links
____________ in textboxes and selections on web pages is done automatically,so you do not need to handle dragging yourself.
1.Dragging HTML and XML
2.Dragging Text
3.Dragging Files
4.Dragging Links