<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035662" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035662</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/have-you-heard-these-html-elements#comment-1206314</link>
    <description> &lt;p&gt;I was familiar with all of them except for the  tag. In fact, I use fieldset, optgroup, legend etc on all forms I create nowadays and have done for about two years. The legend thing is a pain in the arse to style in a way that will be displayed the same in all browsers if you want to do anything advanced.&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Aug 2006 17:36:16 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1206314 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/have-you-heard-these-html-elements#comment-1206091</link>
    <description> &lt;p&gt;They&#039;re really minor things, Malodia. Lots of us haven&#039;t heard of all of those! They are relevant now (except for  which isn&#039;t supported by Internet Explorer yet).&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Aug 2006 12:55:49 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1206091 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/have-you-heard-these-html-elements#comment-1206004</link>
    <description> &lt;p&gt;Yikes.  I&#039;ve never heard of any of them.  Are these things that I should know?  Or just code curiosities that don&#039;t really relate anymore?&lt;/p&gt;
 </description>
     <pubDate>Fri, 18 Aug 2006 19:25:30 +0000</pubDate>
 <dc:creator>Malodia</dc:creator>
 <guid isPermaLink="false">comment 1206004 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/have-you-heard-these-html-elements#comment-1205991</link>
    <description> &lt;p&gt;I had heard of  awhile back, and  only about a week or two ago. The rest were news to me!&lt;/p&gt;
 </description>
     <pubDate>Fri, 18 Aug 2006 15:23:00 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1205991 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/have-you-heard-these-html-elements#comment-1205983</link>
    <description> &lt;p&gt;I took a peek at my html site (which I haven&#039;t done for a long time) and some of the tags weren&#039;t IE/Netscape friendly back 3 years ago, the following didn&#039;t work:&lt;/p&gt;
&lt;p&gt;Tag	Internet Explorer	Netscape&lt;br /&gt;
abbr	No	7 up&lt;br /&gt;
acronym	Yes	7 up&lt;br /&gt;
fieldset	Yes	6 up&lt;br /&gt;
label	Yes	Not properly in NS7&lt;br /&gt;
q	No	6.2 up&lt;/p&gt;
&lt;p&gt;Was tested back then on IE5.5 and NS 6 &amp;amp; 7 - mozilla wasn&#039;t big back then and Opera support was very limited&lt;/p&gt;
 </description>
     <pubDate>Fri, 18 Aug 2006 09:34:30 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1205983 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/have-you-heard-these-html-elements#comment-1205965</link>
    <description> &lt;p&gt;They are html 3 tags I believe, very old anyways.&lt;br /&gt;
A lot of these, although good do have their downfalls, the abbr for example leaves a dotted line under the word which displays differently in different browsers to an extent it can confuse people, and the CSS dorks often change the cursor for it making it even more confusing. as title= can now be used on just about anything the abbr and acronym can be replaced with span (CSS takes over again)&lt;/p&gt;
&lt;p&gt;I remember using address back when I did my html site, it didn&#039;t work in all brosers back then. is same results when using , although it does help a screen reader as the &#039;address&#039; is said, like the &lt;code&gt; and &lt;cite&gt; tags&lt;/cite&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Does Opera support fieldset/legend now? up to last version they never did and mozilla had real up and down support for it back in &#039;03 (I mentioned that on my html site on mells. page)&lt;/p&gt;
&lt;p&gt;label is another that should be in that list, is very useful for accessibilty but often overlooked&lt;/p&gt;
&lt;p&gt;the  is a dead tag almost, without css all it does is place quotes around the text, span is better off being abused than q&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Aug 2006 23:41:47 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1205965 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/have-you-heard-these-html-elements#comment-1205964</link>
    <description> &lt;p&gt;The only ones I know about were /. The rest is new to me.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: I don&#039;t really get . What&#039;s the use? This can this be done with a single  as well, right?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Search engines probably use(d) it to add places to their local searches (I have no evidence to support that, but it seems logical.) It can be done with a div, but you have to set a class, just styling the address tag would be shorter.&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Aug 2006 22:45:40 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1205964 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/have-you-heard-these-html-elements#comment-1205957</link>
    <description> &lt;p&gt;I&#039;ve heard about  and  before but never used  only  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/plain.png&quot; title=&quot;Plain&quot; alt=&quot;Plain&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Aug 2006 20:06:32 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1205957 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/have-you-heard-these-html-elements#comment-1205944</link>
    <description> &lt;p&gt;I hadn&#039;t heard of  and  before.&lt;br /&gt;
I don&#039;t really get . What&#039;s the use? This can this be done with a single  as well, right?&lt;br /&gt;
But I really like , indeed a gem!&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Aug 2006 14:26:02 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1205944 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
