April 5, 2006

Mud-luscious

I am using your poetry for inspiration for the design. I hope you don't mind. I was going to use the entire first stanza of echo, but it looked way too cluttered.

April 4, 2006

Styling and Emphasizing

These are tags that style, and emphasize your text. Use these instead of font tags. Font tags suck, and it is better to use these. Plus they are quicker and easier! They will appear as follows:

<h1>h1 header text</h1>

<h2>h2 header text</h2>

<h3>h3 header text</h3>

<h4>h4 header text</h4>

<h5>h5 header text</h5>
<h6>h6 header text</h6>

<strong>the <strong> tag</strong>
<em>the <em> tag</em>
<u>the <u> tag</u>
<a href="http://url.com>a link</a>

<p>This is the paragraph tag. Vero vero vel esse ad minim commodo nulla facilisis iriure, et praesent aliquip, dolor velit et praesent accumsan ut suscipit nostrud et vel enim duis.</p>

April 3, 2006

Quotation Methods

Use these tags to quote song lyrics, movies, or indeed anything you wish.

<blockquote>this is a blockquote. It indents large chunks of text. Use it to quote whole chunks of text from books, songs, or movies.</blockquote>
the <pre> tag k e e  
 Ps text f Orm  
at ted.

the <code> tag. Use it to quote code.
the <cite> tag. Use it to cite brief sources (just a few sentences).

April 2, 2006

Lists, Lists, and more Lists!

Unordered Lists

<ul> </ul>

Ordered Lists

<ol>
  1. <li>carrots</li>
  2. <li>peas</li>
  3. <li>broccoli</li>
</ol>

Definition List

<dl>
<dt>Nerdslut</dt>
<dd>Being a nerdslut means being a smart chick, but the chick part is not required. You probably wear glasses (or contacts), not also that's not required. You probably watch The Daily Show religiously, and you know who Conan O'Brien is. Nerdsluts are not afraid of computers or programming VCRs. They can love skirts (either wearing them or admiring them) and combat boots. Nerdsluts are hot because they can think for themselves. </dd>
</dl>

April 1, 2006

Forms

Web forms! There's not very many types, but this is how they'd look:


checkbox | radio button