Quiz #15
HTML 20 Quiz
Due: November 16
Open Notes
Instructions: Matching
On a sheet of notepaper, write your name at the top. Down the left, write the numbers 1 through 10. For each, write letter for the word or phrase that goes in the blank.
- __________ is the HTML standard that is most widely supported by browsers.
- The __________ is the standards organization that defines what "standard HTML" is.
- If you don't tell the browser which version of HTML you are using, many browsers will use __________ mode, which may cause inconsistent page display in various browsers.
- The __________ is used to tell the browser which version of HTML your Web page is written in.
- The __________ DOCTYPE is used if you are writing fully compliant HTML 4.01.
- Use the __________ DOCTYPE if you are transitioning HTML that still includes display-oriented elements and attributes.
- The __________ tag in the <head> element tells the browser additional information about a Web page, such as the content type and character encoding.
- Most Western-European languages used on computers today (including English) can be represented with the __________ character encoding.
- Use the __________ to ensure that your HTML is well formed and that your elements and attributes meet the standards.
- By adhering to Web __________, your pages will display more quickly and with fewer display differences between browsers.
|
- transitional
- HTML 4.01
- W3C validator
- DOCTYPE
- <meta>
- standards
- strict
- ISO-8859-1
- World Wide Web Consortium
- quirks
|
Source: "Head First HTML: with CSS & XHTML" by Elisabeth Freeman and Eric Freeman