Summarize the characteristics of HTML.
What will be an ideal response?
HTML has the following general characteristics:
? Uses a textual representation
? Describes pages that contain multimedia
? Follows a declarative rather than procedural paradigm
? Provides markup specifications instead of formatting
? Permits a hyperlink to be embedded in an arbitrary object
? Allows a document to include metadata
You might also like to view...
Which of the following is the most common web application security flaw?
A) Failure to validate output B) Failure to validate input C) Dynamic data validation D) Static data validation
Expressions taking the address of an array name are invalid because the pointer the compiler creates is ____________________ to the computer.
Fill in the blank(s) with the appropriate word(s).
Case-based Critical Thinking Questions Case 3-1 Judy wants to be able to validate the XML documents that she uses for recipes. These documents include numeric elements that specify ingredient amounts and cooking times, so you recommend that she use a schema instead of a DTD, and you teach her some of the key facts about schemas. You tell Judy that there are multiple vocabularies available for schema. Which of them is the most widely adopted?
A. XML Data B. XML Schema C. Regular Language for XML D. Schematron
Critical Thinking Questions
Case 7-2
?
Aimee is working on a webpage and would like to add images to it. She must determine the best way to include the images depending on their purpose.
?
If Aimee want to include an image as part of a line or paragraph, it should be placed as a(n)____.
a. tagb.figure elementd.inline object
What will be an ideal response?