Term
HTML ____ is the HTML standard that is most widley supported by browsers. |
|
Definition
|
|
Term
The _____ ____ ___ __________ (W3C) is the standards organization that defines what "standard HTML" is. |
|
Definition
World Wide Web Consortium |
|
|
Term
Many browsers have two modes for displaying HTML: ______ made for old HTML and _________ made for HTML 4.01. |
|
Definition
|
|
Term
If you don't tell the browser which version of HTML you are using, many browsers will use ______ made, which may cause inconsistent page display in various browsers. |
|
Definition
|
|
Term
The ________ ____ __________ (DOCTYPE) is used to tell the browser which version of HTML your Web page is written in. |
|
Definition
|
|
Term
The strict _______ is used if you are writing fully compliant HTML 4.01. |
|
Definition
|
|
Term
Use the ____________ DOCTYPE if you are transitioning HTML that still includes display oriented elements and attributes. |
|
Definition
|
|
Term
The ____ tag in the HEAD element tells the browser additional information about a Web page, such as the content type and character encoding. |
|
Definition
|
|
Term
A _________ encoding tells the browser the character set that is used in the Web page. |
|
Definition
|
|
Term
Most Westren-European languages used on computers today can be represented with the ___-____-_ character encoding |
|
Definition
|
|
Term
The W3C _________ is a free online service that checks pages for compliance with standards. |
|
Definition
|
|
Term
Use the validator to ensure that your HTML is well formed and that your ________ and __________ meet the standards. |
|
Definition
|
|
Term
By adhering to standards, your pages will display more _______ and with _____ display differences between browsers. |
|
Definition
|
|