<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Soleh93's Blog</title>
	<atom:link href="http://soleh93.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://soleh93.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 04 Mar 2009 10:29:31 +0000</lastBuildDate>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='soleh93.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Soleh93's Blog</title>
		<link>http://soleh93.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://soleh93.wordpress.com/osd.xml" title="Soleh93&#039;s Blog" />
	<atom:link rel='hub' href='http://soleh93.wordpress.com/?pushpress=hub'/>
		<item>
		<title></title>
		<link>http://soleh93.wordpress.com/2009/03/04/3/</link>
		<comments>http://soleh93.wordpress.com/2009/03/04/3/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 10:26:55 +0000</pubDate>
		<dc:creator>soleh93</dc:creator>
				<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://soleh93.wordpress.com/2009/03/04/3/</guid>
		<description><![CDATA[HTML &#38; XHTML: The Definitive Guide, 4th Edition Chapter 1. HTML, XHTML, and the World Wide Web Chapter 2. Quick Start 2.2. A First HTML Document My first HTML document My first HTML document Hello, World Wide Web! Greetings from O&#8217;Reilly &#38; Associates Composed with care by: (insert your name here) &#169;2000 and beyond 2.12. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=soleh93.wordpress.com&amp;blog=5826007&amp;post=3&amp;subd=soleh93&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>HTML &amp; XHTML: The Definitive Guide, 4th Edition</p>
<p>Chapter 1. HTML, XHTML, and the World Wide Web<br />
Chapter 2. Quick Start<br />
2.2. A First HTML Document</p>
<p>My first HTML document</p>
<h2>My first HTML document</h2>
<p>Hello, <i>World Wide Web!</i><br />
 <!-- No "Hello, World" for us --></p>
<p>
               Greetings from<br />
<a href="http://www.ora.com">O&#8217;Reilly &amp; Associates</a></p>
<p>
Composed with care by:<br />
<cite>(insert your name here)</cite><br />
<br />&copy;2000 and beyond</p>
<p>2.12. Style Sheets and JavaScript</p>
<p>CSS Example</p>
<p><H1>I&#8217;ll be red if your browser supports CSS</H1><br />
Something in between.<br />
<H1>I should be red, too!</H1></p>
<p>Chapter 3. Anatomy of an HTML Document<br />
3.2. Structure of an HTML Document</p>
<p>Barebones HTML Document</p>
<p>This illustrates, in a very <i>simp</i>le way,<br />
the basic structure of an HTML document.</p>
<p>3.3.2. Sample Tags</p>
<p><a href="http://www.oreilly.com/catalog.html"></p>
<ul>
<ul>
<p>3.3.4. Proper and Improper Nesting</p>
<p>This is some text in the body, with a<br />
<a href="another_doc.html">link, a portion of which<br />
is <b>set in bold</b></a></p>
<p>3.6.1.1. The dir attribute</p>
<p>Display Directions</p>
<p>This is how IE 5 renders right-to-left directed text.</p>
<p>3.7.2. The  Tag</p>
<p>HTML and XHTML: The Definitive Guide</p>
<p>Chapter 4. Text Basics<br />
4.1.2. The
<p> Tag</p>
<p>This is the first paragraph, at the very beginning of the<br />
body of this document.</p>
<p>
The tag above signals the start of this second paragraph.<br />
When rendered by a browser, it will begin slightly below the<br />
end of the first paragraph, with a bit of extra white space<br />
between the two paragraphs.</p>
<p>
This is the last paragraph in the example.</p>
<p>4.1.2.2. The align attribute</p>
<p align="right">
Right over here!<br />
<br />
This is too. </p>
<p align="left">
Slide back left. </p>
<p align="center">
Smack in the middle.
</p>
<p>Left is the default.</p>
<p>4.2.1.1. The align attribute</p>
<h1 align="right">Right over here!</h1>
<h2 align="left">Slide back left.</h2>
<h3 align="center">Smack in the middle.</h3>
<p>4.2.2. Appropriate Use of Headings<br />
4.2.3. Using Headings for Smaller Text</p>
<p>Kumquat Farming in North America</p>
<h3>Kumquat Farming in North America</h3>
<p>
Perhaps one of the most enticing of all fruits is the&#8230;<br />
resulting in years of successful kumquat production<br />
throughout North America.
</p>
<h6>This document copyright 1995 by the Kumquat Growers of<br />
America. All rights reserved. </h6>
<p>4.4.3. The <cite> Tag</p>
<p>While kumquats are not mentioned in Melville&#8217;s<br />
<cite>Moby Dick</cite>, it is nonetheless apparent<br />
that the mighty cetacean represents the bitter<br />
&#8220;kumquat-ness&#8221; within every man. Indeed, when Ahab<br />
spears the beast, its flesh is tough, much like the noble fruit.</p>
<p>4.4.4. The <code> Tag</p>
<p>The array reference <code>a[i]</code> is identical to<br />
the pointer reference <code>*(a+i)</code>.</p>
<p>4.4.5. The  Tag</p>
<p>When analyzing annual crop yields, rind spectroscopy may prove useful.<br />
By comparing the relative levels of saturated hydrocarbons in fruit from adjacent<br />
trees, rind spectroscopy has been shown to be 87% effective in predicting an<br />
outbreak of trunk dropsy in trees under four years old.</p>
<p>Kumquat growers must <em>always</em> refer to kumquats<br />
as "the noble fruit," <em>never</em> as just a "fruit."</p>
<p>4.4.7. The <kbd> Tag</p>
<p>Type <kbd>quit</kbd> to exit the utility, or type<br />
<kbd>menu</kbd> to return to the main menu.</p>
<p>4.4.8. The  Tag</p>
<p>The ae character sequence may be converted<br />
to the &aelig; ligature if desired.</p>
<p>4.4.9. The <strong> Tag</p>
<p>One should <em>never</em> make a disparaging remark<br />
about the noble fruit. In particular, mentioning<br />
kumquats in conjunction with vulgar phrases is<br />
expressly <strong>forbidden</strong> by the Association<br />
bylaws.</p>
<p>4.4.10. The <var> Tag</p>
<p>The user should type</p>
<pre>
  cp <var>source-file</var>  <var>dest-file</var>
</pre>
<p>replacing the <var>source-file</var> with the name of<br />
the source file, and <var>dest-file</var> with the name<br />
of the destination file.</p>
<p>4.5.15. Summary of Physical Style Tags</p>
<p>Explicitly <b>boldfaced</b>, <i>italicized</i>, or<br />
<tt>teletype-style</tt> text should be used<br />
<big><big>sparingly</big></big>.<br />
Otherwise, drink <strike>lots</strike> 1x10<sup>6</sup><br />
drops of H<sub>2</sub>O. </p>
<p>4.6.2. The  Tag (Deprecated)</p>
<p>Unless the base font size was reset above,<br />
Inernet Explorer renders this part in font size 3.</p>
<p>This text should be rather large (size 7).<br />
 Oh,<br />
 no!<br />
 I'm<br />
 shrinking!<br />
<br />
Ahhhh, back to normal.</p>
<p>4.6.3.1. The size attribute</p>
<p>
<font size="7">C</font>all me Ishmael.</p>
<p>
<font size="1"><br />
All rights reserved. Unauthorized redistribution of this document is<br />
prohibited. Opinions expressed herein are those of the authors, not the<br />
Internet Service Provider.</p>
<p>
Make sure you <font size="+1">always</font> sign and date the form!</p>
<p>
The ghost moaned, "oo<font size="+1">oo<font size="+2">oo<font size="+3">oo</font>oo</font>oo</font>oo."</p>
<p>4.6.3.2. The color attribute</p>
<p>Here comes the <font color="#FFFF00">sun</font>!<br />
Here comes the <font color="yellow">sun</font>!</p>
<p>4.6.3.3. The face attribute</p>
<p>This text is in the default font. But,<br />
<font face="Braggadocio, Machine, Zapf Dingbats"><br />
heaven only knows</font><br />
what font face is this one?</p>
<p>4.7.1. The <br /> Tag</p>
<h3>
Heartbreak Hotel</h3>
<p>
Ever since my baby left me<br />
I've found a new place to dwell.<br />
It's down at the end of lonely street<br />
Called <cite>Heartbreak Hotel</cite>.
</p>
<p>4.7.1.1. The clear attribute</p>
<p><img src="kumquat.gif" align="left"><br />
This text should wrap around the image, flowing between the<br />
image and the right margin of the document.<br />
<br />
This text will flow as well, but will be below the image,<br />
extending across the full width of the page. There will<br />
be white space above this text and to the right of the<br />
image.<br />
Paragraph tags separate leading and following<br />
text flow from the captions. </p>
<p>
I'm the caption on top of the image.<br />
<br />
<img src="kumquat.gif"><br />
This one's centered on the right.<br />
<br />
This caption should be directly below the image.
</p>
<p>4.7.2. The  Tag</p>
<p>When prompted by the computer, enter</p>
<p><tt>find . -name \*.html -exec rm \{\}\;</tt>.</p>
<p>After a few moments, the load on your server will begin<br />
to diminish and will eventually drop to zero.</p>
<p>4.7.3. The  Tag</p>
<p>This is a very long sequence of text that is<br />
forced to be on a single line, even if doing so causes</p>
<p>the browser to extend the document window beyond the<br />
size of the viewing pane and the poor user must scroll right</p>
<p>to read the entire line.</p>
<p>4.7.5. The
<pre> Tag


The processing program is:
<pre>
main(int argc, char **argv)

{   FILE *f;
    int i;

    if (argc != 2)
      fprintf(stderr, "usage: %s &lt;file&gt;\n",
          argv[0]);
    <a href="http:process.c">process</a>(argv[1]);
    exit(0);
}
</pre>
<p>4.7.6. The  Tag (Deprecated)</p>
<p>Copyright 1995 by QuatCo Enterprises.<br />
All rights reserved.</p>
<p>4.8.1. The<br />
<blockquote> Tag</p>
<p>We acted incorrectly in arbitrarily changing the Kumquat<br />
Festival date. Quoting from the Kumquat Growers' Bylaws:</p>
<blockquote><p>
  The date of the Kumquat Festival may only be changed by<br />
  a two-thirds vote of the General Membership, provided<br />
  that a <strong>60 percent quorum</strong> of the Membership<br />
  is present.
</p></blockquote>
<p>(Emphasis mine) Since such a quorum was not present, the<br />
vote is invalid.</p>
<p>4.9.1. The<br />
<address> Tag</p>
<address>
  <a href="mailto:webmaster@oreilly.com">Webmaster</a><br />
  O'Reilly &amp; Associates, Inc.<br />
  Cambridge, Massachusetts<br />
</address>
<p>Chapter 5. Rules, Images, and Multimedia<br />
5.1.1. The<br />
<hr /> Tag</p>
<p>This text is directly above the rule.</p>
<hr />
And this text is immediately below. </p>
<p>
Whereas this text will have space before the rule.</p>
<hr />
<p>
And this text has space after the rule.</p>
<p>5.1.1.1. The size attribute</p>
<p>
This is conventional document text,<br />
followed by a IE's 2-pixel tall rule line.</p>
<hr />
The next three rule lines are 12, 36, and 72 pixels tall.</p>
<hr size="12">
<hr size="36">
<hr size="72">
<p>5.1.1.2. The noshade attribute</p>
<hr size="32">
<hr size="32" noshade>
<p>5.1.1.3. The width attribute</p>
<p>The following rules are 40 and 320 pixels wide<br />
no matter the actual width of the browser window</p>
<hr width="40">
<hr width="320">
Whereas these next two rules will always extend across<br />
10 and 75 percent of the window, regardless of its width: </p>
<hr width="10%">
<hr width="75%">
<p>5.1.1.4. The align attribute</p>
<hr width="35%" align="right">
<h3>Fruit Packing Advice</h3>
<p>... </p>
<hr width="35%" align="center">
<h3>Shipping Kumquats</h3>
<p>...</p>
<hr width="35%" align="left">
<h3>Juice Processing</h3>
<p>...</p>
<p>5.1.1.6. Combining rule attributes</p>
<hr size="32" width="50%" align="center">
<p>5.1.3. Using Rules in Headers and Footers</p>
<p>Kumquat Growers Handbook - Growing Season Guidelines</p>
<hr />
<h1>Growing Season Guidelines</h1>
<p>Growing season for the noble fruit varies throughout the<br />
United States, as shown in the following map:</p>
<p>
<img src="pics/growing-season.gif"></p>
<p><hr />
<i>Provided as a public service by the<br />
<a href="feedback.html">Kumquat Lovers of America</a></i></p>
<p>5.2.6.3. The alt and longdesc attributes</p>
<h3><img src="pics/fancy_bullet.gif" alt="*">Introduction</h3>
<ul>
<li> Kumquat recipes <img src="pics/new.gif" alt="(New!)">
<li> Annual harvest dates
</ul>
<p>Here we are, on day 17 of the tour, in front of the kumquat<br />
packing plant:</p>
<p>
<img src="pics/packing_plant.gif" alt="[Image of our tour group outside the main packing plant]"></p>
<p>
What an exciting moment, to see the boxes of fruit moving</p>
<p>5.2.6.4. The align attribute</p>
<p>Line of text<br />
<img src="pics/horiz.gif" align="middle"><br />
<img src="pics/vert.gif"><br />
goes on ...<br />
</p>
<p>
Line of text<br />
<img src="pics/horiz.gif" align="middle"><br />
<img src="pics/vert.gif" align="middle"><br />
goes on ...</p>
<p>5.2.6.5. Wrapping text around images</p>
<p><img src="pics/kumquat.gif" align="left"><br />
The kumquat is the smallest of the citrus fruits, similar in appearance to a<br />
tiny orange. The similarity ends with its appearance, however. While oranges<br />
are generally sweet, kumquats are extremely bitter. Theirs is an acquired taste, to be sure.</p>
<p><img src="pics/kumquat.gif" align="left"><br />
<img src="pics/tree.gif" align="right"><br />
The kumquat is the smallest of the citrus fruits, similar in appearance to a<br />
tiny orange. The similarity ends with its appearance, however. While oranges<br />
are generally sweet, kumquats are extremely bitter. Theirs is an acquired taste, to be sure.</p>
<p><img src="pics/marcia.gif" align="left"><br />
Marcia!<br />
<br />
<img src="pics/jan.gif" align="left"><br />
Jan!<br />
<br />
<img src="pics/cindy.gif" align="left"><br />
Cindy!</p>
<p>5.2.6.6. Centering an image</p>
<p>Kumquats are tasty treats<br />
</p>
<p><img src="pics/kumquat.gif"> </p>
<p>that everyone should strive to eat!<br />
Kumquats are tasty treats</p>
<p align="center">
<img src="pics/kumquat.gif">
</p>
<p>that everyone should strive to eat!</p>
<p>5.2.6.8. The border attribute</p>
<p><a href="test.html"><br />
 <img src="pics/kumquat.gif" border="1" /><br />
</a><br />
<a href="test.html"><br />
  <img src="pics/kumquat.gif" border="2" /><br />
</a><br />
<a href="test.html"><br />
  <img src="pics/kumquat.gif" border="4" /><br />
</a><br />
<a href="test.html"><br />
  <img src="pics/kumquat.gif" border="8" /><br />
</a></p>
<p>5.2.6.11. Resizing and flood-filling images</p>
<p><img src="pics/one-pixel.gif" width="640" height="20"><br />
<img src="pics/one-pixel.gif" width="100%" height="20"></p>
<p>5.2.6.13. The hspace and vspace attributes</p>
<p><img src="pics/kumquat.gif" align="left"><br />
The kumquat is the smallest of the citrus fruits, similar<br />
in appearance to a tiny orange. The similarity ends with its<br />
appearance, however. While oranges are generally sweet,<br />
kumquats are extremely bitter. Theirs is an acquired taste,<br />
to be sure. Most folks, at first taste, wonder how you could<br />
ever eat another, let alone enjoy it!</p>
<p>
<img src="pics/kumquat.gif" align="left" hspace="10" vspace="10"><br />
The kumquat is the smallest of the citrus fruits, similar<br />
in appearance to a tiny orange. The similarity ends with its<br />
appearance, however. While oranges are generally sweet,<br />
kumquats are extremely bitter. Theirs is an acquired taste,<br />
to be sure. Most folks, at first taste, wonder how you could<br />
ever eat another, let alone enjoy it!</p>
<p>5.2.6.14. The ismap and usemap attributes</p>
<p><a href="/cgi-bin/images/map2"><br />
  <img src="pics/map2.gif"><br />
</a><br />
<a href="/cgi-bin/images/map2"><br />
  <img src="pics/map2.gif"><br />
</a><br />
... </p>
<p>5.2.6.16. The name, onAbort, onError, onLoad and other event attributes</p>
<p><img src="pics/kumquat.gif"><br />
<img src="pics/kumquat.gif"></p>
<p>5.2.7.1. The dynsrc attribute</p>
<p><img><br />
<img src="pics/mvstill.gif"></p>
<p>5.2.7.2. The controls attribute</p>
<p><img src="pics/mvstill.gif"></p>
<p>5.2.7.3. The loop attribute</p>
<p><img src="pics/mvstill.gif"><br />
<img src="pics/mvstill.gif"></p>
<p>5.2.7.4. The start attribute</p>
<p><img src="pics/mvstill.gif"></p>
<p>5.2.7.5. Combining movie <img> attributes</p>
<p><img src="pics/mvstill.gif"><br />
<img src="pics/magic.gif"></p>
<p>5.3.1.1. The bgcolor attribute</p>
<p>5.3.1.2. The background attribute</p>
<p>5.3.1.3. The bgproperties attribute</p>
<p>5.3.1.4. The text attribute</p>
<p>5.3.1.6. The leftmargin attribute</p>
<p>Internet Explorer lets you indent the<br />
&lt;--left margin<br />
away from the left edge of the window. </p>
<p>5.3.1.7. The topmargin attribute</p>
<p align="center">
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br />
Internet Explorer can give your documents<br />
a little extra headroom.
</p>
<p>5.4.1.1. The src attribute</p>
<p>5.4.1.2. The loop attribute</p>
<p>5.5.1.1. The align attribute</p>
<p>SMKN 1 KARAWANG</p>
<p>5.5.1.2. The behavior, direction, and loop attributes</p>
<p>  Kumquats aren't filling<br />
  ..........      Taste great, too! </p>
<p>5.5.1.3. The bgcolor attribute</p>
<p>  Kumquats aren't filling<br />
  ..........      Taste great, too! </p>
<p>5.5.1.4. The height and width attributes</p>
<p>  Kumquats aren't filling<br />
  ..........      Taste great, too! </p>
<p>5.5.1.5. The hspace and vspace attributes</p>
<p>  Kumquats aren't filling<br />
  ..........      Taste great, too! </p>
<p>5.5.1.6. The scrollamount and scrolldelay attributes</p>
<p>  Kumquats aren't filling<br />
  ..........      Taste great, too! </p>
<p>Chapter 6. Links and Webs<br />
6.3.1.2. The href attribute</p>
<p>The <a href="http:growing_season.html">growing<br />
season</a> for kumquats in the Northeast.</p>
<ul>
<li><a href="pruning_tips.html"><br />
        <img src="pics/new.gif" align="center"><br />
         New pruning tips!</a></p>
<p><li><a href="xhistory.html"><br />
        <img src="pics/new2.gif" align="center"><br />
         Kumquats throughout history</a>
</ul>
<p>6.3.1.3. The name and id attributes</p>
<h2><a name="Pruning">Pruning Your Kumquat Tree</a></h2>
<h2>Pruning Your Kumquat Tree</h2>
<p><a href="growing_guide.html#Pruning">PRUNING</a></p>
<p>6.3.1.4. The event attributes</p>
<p><a href="http://www.ora.com/kumquats/homecooking/recipes.html#quat5"><br />
<img src="pics/bowl.gif" border="0"><br />
</a></p>
<p>6.3.1.5. The rel and rev attributes</p>
<p><a href="marqueehw.html" rel="next" rev="prev">hrefhs<br />
</a></p>
<p>6.3.1.9. The title attribute</p>
<p><a href="MMM.jpg" title="A photograph of the Noble Fruit">image<br />
</a></p>
<p>6.3.3. Linking Within a Document</p>
<h3><a name="Section_7">Section 7</a></h3>
<p>[43]We prefer the id way, although not all browsers support it, yet.</p>
<h3>Section 7</h3>
<p>See <a href="index.html#Section_7">Section 7</a><br />
for further details.<br />
...</p>
<h3>Table of Contents</h3>
<ol>
<li><a href="#soil_prep">Soil Preparation</a>
<li><a href="#dig_hole">Digging the Hole</a>
<li><a href="#planting">Planting the Tree</a>
</ol>
<p>...</p>
<h3>Soil Preparation</h3>
<p>...</p>
<h3>Digging the Hole</h3>
<p>...</p>
<h3>Planting the Tree</h3>
<p>...</p>
<p>6.4.1. Lists of Links</p>
<p>
Kumquat-related documents include:</p>
<ul>
<li>A concise guide to <a href="kumquat_farming.html"><br />
      profitable kumquat farming</a>,<br />
      including a variety of business plans, lists of fruit<br />
      packing companies, and farming supply companies.</p>
<li>101 different ways to <a href="kumquat_uses"><br />
      use a kumquat</a>, including stewed kumquats and kumquat pie!</p>
<li>The kumquat is a hardy tree, but even the greenest of<br />
      thumbs can use a few <a href="news:alt.kumquat_growers"><br />
      growing tips</a> to increase<br />
      their yield.</p>
<li>The business of kumquats is an expanding one, as<br />
      shown by this 10 year overview of the<br />
      <a href="http://www.oreilly.com/kumquat_report/"><br />
      kumquat industry</a>.
</ul>
<p>6.5.5. A Client-Side Image Map Example</p>
<p><a href="MMM.jpg" title="A photograph of the Noble Fruit">image<br />
</a></p>
<p>6.5.6. Handling Other Browsers</p>
<p><a href="main.html"><br />
  <img src="pics/map.gif"><br />
</a><br />
... </p>
<p>To make an image map backward-compatible with all image map-capable browsers, you may also include client-side and server-side processing for the same image map. Capable browsers will honor the faster client-side processing; all other browsers will ignore the usemap attribute in the <img> tag and rely upon the referenced server process to handle user selections in the traditional way. For example: </p>
<p><a href="/cgi-bin/images/map.proc"><br />
  <img src="pics/map2.gif"><br />
</a><br />
... </p>
<p>6.6.1. The  Tag (Deprecated)</p>
<p>Kumquat Advice Database</p>
<h3>Kumquat Advice Database</h3>
<p>
Search this database to learn more about kumquats!</p>
<p>Chapter 7. Formatted Lists<br />
7.1.1. The
<ul> Tag</p>
<p>Popular Kumquat recipes:</p>
<ul>
<li>Pickled Kumquats</li>
<li>'Quats and 'Kraut (a holiday favorite!)</li>
<li>'Quatshakes</li>
</ul>
<p>There are so many more to please every palate!</p>
<p>7.2.1. The
<ol> Tag</p>
<h3>Pickled Kumquats</h3>
<p>Here's an easy way to make a delicious batch of pickled 'quats:</p>
<ol>
<li>Rinse 50 pounds of fresh kumquats</li>
<li>Bring eight gallons white vinegar to rolling boil</li>
<li>Add kumquats gradually, keeping vinegar boiling</li>
<li>Boil for one hour, or until kumquats are tender</li>
<li>Place in sealed jars and enjoy!</li>
</ol>
<p>7.2.1.1. The start attribute</p>
<ol start="5">
<li> This is item number 5.</li>
<li> This is number six!</li>
<li> And so forth...</li>
</ol>
<p>7.2.1.2. The type attribute</p>
<ol start="8" type="i">
<li> This is the Roman number 8.
<li> The numerals increment by 1.
<li> And so forth...
</ol>
<p>7.3.1.1. The type attribute</p>
<ol>
<li>Changing the numbering type</li>
<li>Uppercase Roman numerals</li>
<li>Lowercase Roman numerals</li>
<li>Plain ol' numbers</li>
<li>Doesn't alter the order.</li>
<li> &lt;-- But, although numbering continues sequentially,</li>
<li> types don't persist. See? I should've been a "g"!</li>
</ol>
<p>7.3.1.2. The value attribute</p>
<ol>
<li>Item number 1</li>
<li>And the second</li>
<li> Jump to number 9</li>
<li>And continue with 10...</li>
</ol>
<p>7.4.1. Nested Unordered Lists</p>
<ul>
<li>Morning Kumquat Delicacies
<ul>
<li>Hot Dishes
<ul>
<li>Kumquat omelet</li>
<li>Kumquat waffles
<ul>
<li>Country style</li>
<li>Belgian</li>
</ul>
</li>
<li>Kumquats and toast</li>
</ul>
</li>
<li>Cold Dishes
<ul>
<li>Kumquats and cornflakes</li>
<li>Pickled Kumquats</li>
<li>Diced Kumquats</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>7.4.2. Nested Ordered Lists</p>
<ol type="A">
<li>A History of Kumquats</li>
<ol type="1">
<li>Early History</li>
<ol type="a">
<li>The Fossil Record</li>
<li>Kumquats: The Missing Link?</li>
</ol>
<li>Mayan Use of Kumquats</li>
<li>Kumquats in the New World</li>
</ol>
<li>Future Use of Kumquats</li>
</ol>
<p>7.5.1. The
<dl> Tag</p>
<h3>Common Kumquat Parasites</h3>
<dl>
<dt>Leaf mites</dt>
<dd>The leaf mite will ravage the Kumquat tree, stripping it<br />
      of any and all vegetation.</dd>
<dt>Trunk dropsy</dt>
<dd>This microscopic larvae of the common opossum<br />
      chigger will consume the structural elements of the<br />
      tree trunk, causing it to collapse inward.</dd>
</dl>
<p>7.7.1. The  Tag (Deprecated)</p>
<p>The distribution tape has the following files on it:</p>
<li><code>README</code></li>
<li><code>Makefile</code></li>
<li><code>main.c</code></li>
<li><code>config.h</code></li>
<li><code>util.c</code></li>
<p>7.8.1. The  Tag (Deprecated)</p>
<p>Some popular kumquat recipes include:</p>
<li>Pickled Kumquats</li>
<li>'Quats and 'Kraut (a holiday favorite!)</li>
<li>'Quatshakes</li>
<p>There are many more to please every palate!</p>
<p>Chapter 8. Cascading Style Sheets<br />
8.1.2. Document-Level Style Sheets</p>
<p>All True Blue</p>
<h1>I'm so bluuuuoooo!</h1>
<p>...</p>
<h1>I am ba-loooooo, tooooo!<br />
<h1>
<p>8.1.3.1. Linked external style sheets</p>
<p>Style linked</p>
<h1>I'm so bluuuuoooo!</h1>
<p>...</p>
<h1> I am ba-loooooo, tooooo!<br />
<h1>
<p>8.1.3.2. Imported external style sheets</p>
<p>Imported style sheet</p>
<p>8.1.5. Linked Versus Imported Style Sheets</p>
<p>8.3.1. Regular Classes</p>
<p class="abstract">
This is the abstract paragraph.  See how the margins are indented?
</p>
<h3>The equation paragraph follows</h3>
<p class="equation">
a = b + 1
</p>
<p class="centered">
This paragraph's text should be centered.
</p>
<p>8.3.4.3. Nesting and language pseudo-classes</p>
<p>div &gt; p:first-child  {font-style: italic}</p>
<div>
<p>
    I get to be in italics.
  </p>
</div>
<div>
<h2> New Division</h2>
<p>
    I'm in plain text because my paragraph is a second child of the division.<br />
div:lang(it) {font-family: Roman}</p>
<p>8.4.4.3. The background-image property</p>
<table style="background-image:url('backgrounds/woodgrain.gif');">
li.marble {background-image: url(backgrounds/marble.gif)}</p>
<h2>Here's what's for dinner tonight:</h2>
<ul>
<li class="marble">Liver with Onions</li>
<li class="marble">Mashed Potatoes and Gravy</li>
<li class="marble">Green Beans</li>
<li class="marble">Choice of Milk, Tea, or Coffee</li>
</ul>
<h2>And for dessert:</h2>
<ul>
<li>Creamed Quats in Milk  (YUM! YUM!)</li>
</ul>
<p>Chapter 9. Forms<br />
Chapter 10. Tables<br />
Chapter 11. Frames<br />
11.2. Frame Tags</p>
<p>Frames Layout</p>
<p>    Sorry, this document can be viewed only with a<br />
    frames-capable browser.<br />
    <a href="frame1.html">Take this link</a><br />
    to the first HTML document in the set.</p>
<p>Chapter 12. Executable Content<br />
Chapter 13. Dynamic Documents<br />
13.2.2.1. Refreshing the same document</p>
<p>Kumquat Market Prices</p>
<h3> Kumquat Market Prices</h3>
<p>Kumquats are currently trading at $1.96 per pound.</p>
<p>Chapter 14. Netscape Layout Extensions<br />
Chapter 15. XML<br />
Chapter 16. XHTML<br />
Chapter 17. Tips, Tricks, and Hacks<br />
17.1.2. Boilerplate Documents</p>
<p>    Required; replace this title with your own</p>
<h3>Reiterate the title here</h3>
<p>      ...Insert your document's contents here...</p>
<address>Include your name and contact information<br />
               usually at the end of the document<br />
    </address>
<p>   Every XHTML document needs a title</p>
<h3>Reiterate the title here</h3>
<p>        ...Insert your document's contents here...</p>
<address>Include your name and contact information<br />
                  usually at the end of the document<br />
    </address>
<p>17.6.2. Overriding Others' Targets</p>
<p>I need a window of my own</p>
<p>Your browser apparently doesn't support JavaScript. Please<br />
<a href="http://www.kumquats.com/index2.html"> hyperlink to our site manually.</a></p>
<p>Appendix A. HTML Grammar<br />
Appendix D. The HTML 4.01 DTD<br />
Appendix E. The XHTML 1.0 DTD<br />
Appendix F. Character Entities<br />
Appendix G. Color Names and Values</p>
<p>Cascading Style Sheets: The Definitive Guide<br />
Chapter 1. HTML and CSS<br />
1.4. Bringing CSS and HTML Together</p>
<p>    Eric's World of Waffles</p>
<p>        @import url(sheet2.css);<br />
        H1 {color: maroon;}<br />
        BODY {background: yellow;}<br />
        /* These are my styles! Yay! */</p>
<p>    <H1>Waffles!</H1><br />
    <P STYLE="color: gray;">The most wonderful of all breakfast foods is<br />
    the waffle-- a ridged and cratered slab of home-cooked, fluffy<br />
    goodness...<br />
    </P></p>
<p>Chapter 2. Selectors and Structure<br />
2.5. Structure</p>
<p>Meerkat Central</p>
<p><H1>Meerkat <EM>Central</EM></H1><br />
<P><br />
Welcome to Meerkat <EM>Central</EM>, the <STRONG>best meerkat web site<br />
on <A HREF="inet.html">the <EM>entire</EM> Internet</A></STRONG>!</P><br />
<UL><br />
<LI>We offer:<br />
<UL><br />
<LI><STRONG>Detailed information</STRONG> on how to adopt a meerkat</LI><br />
<LI>Tips for living with a meerkat</LI><br />
<LI><EM>Fun</EM> things to do with a meerkat, including:<br />
<UL><br />
<LI>Playing fetch</LI><br />
<LI>Digging for food</LI><br />
<LI>Hide and seek</LI><br />
</UL><br />
</LI><br />
</UL><br />
<LI>...and so much more!</LI><br />
</UL><br />
<P><br />
Questions? <A HREF="mail to:suricate@meerkat.web">Contact us!</A><br />
</P></p>
<p>Chapter 3. Units and Values<br />
Chapter 4. Text Properties<br />
Chapter 5. Fonts<br />
Chapter 6. Colors and Backgrounds<br />
Chapter 7. Boxes and Borders<br />
Chapter 8. Visual Formatting<br />
Chapter 9. Positioning<br />
Chapter 10. CSS2: A Look Ahead<br />
Chapter 11. CSS in Action</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/soleh93.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/soleh93.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/soleh93.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/soleh93.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/soleh93.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/soleh93.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/soleh93.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/soleh93.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/soleh93.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/soleh93.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/soleh93.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/soleh93.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/soleh93.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/soleh93.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=soleh93.wordpress.com&amp;blog=5826007&amp;post=3&amp;subd=soleh93&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://soleh93.wordpress.com/2009/03/04/3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e39a1fb28567e03a15daedd38dbc554?s=96&#38;d=identicon" medium="image">
			<media:title type="html">soleh93</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://soleh93.wordpress.com/2008/12/12/hello-world/</link>
		<comments>http://soleh93.wordpress.com/2008/12/12/hello-world/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 08:46:38 +0000</pubDate>
		<dc:creator>soleh93</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=soleh93.wordpress.com&amp;blog=5826007&amp;post=1&amp;subd=soleh93&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/soleh93.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/soleh93.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/soleh93.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/soleh93.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/soleh93.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/soleh93.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/soleh93.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/soleh93.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/soleh93.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/soleh93.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/soleh93.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/soleh93.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/soleh93.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/soleh93.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=soleh93.wordpress.com&amp;blog=5826007&amp;post=1&amp;subd=soleh93&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://soleh93.wordpress.com/2008/12/12/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e39a1fb28567e03a15daedd38dbc554?s=96&#38;d=identicon" medium="image">
			<media:title type="html">soleh93</media:title>
		</media:content>
	</item>
	</channel>
</rss>
