- This is a series of html and css documents to introduce what is html and css and how to use it to create and design standard's compliant websites.
- These documents were adapted from various sources for a series of classes on Drupal 7. These pages help were used to introduce html/css design techniques before we began working on Drupal 7 Theming.
- Creator: Mark Koester aka markwk (https://github.com/markwk)
- HTML Basics: H1, H2, p, blockquote, a
- What CSS Adds? With Firebug "disable styles" browser example.
- Adding CSS: browserstyle, inlinestyle, embeddedstyle, linkedstyle, importedstyle
- CSS Syntax: Selector | Declaration
- Colors
- Borders
- Padding-margins
- Lists
- Fonts
- Backgrounds
- Tables
- Links
- Positioning with CSS: Floats and Absolute Positing
- Forms