MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following XHTML doctype declaration contains all HTML elements and attributes, including presentational and deprecated elements (like font) but not framesets? |
| A. | !DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd” |
| B. | !DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd” |
| C. | !DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Frameset//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd” |
| D. | <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”> |
| Answer» C. !DOCTYPE html PUBLIC ‚Äö√Ñ√∂‚àö√ë‚àö‚à´-//W3C//DTD XHTML 1.0 Frameset//EN‚Äö√Ñ√∂‚àö√ë‚àöœÄ ‚Äö√Ñ√∂‚àö√ë‚àö‚à´http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd‚Äö√Ñ√∂‚àö√ë‚àöœÄ | |