click below
click below
Normal Size Small Size show me how
4.01 Webpage-Img
Vocabulary
| Question | Answer |
|---|---|
| Web Page | A document which can display text, graphics, audio, video and other elements through a web browser. |
| HTML | a language which means that special codes are used to define elements. |
| Web Browser | special software that displays the page by reading the instructions in the web document. |
| Web Server | a computer that runs special software to serve up Web content by responding to requests. |
| Website | a collection of related webpages with a starting point or home page. |
| Uniform Resource Locator (URL) | The address used for locating a document on the Web. |
| Hypertext Transport Procol | The underlying protocol for how content is communicated on the Web. |
| Domain Name System (DNS) | Internet service that translates domain names into IP addresses. |
| Internet Protocol (IP) Address | a numeric string that identifies a device on a network |
| Open Standard | a standard that is publicly available and has various rights to use associated with it, and may also have various properties of how it was designed |
| World Wide Web Consortium (W3C) | an international community that develops open standard for the web. |
| Web Accesibility Initiative (WAI) | a program for developing strategies, guidelines, and resources to help make the web accessible to people with disabilities. |
| World Wide Web | a worldwide network of computers that communicate through |
| Nesting | putting an object inside another object; such as an html tag inside another html tag |
| HTML Tag | special codes which describe or define content in a Web document. |
| HTML Element | The opening and closing tags including the text in between |
| HTML Attribute | Provide HTML attributes with additional meaning and context. |
| Cascading Style Sheet | a language for defining how to display HTML elements |
| CSS Selector | The HTML element that you want to style |
| CSS Declaration | the style property and value |
| CSS Property | The style attibute you want to change |
| CSS Value | The attribute you want applied to the property |
| Absolute Link | a link that specifies a complete path to a file, including the protocol, server, directory, file name. |
| Relative Link | a link that specifies the name of the file to be linked to as it relates to the current document. |
| Hexadecimal Color Codes | color values written with the # sign followed by six digits using the numbers 0 to 9 and A to F to represent the amount of red, green and blue. |
| RGB Color Codes | color values using the combination of red, green, and blue values ranging from 0 to 255. |