| A | B |
| <html> | Identifies the document type as HTML. |
| <body> | Encloses the main portion of the document which the user sees. |
| <ol> | Creates a numbered list |
| <title> | Encloses the text that will appear in the browser title bar when the page is loaded; contained within the <HEAD> tags. |
| <ul> | Creates a bulleted list. |
| <li> | Identifies an item in an ordered or unordered list |
| <hr> | Creates a horizontal rule or line |
| <p> | Creates 2 lines |
| <br> | Creates a line break |
| text editor | Program that allows you to write HTML code manually. |
| Hypertext Markup Language (HTML) | The standard authoring language used to develop Web pages. |
| <img src> | Inserts an image on a page |
| <h6> | smallest heading style |
| <tr> | creates a table row |
| <td> | creates a table cell |
| </table> | closes code for a table |
| Web Browser | Internet Explorer |
| element, attribute, value | three parts of an html tag |
| An example of a html tag value | #000000 |
| an example of an attribute | bgcolor |
| an example of an element (selector) | table |
| html, head, title, body | required html structure tags for all Web pages |
| All tags start and end with these symbols | < > (angle brackets> |
| symbol used to close a tag | / (slash) |
| hyperlink | A system for writing text that can be linked to other places on the Internet |
| browser | A program used to view, download, upload, surf, or otherwise access documents (for example, Web pages) on the Internet. |
| WWW | World Wide Web |
| jpg | An image format used on the WWW |
| gif | WWW file format that supports animation |
| png | Latest image file format for the Web |
| alt tag | required tag used to add descriptions to images |
| hexadecimal | 6 digit code used to represent colors on the Web |
| navigation | hyperlinks or buttons that when clicked take you to somewhere else within a site |
| psd | Photoshop document |
| red, blue, yellow | primary colors |
| complementary colors | colors that are opposite on the color wheel |
| analogous colors | colors that are next to each other on the color wheel |
| monochromatic colors | color scheme that uses one color |
| Illustrator pen tool makes: | paths |
| .psd | Photoshop Document file extension |
| .ai | Illustrator file extension |
| .txt | notepad file extension |
| Resaving an image to lower its size | optimizing |
| drop shadow and outer glow | Examples of Photoshop layer effects (fx) |
| <h1> | largest heading style |
| #000000 | Hex code that represents black |
| #ffffff | Hex code that represents white |
| Color schemes | systematic use of color |
| bitmap imaging | image rendering using a grid full of tiny squares |
| pixels | smallest possible unit of an image used in bitmap imaging |
| pixelation | what happens when you enlarge a low resolution image |
| optimum resolution for the Web | 72 dpi |
| Photoshop | Image editing program |
| Illustrator | program for creating vector images |
| canvas | name of the area where you work on your image |
| crop | to exclude or hide part of an image |
| layer opacity | the amount of transparency in a layer |
| marquee tool | a Photoshop selection tool |
| .fla | Flash file |
| .swf | optimized Flash file |
| .pdf | Portable Document Format |
| .doc | Microsoft Word document |
| .css | cascading style sheet |
| .mp3 | compressed audio format |