<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043016" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043016</link>
    <description></description>
    <language>en</language>
          <item>
    <title>@azmir
there are no images</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/what-are-h1-h2-so-web-design#comment-1238164</link>
    <description> &lt;p&gt;@azmir&lt;/p&gt;
&lt;p&gt;there are no images attached in this thread&lt;/p&gt;
&lt;p&gt;what kid of problem are you having?&lt;/p&gt;
&lt;p&gt;when you attach an image to your post, you get an error message that you can safely ignore (Jeeves &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt; ) then when you attach another image, it looks like they go away, but they are still there - click on &quot;Preview comment&quot; and you will see the images are attached but not listed..  you need to check the boxes to list them before you &quot;Post comment&quot; -- (any ideas, Jeeves (Mr. Fixit)) &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;if you then want to display the attached image in the post, you need to copy the url listed by the attached image and use the image tool (2nd icon from right in the toolbar) and use the url to display that image in the post.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;(code) &lt;code&gt;&amp;lt;img src=&amp;quot;http://www.webmaster-forums.net/files/lolcat_0.jpg&amp;quot; alt=&amp;quot;an attached image&amp;quot; /&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.webmaster-forums.net/files/lolcat_0.jpg&quot; alt=&quot;an attached image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Feb 2009 22:41:46 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1238164 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>forum seems to be giving me</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/what-are-h1-h2-so-web-design#comment-1238158</link>
    <description> &lt;p&gt;forum seems to be giving me some hard problems in seeing the attached images. None the less I am sure it&#039;s just a temporary thing, probably a small bug.&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Feb 2009 20:46:12 +0000</pubDate>
 <dc:creator>azmir</dc:creator>
 <guid isPermaLink="false">comment 1238158 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>jj1 wrote:
&lt; h1 &gt;Website</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/what-are-h1-h2-so-web-design#comment-1238097</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;jj1&lt;/em&gt; wrote:&lt;/div&gt;&amp;lt; h1 &amp;gt;Website Design Bury St Edmunds&amp;lt; /h1 &amp;gt; - nb take out spaces after &quot;&amp;lt;&quot; and before &quot;&amp;gt;&quot; - I had to put them in to make the code show.&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;use the code tags, third icon from the right on the toolbar:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;h1&amp;gt;Website Design Bury St Edmunds&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;jj1&lt;/em&gt; wrote:&lt;/div&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;h1 {&lt;br /&gt;	font-family: Arial, Helvetica, sans-serif;&lt;br /&gt;	font-size: x-large;&lt;br /&gt;	color: #000000;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;it is also possible to set &lt;code&gt;font-size: 1em; font-weight: normal;&lt;/code&gt; so that the h1 tag displays as normal text but still highlights the keywords for SEO. This is considered an acceptable white-hat practice.&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Feb 2009 00:33:50 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1238097 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>When using h1 - h6 tags, I</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/what-are-h1-h2-so-web-design#comment-1238089</link>
    <description> &lt;p&gt;When using h1 - h6 tags, I use this code on a web page:&lt;/p&gt;
&lt;p&gt;&amp;lt; h1 &amp;gt;Website Design Bury St Edmunds&amp;lt; /h1 &amp;gt; - nb take out spaces after &quot;&amp;lt;&quot; and before &quot;&amp;gt;&quot; - I had to put them in to make the code show.&lt;/p&gt;
&lt;p&gt;then I define the format of the h1 tag in my style sheet:&lt;/p&gt;
&lt;p&gt;h1 {&lt;br /&gt;
	font-family: Arial, Helvetica, sans-serif;&lt;br /&gt;
	font-size: x-large;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Obviously, in the above example I use the h1 tag to target the keyword phrase &quot;website design bury st edmunds&quot;.&lt;/p&gt;
&lt;p&gt;On each page, I target my main keyword phrase for that page with an h1 tag (Google gives most weight to this tag)and then use the h2 - h6 tags to target variations on a theme - eg &quot;Welcome to Web Design Bury St Edmunds&quot; or &quot;Web Design for Small Businesses in Bury St Edmunds Area&quot;. Personally, I am happy to have all of my subheadings as h2 headings - that way they all look the same. Don&#039;t overdo the keywords or you might be penalised for spam - that&#039;s why I sometimes include a h2 subheading that doesn&#039;t include the keywords or that uses them out of order as per my last example.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Feb 2009 22:31:15 +0000</pubDate>
 <dc:creator>jj1</dc:creator>
 <guid isPermaLink="false">comment 1238089 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>They are html tags to format</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/what-are-h1-h2-so-web-design#comment-1238036</link>
    <description> &lt;p&gt;They are html tags to format the enclosed content (text usually) according to Header 1 and Header 2 style rules (there are 6 headers available in standard html with 1 the largest and 6 the smallest).&lt;/p&gt;
&lt;p&gt;The tags have a default style assigned in the web browser that renders the web page, and they can be customized with css&lt;/p&gt;
&lt;p&gt;The h1 and h2 tags are important for SEO&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.w3schools.com/html/html_headings.asp&quot; title=&quot;http://www.w3schools.com/html/html_headings.asp&quot;&gt;http://www.w3schools.com/html/html_headings.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.google.com/search?hl=en&amp;amp;q=h1+and+seo&quot; title=&quot;http://www.google.com/search?hl=en&amp;amp;q=h1+and+seo&quot;&gt;http://www.google.com/search?hl=en&amp;amp;q=h1+and+seo&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Title is the document title as displayed at the top of the browser window, also crucial for SEO. Title can be a static tag in the head of the document or manipulated dynamically.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.w3schools.com/html/html_head.asp&quot; title=&quot;http://www.w3schools.com/html/html_head.asp&quot;&gt;http://www.w3schools.com/html/html_head.asp&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Feb 2009 02:57:36 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1238036 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>What you are talking about</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/what-are-h1-h2-so-web-design#comment-1238051</link>
    <description> &lt;p&gt;What you are talking about is HTML. A Web page has up to three types of code. HTML adds semantic meaning to the content of a page; CSS is used to affect the appearance (on a screen, printer, or whatever); JavaScript is mostly used to add dynamic properties, like a calendar date-picker, for example.&lt;/p&gt;
&lt;p&gt;Most browsers have CSS built in. Those H tages you mention are usually bold, for example. But there are substantial differences between the way browsers display the content of these tags, so most of us use a lot of CSS to make things show up the way we want. We can often get away without JavaScript, although it&#039;s nice to know about.&lt;/p&gt;
&lt;p&gt;There is an excellent set of short, carefully explained tutorials at dev.opera.com. You may like to start with these &lt;a href=&quot;http://dev.opera.com/articles/view/12-the-basics-of-html/&quot;&gt;Basics of HTML&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hope this helps. Good luck. Let us know when you need help. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Feb 2009 01:57:19 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1238051 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
