<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: What&#8217;s the right way to mark up Forms in HTML and CSS?</title>
	<atom:link href="http://meganmcdermott.com/2007/07/25/whats-the-right-way-to-mark-up-forms-in-html-and-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://meganmcdermott.com/2007/07/25/whats-the-right-way-to-mark-up-forms-in-html-and-css/</link>
	<description>Web design and that</description>
	<lastBuildDate>Fri, 04 May 2012 23:55:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Megan</title>
		<link>http://meganmcdermott.com/2007/07/25/whats-the-right-way-to-mark-up-forms-in-html-and-css/comment-page-1/#comment-11773</link>
		<dc:creator>Megan</dc:creator>
		<pubDate>Sat, 06 Oct 2007 14:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.meganmcdermott.com/2007/07/25/whats-the-right-way-to-mark-up-forms-in-html-and-css/#comment-11773</guid>
		<description>That&#039;s my option &quot;g&quot; above. I don&#039;t like that method because, as I saw pointed out somewhere (but I forget where), the input isn&#039;t the label. Putting the label around it wouldn&#039;t be semantically correct. But are lists? Ehhh....</description>
		<content:encoded><![CDATA[<p>That&#8217;s my option &#8220;g&#8221; above. I don&#8217;t like that method because, as I saw pointed out somewhere (but I forget where), the input isn&#8217;t the label. Putting the label around it wouldn&#8217;t be semantically correct. But are lists? Ehhh&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catarina Santos</title>
		<link>http://meganmcdermott.com/2007/07/25/whats-the-right-way-to-mark-up-forms-in-html-and-css/comment-page-1/#comment-11735</link>
		<dc:creator>Catarina Santos</dc:creator>
		<pubDate>Fri, 05 Oct 2007 23:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.meganmcdermott.com/2007/07/25/whats-the-right-way-to-mark-up-forms-in-html-and-css/#comment-11735</guid>
		<description>In Lynda.com&#039;s &quot;CSS for Designers&quot; by Andy Clarke and Molly E. Holzschlag they put the input inside the label tag:
&lt;code&gt;&lt;label for=&quot;name&quot;&gt;&lt;span&gt;Name:&lt;/span&gt;
&lt;input type=&quot;text&quot; name=&quot;name&quot; id=&quot;name&quot; /&gt;&lt;/label&gt;
&lt;label for=&quot;email&quot;&gt;&lt;span&gt;Email:&lt;/span&gt;
&lt;input type=&quot;text&quot; name=&quot;email&quot; id=&quot;email&quot; /&gt;&lt;/label&gt;
&lt;/code&gt;

I&#039;m not sure this is the best option, but it works. I prefer &lt;br /&gt; but I&#039;m still learning and I haven&#039;t created enough forms yet. :)</description>
		<content:encoded><![CDATA[<p>In Lynda.com&#8217;s &#8220;CSS for Designers&#8221; by Andy Clarke and Molly E. Holzschlag they put the input inside the label tag:<br />
<code>&lt;label for=&quot;name&quot;&gt;&lt;span&gt;Name:&lt;/span&gt;<br />
&lt;input type=&quot;text&quot; name=&quot;name&quot; id=&quot;name&quot; /&gt;&lt;/label&gt;<br />
&lt;label for=&quot;email&quot;&gt;&lt;span&gt;Email:&lt;/span&gt;<br />
&lt;input type=&quot;text&quot; name=&quot;email&quot; id=&quot;email&quot; /&gt;&lt;/label&gt;<br />
</code></p>
<p>I&#8217;m not sure this is the best option, but it works. I prefer &lt;br /&gt; but I&#8217;m still learning and I haven&#8217;t created enough forms yet. <img src='http://meganmcdermott.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Megan</title>
		<link>http://meganmcdermott.com/2007/07/25/whats-the-right-way-to-mark-up-forms-in-html-and-css/comment-page-1/#comment-9244</link>
		<dc:creator>Megan</dc:creator>
		<pubDate>Wed, 01 Aug 2007 19:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.meganmcdermott.com/2007/07/25/whats-the-right-way-to-mark-up-forms-in-html-and-css/#comment-9244</guid>
		<description>Almost every time I code a form I think about doing it with definition lists, and go back and forth a few times in my mind between regular lists (usually ordered) and definition lists before settling on regular lists.

I think this is one of those situations where there are several satisfactory solutions, none of which are ideal, but none of which are significantly better than the other.</description>
		<content:encoded><![CDATA[<p>Almost every time I code a form I think about doing it with definition lists, and go back and forth a few times in my mind between regular lists (usually ordered) and definition lists before settling on regular lists.</p>
<p>I think this is one of those situations where there are several satisfactory solutions, none of which are ideal, but none of which are significantly better than the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Guy</title>
		<link>http://meganmcdermott.com/2007/07/25/whats-the-right-way-to-mark-up-forms-in-html-and-css/comment-page-1/#comment-9217</link>
		<dc:creator>CSS Guy</dc:creator>
		<pubDate>Wed, 01 Aug 2007 01:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.meganmcdermott.com/2007/07/25/whats-the-right-way-to-mark-up-forms-in-html-and-css/#comment-9217</guid>
		<description>I got slammed by a couple of folks for using definition lists in my example.  The only thing clear is that we know there isn&#039;t a &quot;one way&quot; to do it, particularly since the variety of length and types of information asked will require different presentation methods, which many times means different markup.

Choose what is best for the one form you are putting together.

Check out wufoo for other form examples.  (They use unordered lists, and they do a great job).</description>
		<content:encoded><![CDATA[<p>I got slammed by a couple of folks for using definition lists in my example.  The only thing clear is that we know there isn&#8217;t a &#8220;one way&#8221; to do it, particularly since the variety of length and types of information asked will require different presentation methods, which many times means different markup.</p>
<p>Choose what is best for the one form you are putting together.</p>
<p>Check out wufoo for other form examples.  (They use unordered lists, and they do a great job).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

