<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1049303" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1049303</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Comments are closed on this</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/difference-between-css-and-html#comment-1272851</link>
    <description> &lt;p&gt;Comments are closed on this thread. Enough good responses have been posted already. No more are needed.&lt;/p&gt;
&lt;p&gt;If you&#039;re new to web design, you might want to take a look at &lt;a href=&quot;http://www.apaddedcell.com/introduction-to-web-technologies&quot;&gt;Introduction to web technologies&lt;/a&gt; at &lt;a href=&quot;http://www.apaddedcell.com&quot;&gt;A Padded Cell&lt;/a&gt;.&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Feb 2012 17:06:19 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1272851 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>HTML is the language used to</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/difference-between-css-and-html#comment-1272745</link>
    <description> &lt;p&gt;HTML is the language used to design elements,whereas css is the Stylesheet used for to decorate HTML elements.&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Feb 2012 11:06:02 +0000</pubDate>
 <dc:creator>tomcruise22</dc:creator>
 <guid isPermaLink="false">comment 1272745 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>HTML is web design language</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/difference-between-css-and-html#comment-1272741</link>
    <description> &lt;p&gt;HTML is web design language and CSS is cascading style sheet.&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Feb 2012 09:30:32 +0000</pubDate>
 <dc:creator>royal01</dc:creator>
 <guid isPermaLink="false">comment 1272741 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>HTML is for almost everything</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/difference-between-css-and-html#comment-1272599</link>
    <description> &lt;p&gt;HTML is for almost everything especially for the web content. On the other hand, CSS is use for the design and structure of a website. It defines font size, colors and other display tags.&lt;/p&gt;
 </description>
     <pubDate>Tue, 31 Jan 2012 01:33:34 +0000</pubDate>
 <dc:creator>gracie</dc:creator>
 <guid isPermaLink="false">comment 1272599 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>So many responses and yet I</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/difference-between-css-and-html#comment-1272595</link>
    <description> &lt;p&gt;So many responses and yet I still don&#039;t have a clear idea of what CSS is.  I&#039;d have to see an example.&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Jan 2012 18:26:31 +0000</pubDate>
 <dc:creator>travisbeach</dc:creator>
 <guid isPermaLink="false">comment 1272595 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Html is stand for Hyper text</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/difference-between-css-and-html#comment-1272523</link>
    <description> &lt;p&gt;Html is stand for Hyper text manpulation languge and CSS stand for cascading style sheet. HTML is your content and CSS is the presentation of your content&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Jan 2012 05:34:22 +0000</pubDate>
 <dc:creator>shamskhan</dc:creator>
 <guid isPermaLink="false">comment 1272523 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>thanks all of you for</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/difference-between-css-and-html#comment-1272347</link>
    <description> &lt;p&gt;thanks all of you for explaining about CSS and HTML in detail.&lt;/p&gt;
 </description>
     <pubDate>Sun, 22 Jan 2012 15:58:59 +0000</pubDate>
 <dc:creator>shopperpk</dc:creator>
 <guid isPermaLink="false">comment 1272347 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>HTML creates your page while</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/difference-between-css-and-html#comment-1272157</link>
    <description> &lt;p&gt;HTML creates your page while CSS design your page.&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 Jan 2012 07:30:18 +0000</pubDate>
 <dc:creator>honeyclarck</dc:creator>
 <guid isPermaLink="false">comment 1272157 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>HTML is the code that</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/difference-between-css-and-html#comment-1269900</link>
    <description> &lt;p&gt;HTML is the code that individual pages are written in.  If you have 2,000 pages with a blue top that you wanted to change to a white top, you&#039;d have to individually change all 2,000 pages.&lt;/p&gt;
&lt;p&gt;However, if you&#039;ve previously linked every page to a CSS style sheet, whatever you change in the style sheet will be changed on every single one of the HTML pages.&lt;/p&gt;
&lt;p&gt;So if you change the text style, or size, or heading colors, or anything else on your single CSS file, as soon as you save the file all the HTML pages linked to it (all 2,000) will instantly change.  &lt;/p&gt;
&lt;p&gt;So to change a 2,000 page site of HTML you have to make 2,000 individual changes.  &lt;/p&gt;
&lt;p&gt;To change a 2,000 page site made up of 2,000 HTML pages and one CSS style sheet, you only have to make one change.&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 Oct 2011 19:49:31 +0000</pubDate>
 <dc:creator>technologynow</dc:creator>
 <guid isPermaLink="false">comment 1269900 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Css means cascading style</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/difference-between-css-and-html#comment-1269834</link>
    <description> &lt;p&gt;Css means cascading style sheet.Html means hyper text markup language.&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Oct 2011 12:51:27 +0000</pubDate>
 <dc:creator>aman1</dc:creator>
 <guid isPermaLink="false">comment 1269834 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
