| A | B |
| Flowchart | A graphic organizer that creates a visual representation of the components, sequences, and inter-relationships of a proposed project |
| Publish | The process of uploading web content to the internet |
| Child Page | A page that is conceptually subordinate or below another |
| Hexadecimal Value | HTML colors are defined using a hexadecimal notation (HEX) for the combination of Red, Green, and Blue color values (RGB). The lowest value that can be given to one of the light sources is 0 (in HEX: 00). The highest value is 255 (in HEX: FF). HEX values are specified as 3 pairs of two-digit numbers, starting with a # sign |
| Pathname | A statement of the location of a file or other item in a hierarchy of directories |
| Assets | Any real or digital resource to be used in the construction of a project |
| Class Style | Allows you to set a style to multiple element or tags in a document |
| ID Style | Allows the user to specify their own selectors called "id" and "class” |
| Absolute Link | Used for linking users outside of a specific Web site, provide the complete URL of the linked document |
| Site-root Relative Link | Describes the path from the site’s root folder to a document |
| Link Target | The target attribute specifies a window or a frame where the linked document is loaded |
| Document Relative Link | Are usually best for local links in most websites, useful when current document and linked document or asset are in the same folder and are likely to remain together |
| Hotspot | Any region on an image map that is clickable, and when clicked, will initiate an action |
| Mailto Link | Allows users clicking a link in a website to send an e-mail without first having to copy the destination e-mail address and open an e-mail client |
| Internal Style Sheets | A CSS document embedded into the HTML file, when using internal CSS you must add a new tag, <style>, inside the <head> tag |
| External Style Sheets | The most commonly used way to apply a style sheet where all of the styles and rules are contained in one central, separate text file |
| SEO | Search Engine Optimization, the process of affecting the visibility of a website in a search engine’s un-paid search results |
| Keywords | User-defined words or phrases that help a search engine’s algorithms select a group of words that can be searched to find your website |
| Tags | Page titles, paragraph titles, image tags, or even meta tags that are hidden in the code of a website; help search engines find and organize the information on a website |
| Web Crawlers | Computer programs that “crawl” through the pages of a website to find tags, keywords, and other information |
| Source Code | Program instructions in their original form |
| Design Comp | The last part of the designing phase and is the closest draft to the final product |
| Compatibility | Refers to the ability of a web application or HTML code to work effectively with all browser platforms |
| Proofreading | The careful reading of a publication to detect and correct production errors of text or art |
| Debug | The methodical process of finding and reducing the number of errors in a computer program making it behave as expected |
| Parent Page | The page that contains the link to the selected object |