click below
click below
Normal Size Small Size show me how
HTML & CSS
codeHS - Advanced HTML & CSS
| Term | Definition |
|---|---|
| HTML | Hypertext Markup Language |
| CSS | Cascading Style Sheets. The language for designing web pages and adding style. |
| Website | A collection of related webpages, usually registered under the same domain name |
| Hyperlink | The connection between one HTML page to another HTML page |
| iframe | An HTML page embedded inside of another HTML page |
| Embed | Inserting outside content into an HTML page |
| Div | A tag that creates a new area of content on a web page that can be styled independently of the rest of the site |
| Span | A tag that creates an inline area of content on a webpage that can be manipulated separately from the block it is enclosed in |
| Selector | Defines which HTML elements a CSS rule applies to. |
| DRY Principle | Simplify your HTML by grouping code into classes, stylesheets, or other types of templates |