HTML MCQ Quiz Hub

HTML Mcq Question Set 11

Choose a topic to test your knowledge and improve your HTML skills

1. Which entity is not for both HTML and XML?




2. Which entity is not for punctuation character?




3. Which of the following is not character entity?




4. Which entity is for the arrow?




5. Which entity is not for shape?




6. Which of the following entity is for shape?




7. Which entity is for inverted question mark?




8. For trade mark sign which entity is used?




9. For latin letter u with acute which entity is used?




10. For upward double arrow which entity is used?




11. How many standard color names does HTML supports?




12. Which of the following is not set with font-style property?




13. What should be set with text-align property so that every line has equal width like in magazines and newspapers?




14. Which of the following is not used with text-decoration property?




15. Which works similar to <i> element?




16. Which works similar to <b> element?




17. Which element is used for short quote?




18. Which element is used for abbreviation or acronym?




19. What is the work of <address> element?




20. To show deleted text,which element is used?




21. Which element is used to show inserted element?




22. How <bdo> element works?




23. Which property is similar to C/C++ can be applied to comments?




24. Which element defines a title of the Work?




25. For smaller text which element is used?




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




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




28. The __________ defines the syntax of markup constructs and include additional definitions such as character entity references.




29. A/An _________ is essentially a macro that allows a short name to be associated with the replacement text.




30. 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.




31. The __________ begins with a series of parameter entity definitions.




32. The ______________ parameter identifies a character encoding,which is a method of converting a sequence of bytes into a sequence of characters.




33. Which event is fired as the mouse is moving over an element when a drag is occurring?




34. The _________ event is fired on the element where the drop occurred at the end of the drag operation.




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




36. ____________ in textboxes and selections on web pages is done automatically,so you do not need to handle dragging yourself.




37. Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location.




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




39. ______ 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.




40. _____ and elements in a document may be dragged using the application/x-moz-node type.




41. Which method is used to get users position?




42. What does showPosition() returns?




43. What does getCurrentPosition() returns?




44. Which of the following technique is not for the mobile browser to identify the location of a user?




45. Success callback function evoke only when ___




46. What timestamp property denotes?




47. Which of the following is not the property of the cords object?




48. Which parameter gives an accuracy of longitude and latitude?




49. Which of the following property does not has always a return?




50. Which property is like the GPS in car?