<< HomeXML Fill in the Blanks1. With XML, you can create your own __elements__, also called tags. 2. The beginning or first element in XML is called the __root (document)__ element. 3. Jon Bosak is known as the __father__ of XML. 4. HTML is an application of __SGML _. 5. The XML linking language is called __XLink__. 6. The CSS property __font-weight__ allows you to control text boldness. 7. A child element has a direct relationship to a __parent__ element. 8. A __[prefix with]__ colon in an element or attribute name must be associated with a namespace identifier. 9. An __attribute__ modifies an element by associating information with it. 10. Element names are __case__ sensitive. 11. External DTDs can reference both SYSTEM and __PUBLIC__ identifiers. 12. A valid XML document has a __DTD__ associated with it. 13. An XML document can have both an __internal__ and external subset. 14. declares one or more __attributes__. 15. A content __model__ defines what elements may be contained within another element. 16. Element names must begin with a letter or an __underscore__. 17.An __empty__ element contains no content. 18. A __?__ repetition operator mean zero or one instance of the element. 19. Content models are defined with either a __sequence__ list or a choice list. 20. In the functional notation rgb( ), you can use numbers or __percentages__ 21. Attribute names must begin with a __letter__ or underscore. 22. The keyword for an optional attribute is __#IMPLIED__ . 23. The __ID__ attribute type defines an attribute value as a unique identifier. 24. The __xml:lang__ attribute is a built-in XML attribute for specifying languages. 25. A __NOTATION__ declaration is needed for this type of enumerated attribute.. |