CSE :: HTML- CS
- All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information.
- The ________ declaration specifies which characters and delimiters may appear in the application.
- The __________ defines the syntax of markup constructs and include additional definitions such as character entity references.
- A/An _________ is essentially a macro that allows a short name to be associated with replacement text.
- 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.
- The __________ begins with a series of parameter entity definitions.
- The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters.
- Which event is fired as the mouse is moving over an element when a drag is occurring?
- The _________ event is fired on the element where the drop occurred at the end of the drag operation.