| A | B |
| example of valid e-mail address | james@smith.com |
| means of transferring files between computers | ftp |
| example of XHTML container tag | <html> |
| type of style sheet that uses the @ symbol | imported |
| purpose of <link> attribute | specifies the style sheet used to format a Web page |
| style rule to set a page's background color to blue and the font to Arial | body {background-color:blue; font-family:arial;} |
| XHTML 1.0 Transitional (XHTML flavor) | developers can use either css or HTL 4.0-compliant markup tags for all formatting |
| ensures the Web pages you create will display properly in a standard Web browser | validate the code to W3C standards |
| using ftp, command that allows you to upload files to the remote server | put |
| Web design concept that you should use when creating a site | coherent message and use common, easy-to-read fonts |
| must always include with an image tag(ex: <img src="file.jpg">) | alt text |
| using ftp, command that allows you to download files to the local computer | get |
| XHTML tags that come in pairs | container tags |
| designates the beginning of a new row in a table | <tr> |
| #000000 | black |
| heading tags | H1 represents the largest heading |
| used to create a numbered list | ol |
| XHTML flavor that requires Webmasters to use CSS when defining page layout | HTML 4.0 Strict |
| empty tag | <br /> |
| collection of styles | style sheet |
| style sheet standard | CSS |
| allows the Web designer to modify the appearance of any tag in a single document | inline style |
| allows designer to modify appearance of tags in several documents | linked |
| allows you to modify all instances of a particular element in a Web page | embedded |
| style declaration consists of attribute names that specify features such as font size, color, and font type, followed by a ______ and then the value of the attribute | colon |
| most common style language and the defaul language | text/css |
| to group selectors, you separate them with a? | comma |
| applying a style sheet is accompliished by adding this to the <head> section of your code | <link> |
| in order to link a style sheet, the value of the rel attribute in the <link> tag should be | stylesheet |
| code to link to a style sheet | <link href="mws.css" rel="stylesheet" type="text/css"> |
| element that lies within another element | descendent |
| element that contains another element | parent |
| styles defined for each parent tag are transferred to its descendants | inheritance |
| allows you to choose a font face for use in your Web page | font face |
| type of font face | specific/generic |
| font that is installed on a user's computer | specific |
| specific font | Arial |
| general description of a font | generic |
| generic font | cursive/serif/monospace |
| number of generic fonts | 5 |
| gives you the greatest control over font size | pixels |
| text align value that extends text from the left to the right margin | justify |
| CSS stands for | Cascading Style Sheet |
| define the font size based on mm, cm, in, pt, and pc | absolute |
| unit is one that expresses the font size relative to a size of a standard character | relative |
| unit that is equal to the width of the capital letter "M" in the browser's default font size | em |
| unit that is equal to the height of a small "x" in the browser's default font size | ex |
| vertical space between lines of text | leading |
| contains inline elements such as individual letters, words, phrases, or inline images | <span> |
| prevents other elements from wrapping around a floating element | clear |
| translucent graphic impressed into the very fiber of the paper | watermark |
| classification of an element based on its status or use | pseudo-class |