Vidyalelo
HTML · all questions

HTML Fonts, Tags And Elements
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

86

Questions

1/5

Page

Pick an option on a question to see the right answer and solution.

All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information.

Select an option to see the answer and solution.

The ________ declaration specifies which characters and delimiters may appear in the application.

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.

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.

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.

Select an option to see the answer and solution.

The __________ begins with a series of parameter entity definitions.

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.

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?

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.

Select an option to see the answer and solution.

Which of the following property is common in all drag events?

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.

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.

Select an option to see the answer and solution.

Which of the following property is used to determine which drag operation was desired?

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.

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.

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>

Select an option to see the answer and solution.

The first tag inside <TABLE> tag is
1. <HEAD>
2. <CAPTION>
3. <TH>
4. <TD>

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>

Select an option to see the answer and solution.