All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information.
A. XML
B. SGML
C. ATTLIST
D. None of the mentioned
Select an option to see the answer and solution.
The ________ declaration specifies which characters and delimiters may appear in the application.
A. DTD
B. SGML
C. XML
D. None of the mentioned
Select an option to see the answer and solution.
The __________ defines the syntax of markup constructs and include additional definitions such as character entity references.
A. Attributes
B. SGML
C. Elements
D. DTD
Select an option to see the answer and solution.
A/An _________ is essentially a macro that allows a short name to be associated with replacement text.
A. Entity
B. Attribute
C. Comment
D. None of the mentioned
Select an option to see the answer and solution.
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.
A. DOCTYPE
B. ATTLIST
C. DTD
D. None of the mentioned
Select an option to see the answer and solution.
The __________ begins with a series of parameter entity definitions.
A. DTD
B. SGML
C. XML
D. None of the mentioned
Select an option to see the answer and solution.
The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters.
A. class
B. element
C. charset
D. none of the mentioned
Select an option to see the answer and solution.
A model group contains the names of the elements that a tag may enclose.
Select an option to see the answer and solution.
Which event is fired as the mouse is moving over an element when a drag is occurring?
A. dragover
B. dragenter
C. dragstart
D. dragleave
Select an option to see the answer and solution.
The _________ event is fired on the element where the drop occurred at the end of the drag operation.
A. drag
B. drop
C. dragstart
D. dragenter
Select an option to see the answer and solution.
Which of the following property is common in all drag events?
A. drag effects
B. drag data
C. dataTransfer
D. dragenter
Select an option to see the answer and solution.
_____________ in textboxes and selections on web pages is done automatically, so you do not need to handle dragging yourself.
A. Dragging HTML and XML
B. Dragging Text
C. Dragging Files
D. Dragging Links
Select an option to see the answer and solution.
Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location.
A. drop
B. drag
C. preventDefault
D. dataTransfer
Select an option to see the answer and solution.
Which of the following property is used to determine which drag operation was desired?
A. dragend
B. getData
C. dropEffect
D. captureData
Select an option to see the answer and solution.
______________ 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.
A. Dragging HTML and XML
B. Dragging Text
C. Dragging Files
D. Dragging Links
Select an option to see the answer and solution.
A listener for the dragenter and dragover events are used to indicate valid drop targets, that is, places where dragged items may be dropped.
Select an option to see the answer and solution.
_____________ and elements in a document may be dragged using the application/x-moz-node type.
A. Dragging HTML and XML
B. Dragging Text
C. Dragging Nodes
D. None of the mentioned
Select an option to see the answer and solution.
The tag which allows you to nest other HTML tags within the description
1. <CAPTION>
2. <TD>
3. <TR>
A. Option 1
B. Option 2
C. Option 3
D. None of the above
Select an option to see the answer and solution.
The first tag inside <TABLE> tag is
1. <HEAD>
2. <CAPTION>
3. <TH>
4. <TD>
A. Option 1
B. Option 2
C. Option 3
D. Option 4
Select an option to see the answer and solution.
Which tag will you add to specify a font for your whole page ?
1. <defaultfont>
2. <targetfont>
3. <basefont>
4. <font>
A. Option 1
B. Option 2
C. Option 3
D. Option 4
Select an option to see the answer and solution.