A | B |
Cascading Style Sheet | CSS are formatting instructions, usually stored in a separate file, that control the appearance and position of text and graphics on a web page or throughout a website. |
Code hints | lists of tags that appear as you type, similar to auto-complete features |
Bullet | small dot or similar icon |
Bulleted lists | unordered lists that use bullets are sometimes called bulleted lists |
Ordered Lists/Numbered lists | lists of items that are presented in a specific sequence |
Rules | define the formatting attributes for page content |
External Style Sheets (ESS) | separate files where code is saved |
Internal/Embedded Styles | Styles that are a part of an html page rather than a separate file aka internal styles |
Inline style | A style who code is placed within a body tag of a webpage |
Class type | used to change any pages format |
ID Tag/Tag Type | used to redefine a html tag |
Compound | type is used to format a selection |
Selector | name of the tag to which the style declaration has been assigned |
Declaration | consists of a property and a value |
Sans-serif | block style characters that are often used for heading or subheadings (Ariel Verdana, and Helvetica) |
Serif | More ornate and contain small extra strokes at the end and the begging of the character (Times New Roman, Times, and Georgia |
Related file | an html file is linked to other files necessary to display the content |
Unordered lists | lists of items that do not need to appear in a specific sequence, such as a grocery list, which often lists items in a random order. |