Skip to content

Commit

Permalink
added readme to html-css example dir
Browse files Browse the repository at this point in the history
  • Loading branch information
robynitp committed Feb 5, 2015
1 parent c69c577 commit a3fe5cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions week2/02-html-css/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## HTML and CSS Examples

* _basic.html_ Skeleton HTML page. Handy to use as a template when you start a new page.

* _index.html_ Simple HTML page with a few tags, including a link (`<a>`) tag.

* _html-css-embedded.html_ The CSS is in the HTML file itself, within the `<style>` tag. Examples of using lists, divs, and images. Styling backgrounds, borders, and links, and a simple float example.

* _layout-css-linked.html_ The CSS is pulled in from an external file, _style.css_ in the _css_ folder. Example of CSS layout techniques. Page with header, navigation tabs, and left sidebar.

0 comments on commit a3fe5cd

Please sign in to comment.