This homework is due on Monday, 28 November at 6:30 PM. |--------------------------------------------------------------------- | | INSTRUCTIONS | |--------------------------------------------------------------------- Rename this file, preceding the title with your last name followed by a dash. In my case, for example, this file, html_hw_2.txt, would be renamed to vanegas-html_hw_2.txt. Note: ONLY HOMEWORK SUBMITTED IN THIS FORMAT WILL BE ACCEPTED. Edit this file as a text-only file; do not use Word or a word processing program that will promote this document to a rich text file or other stylized file. Submit only this file as an ASCII text file for your homework. Attach this file to an email you'll send to rvanegas@hunter.cuny.edu by Monday, 28 November at 6:30 PM. ---------------------------------------------------------------------- 1. Which characters need HTML entities in order to avoid a character set conflict? List them below. ====================================================================== ANSWER ====================================================================== 2. How many headings are there in HTML? ====================================================================== ANSWER ====================================================================== 3. The HTML title tag should contain content identical or similar to which other HTML tag? ====================================================================== ANSWER ====================================================================== 4. Explain in detail the meaning of a block-level HTML tag? ====================================================================== ANSWER ====================================================================== 5. Explain in detail the meaning of an inline HTML tag? ====================================================================== ANSWER ====================================================================== 6. Consider the following HTML code fragment.

Gustav Mahler once said, If a composer could say what he had to say in words he would not bother trying to say it in .

What will your browser do with the tag? ====================================================================== ANSWER ====================================================================== 7. How many headers can a single HTML page have? ====================================================================== ANSWER ====================================================================== 8. What is a deprecated tag? Give an example of a list-based construct that is deprecated. ====================================================================== ANSWER ====================================================================== 9. Explain the difference between a content-based style and a physical-based style. Describe a case in which you'd choose a content-based style over a physical-based style. ====================================================================== ANSWER ====================================================================== 10. Consider the following HTML code fragment. TITLE HERE Explain the relationship between head and html, title and head, title and html, body and head, and all the meta tags to each other. ====================================================================== ANSWER ======================================================================