<?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>solutionsonline</title>
	<atom:link href="http://solutionsonline.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutionsonline.wordpress.com</link>
	<description>for my students</description>
	<lastBuildDate>Tue, 29 Mar 2011 17:32:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='solutionsonline.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>solutionsonline</title>
		<link>http://solutionsonline.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://solutionsonline.wordpress.com/osd.xml" title="solutionsonline" />
	<atom:link rel='hub' href='http://solutionsonline.wordpress.com/?pushpress=hub'/>
		<item>
		<title>The PRE Formatted Text Element</title>
		<link>http://solutionsonline.wordpress.com/2009/05/30/the-pre-formatted-text-element/</link>
		<comments>http://solutionsonline.wordpress.com/2009/05/30/the-pre-formatted-text-element/#comments</comments>
		<pubDate>Sat, 30 May 2009 11:44:00 +0000</pubDate>
		<dc:creator>solutionsonline</dc:creator>
				<category><![CDATA[Block Level Elements]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[HTML / XHTML]]></category>
		<category><![CDATA[Learn HTML]]></category>
		<category><![CDATA[Learn XHTML]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://solutionsonline.wordpress.com/?p=76</guid>
		<description><![CDATA[The &#60;pre&#62; element of HTML is used to insert any preformatted text in the HTML Document. This imples that the spaces, tabs, return keys, and other formatting characters are preserved and displayed as they appear in the content of the &#60;pre&#62; element. On most of the browsers, the contents of the &#60;pre&#62; are displayed using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=76&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The &lt;pre&gt; element of HTML is used to insert any preformatted text in the HTML Document. This imples that the spaces, tabs, return keys, and other formatting characters are preserved and displayed as they appear in the content of the &lt;pre&gt; element. On most of the browsers, the contents of the &lt;pre&gt; are displayed using a monospace font like courier.</p>
<p><strong>Syntax</strong>:<br />
&lt;pre property=&#8221;value&#8221; property=&#8221;value&#8221;&gt;<br />
contents of the pre formatted element<br />
&lt;/pre&gt;</p>
<p><strong>Valid Properties</strong>:<br />
1. <strong>width </strong>The width attribute is used to set the width of the pre-formatted region. The value of this attribute should be the largest / maximum number of characters that appear on a single line of the contents of the &lt;pre&gt; element. However, in prectice, this property is available only under the Transitional HTML versions.<br />
2. <strong>xml:space</strong> This property is included in the XHTML 1.0 specification and is used to set whether spaces need to be preserved within the &lt;pre&gt;&#8230;&lt;/pre&gt; tags or whether the default white space handling should be employed. In practice, this attribute is not used. The only allowe value for this property is &#8220;preserve&#8221;.</p>
<p>Other properties for the &lt;pre&gt; element include the following common properties &#8211; class, dir, id, lang, style, title.</p>
<p>Refer to  <a title="Common HTML / XHTL Properties" href="http://solutionsonline.wordpress.com/2008/11/27/common-attributes-reference/">Common Properties</a> page for details of these properties.</p>
<p><strong>Example</strong>:<br />
&lt;pre&gt;<br />
1<br />
121<br />
12321<br />
1234321<br />
12321<br />
121<br />
1<br />
&lt;/pre&gt;</p>
<p><strong>Notes</strong>:<br />
1. Under the Transitional HTML and XHTML versions, the use of &lt;applet&gt;, &lt;basefont&gt;, &lt;big&gt;, &lt;font&gt;, &lt;img&gt;, &lt;object&gt;, &lt;small&gt;, &lt;sub&gt; and &lt;sup&gt; HTML elements is denied within the &lt;pre&gt; element.<br />
2. Under the Strict HTML and XHTML versions, only the &lt;big&gt;, &lt;img&gt;, &lt;object&gt;, &lt;small&gt;, &lt;sub&gt; and &lt;sup&gt; HTML elements are denied usage within the &lt;pre&gt; element.<br />
3. Strict HTML and XHTML do not support the width attribute.<br />
4. HTML 2.0 and HTML 3.2 support only the width property for the &lt;pre&gt; element.<br />
5. The most essential point to note is that though &lt;pre&gt; element is not supposed to contain many HTML elements, the browsers do not obey this rule and will render almost all of the HTML elements even if they are enclosed within the &lt;pre&gt; element.</p>
<br />Posted in Block Level Elements  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solutionsonline.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solutionsonline.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solutionsonline.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solutionsonline.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/solutionsonline.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solutionsonline.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solutionsonline.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/solutionsonline.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solutionsonline.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solutionsonline.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solutionsonline.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solutionsonline.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solutionsonline.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solutionsonline.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=76&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://solutionsonline.wordpress.com/2009/05/30/the-pre-formatted-text-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e11e33aaaca76c740dc3da760fde0e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solutionsonline</media:title>
		</media:content>
	</item>
		<item>
		<title>The PARAGRAPH Element</title>
		<link>http://solutionsonline.wordpress.com/2009/05/30/the-paragraph-element/</link>
		<comments>http://solutionsonline.wordpress.com/2009/05/30/the-paragraph-element/#comments</comments>
		<pubDate>Sat, 30 May 2009 11:40:55 +0000</pubDate>
		<dc:creator>solutionsonline</dc:creator>
				<category><![CDATA[Block Level Elements]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[HTML / XHTML]]></category>
		<category><![CDATA[Learn HTML]]></category>
		<category><![CDATA[Learn XHTML]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://solutionsonline.wordpress.com/?p=74</guid>
		<description><![CDATA[The paragraph &#60;p&#62; element of HTML is used to insert a paragraph of text in the HTML Document. Though the paragraph element inserts a paragraph in the document, the first line of the paragraph does not get automatically indented as in normal paragraphs that we find in text books. To indent the paragraph we have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=74&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The paragraph &lt;p&gt; element of HTML is used to insert a paragraph of text in the HTML Document. Though the paragraph element inserts a paragraph in the document, the first line of the paragraph does not get automatically indented as in normal paragraphs that we find in text books. To indent the paragraph we have to use either Style Sheets or we can use the special HTML symbols fo the tab etc.. The paragraph element is a closed tag and its contents make the paragraph.</p>
<p><strong>Syntax</strong>:<br />
&lt;p property=&#8221;value&#8221; property=&#8221;value&#8221; &#8230;&gt;<br />
Paragraph Contents<br />
&lt;/p&gt;</p>
<p><strong>Valid Properties</strong>:<br />
The properties supported by the &lt;p&gt; element are as -<br />
1. <strong>align </strong>This property sets the horizontal alignment of the contents of the paragraph. The possible values are any one from &#8211; center, left, right and justify. Note that the align property is supported only in the Transitional Version of the HTML. In Strict versions and XHTML, this is to be implemented using the Style Sheets.</p>
<p>Other properties for the &lt;p&gt; element include the following common properties &#8211; class, dir, id, lang, style, title.</p>
<p>Refer to  <a title="Common HTML/XHTML Properties" href="http://solutionsonline.wordpress.com/2008/11/27/common-attributes-reference/">Common Properties</a> page for details of these properties.</p>
<p><strong>Example</strong>:<br />
&lt;p align=&#8221;center&#8221;&gt; This is a sample paragraph text to display the fact that the paragraph content is not indented via HTML. One has to use Style Sheets and / or HTML special Characters to get the first line of text indented as in any normal paragraph. Also note that when a paragraph element is used, it automatically inserts a blankline after the content of the paragraph. The paragraph element is a closed tag and as such you have to use the normal closing method for the paragraph element.&lt;/p&gt;</p>
<p><strong>Notes</strong>:<br />
1. As &lt;p&gt; is a block level element, browsers typically insert a blank line. But this can be changed in case you are using Style Sheets.<br />
2. Under Strict HTML and XHTML, there is no support for the align property and this is implemented using Style Sheets.<br />
3. The indention of the first line of the paragraph is also handled using Style Sheets.<br />
4. Though &lt;/p&gt; is optional under the HTML, it is always advisable to end the paragraph with the &lt;/p&gt; as this indicates the logical end of a paragraph. Also, XHTML requires that the &lt;p&gt; element must have a matching &lt;/p&gt; to close off the &lt;p&gt; element.<br />
5. Just as multiple consecutive spaces and other whitespaces are rendered as a single space or white space character, consecutive empty paragraph elements are rendered as a single paragraph on mots browsers. As such, avoid using paragraph element to insert blank lines in the document. In case you need blank lines, use the &lt;br /&gt; element.<br />
6. HTML 3.2 does not support justify value for the align property.<br />
7. HTML 2.0 does not support any property for the &lt;p&gt; element.</p>
<br />Posted in Block Level Elements  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solutionsonline.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solutionsonline.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solutionsonline.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solutionsonline.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/solutionsonline.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solutionsonline.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solutionsonline.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/solutionsonline.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solutionsonline.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solutionsonline.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solutionsonline.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solutionsonline.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solutionsonline.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solutionsonline.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=74&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://solutionsonline.wordpress.com/2009/05/30/the-paragraph-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e11e33aaaca76c740dc3da760fde0e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solutionsonline</media:title>
		</media:content>
	</item>
		<item>
		<title>The HEADING Elements</title>
		<link>http://solutionsonline.wordpress.com/2009/05/29/the-heading-elements/</link>
		<comments>http://solutionsonline.wordpress.com/2009/05/29/the-heading-elements/#comments</comments>
		<pubDate>Fri, 29 May 2009 14:16:32 +0000</pubDate>
		<dc:creator>solutionsonline</dc:creator>
				<category><![CDATA[Block Level Elements]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[HTML / XHTML]]></category>
		<category><![CDATA[Learn HTML]]></category>
		<category><![CDATA[Learn XHTML]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://solutionsonline.wordpress.com/?p=72</guid>
		<description><![CDATA[HTML allows six different tags to place Headings in the documents. The heading elements start with the letter h followed by a number from 1 through 6 as &#8211; &#60;h1&#62;, &#60;h2&#62;, &#60;h3&#62;, &#8230; &#60;h6&#62;. All of these heading elements are closed tags and this means that the headings close with the heading number that you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=72&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>HTML allows six different tags to place Headings in the documents. The heading elements start with the letter h followed by a number from 1 through 6 as &#8211; &lt;h1&gt;, &lt;h2&gt;, &lt;h3&gt;, &#8230; &lt;h6&gt;. All of these heading elements are closed tags and this means that the headings close with the heading number that you had initially started with. For example if you start a heading with &lt;h1&gt; you have to end the element with &lt;/h1&gt; and similary if you start with &lt;h6&gt; you have to end with &lt;/h6&gt;.</p>
<p><strong>Syntax</strong>:<br />
&lt;h1 property=&#8221;value&#8221; property=&#8221;value&#8221; &#8230;&gt; The actual Heading &lt;/h1&gt;</p>
<p><strong>Note</strong>: Though the above starts with h1, any of the heading elements can be put here and the same heading level should be used to close the heading element.</p>
<p><strong>Valid Properties</strong>:<br />
1. align    This property is used to set the horizontal alignment of the heading with reference to the current margins. The possible value that can be used for this property  is any one from &#8211; left, right, center or justify.</p>
<p>Apart from the above, the headings also have the common properties that can be set. Refer to the <a title="Common Attributes Reference Page" href="http://solutionsonline.wordpress.com/2008/11/27/common-attributes-reference/">common properties page</a> for an explanation of them.</p>
<p><strong>Example</strong>:<br />
&lt;h1 align=&#8221;center&#8221; title=&#8221;Sample Heading 1&#8243;&gt; This is the Heading number 1&lt;/h1&gt;</p>
<p><strong>Notes</strong>:<br />
1. In most implementations, heading numbers correspond inversely with the 6 font sizes supported by the &lt;font&gt; element. While, &lt;h1&gt; corresponds to font size 6, &lt;h6&gt; corresponds to font size 1. The default font size on most web browsers is 3. However, in modern times, it is preferred to use the Style Sheets to set the font sizes and other presentational features.</p>
<p>2. The align property of the headings is only available in Transitional version of HTML. However, HTML 3.0 supports only the align property and HTML 2.0 does not support any attributes for the headings.</p>
<br />Posted in Block Level Elements  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solutionsonline.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solutionsonline.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solutionsonline.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solutionsonline.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/solutionsonline.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solutionsonline.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solutionsonline.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/solutionsonline.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solutionsonline.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solutionsonline.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solutionsonline.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solutionsonline.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solutionsonline.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solutionsonline.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=72&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://solutionsonline.wordpress.com/2009/05/29/the-heading-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e11e33aaaca76c740dc3da760fde0e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solutionsonline</media:title>
		</media:content>
	</item>
		<item>
		<title>The DIV Element</title>
		<link>http://solutionsonline.wordpress.com/2009/05/28/the-div-element/</link>
		<comments>http://solutionsonline.wordpress.com/2009/05/28/the-div-element/#comments</comments>
		<pubDate>Thu, 28 May 2009 11:26:01 +0000</pubDate>
		<dc:creator>solutionsonline</dc:creator>
				<category><![CDATA[Block Level Elements]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[HTML / XHTML]]></category>
		<category><![CDATA[Learn HTML]]></category>
		<category><![CDATA[Learn XHTML]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://solutionsonline.wordpress.com/?p=67</guid>
		<description><![CDATA[The &#60;div&#62; element is used to create sub-sections in a HTML document. It creates a generic block of document that should be treated as a logical unit and will have no default rendering or monitoring. Syntax: &#60;div property=&#8221;value&#8221; property=&#8221;value&#8221; &#8230;. &#62; contents of the div &#60;/div&#62; Valid Properties: The &#60;div&#62; element has the following properties [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=67&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The &lt;div&gt; element is used to create sub-sections in a HTML document. It creates a generic block of document that should be treated as a logical unit and will have no default rendering or monitoring.</p>
<p><strong>Syntax</strong>:<br />
&lt;div property=&#8221;value&#8221; property=&#8221;value&#8221; &#8230;. &gt;<br />
contents of the div<br />
&lt;/div&gt;</p>
<p><strong>Valid Properties</strong>:<br />
The &lt;div&gt; element has the following properties -<br />
1. <strong>align </strong> The align property is used to align the contents within the div. The possible values are any one from the set &#8211; right, left, center, justify.</p>
<p>Other properties for the &lt;div&gt; element include the following common properties &#8211; class, dir, id, lang, style, title.</p>
<p>Refer to  <a title="Common Properties of HTML Elements" href="http://solutionsonline.wordpress.com/2008/11/27/common-attributes-reference/">Common Properties</a> page for details of these properties.</p>
<p><strong>Example</strong>:<br />
&lt;div align=&#8221;center&#8221;&gt; This is a sample piece of text that is placed inside a div but is aligned at the center of the page as the megings of the div are yet to be set.&lt;/div&gt;</p>
<p><strong>Notes</strong>:<br />
1. &lt;div&gt; element is a generic block tag and is very useful for binding scripts and/or styles to a section of the document. It complements the &lt;span&gt; element which is an inline element .<br />
2. HTML 4.01 Strict version specification does not support the align attribute. So it should be used only with the Transitional version of HTML.<br />
3. HTML 3.2 supports only the align property for the &lt;div&gt; element.</p>
<br />Posted in Block Level Elements  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solutionsonline.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solutionsonline.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solutionsonline.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solutionsonline.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/solutionsonline.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solutionsonline.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solutionsonline.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/solutionsonline.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solutionsonline.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solutionsonline.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solutionsonline.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solutionsonline.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solutionsonline.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solutionsonline.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=67&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://solutionsonline.wordpress.com/2009/05/28/the-div-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e11e33aaaca76c740dc3da760fde0e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solutionsonline</media:title>
		</media:content>
	</item>
		<item>
		<title>The CENTER Element</title>
		<link>http://solutionsonline.wordpress.com/2009/05/28/the-center-element/</link>
		<comments>http://solutionsonline.wordpress.com/2009/05/28/the-center-element/#comments</comments>
		<pubDate>Thu, 28 May 2009 11:21:58 +0000</pubDate>
		<dc:creator>solutionsonline</dc:creator>
				<category><![CDATA[Block Level Elements]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[HTML / XHTML]]></category>
		<category><![CDATA[Learn HTML]]></category>
		<category><![CDATA[Learn XHTML]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://solutionsonline.wordpress.com/?p=63</guid>
		<description><![CDATA[The &#60;center&#62; element causes the enclosed contents to be center aligned within the margins of the current element. These margins are either the default page margins (for the body contents) or the margins of specific elements (like div, span or tables). Syntax: &#60;center property=&#8221;value&#8221; property=&#8221;value&#8221; &#8230;. &#62; content to be centered &#60;/center&#62; Valid Properties: The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=63&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The &lt;center&gt; element causes the enclosed contents to be center aligned within the margins of the current element. These margins are either the default page margins (for the body contents) or the margins of specific elements (like div, span or tables).</p>
<p><strong>Syntax</strong>:<br />
&lt;center property=&#8221;value&#8221; property=&#8221;value&#8221; &#8230;. &gt;<br />
content to be centered<br />
&lt;/center&gt;</p>
<p><strong>Valid Properties</strong>:<br />
The &lt;center&gt; element has the following properties -<br />
1. class<br />
2. dir<br />
3. id<br />
4. lang<br />
5. style<br />
6. title</p>
<p>Refer to  <a title="Common Properties of HTML Elements" href="http://solutionsonline.wordpress.com/2008/11/27/common-attributes-reference/">Common Properties</a> page for details of these properties.</p>
<p><strong>Example</strong>:<br />
&lt;center&gt; This is a sample piece of text that is placed at the center of the page.&lt;/center&gt;</p>
<p><strong>Notes</strong>:<br />
1. &lt;center&gt; element was defined by W3C as a shorthand notation for &lt;div align=&#8221;center&#8221;&gt;<br />
2. Strict versions of the HTML and XHTML do not include the &lt;center&gt; element. The &lt;center&gt; element is deprecated and CSS is used to aligne the contents anywhere on the page.<br />
3. HTML 3.2 does not support any properties for the &lt;center&gt; element.</p>
<br />Posted in Block Level Elements  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solutionsonline.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solutionsonline.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solutionsonline.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solutionsonline.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/solutionsonline.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solutionsonline.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solutionsonline.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/solutionsonline.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solutionsonline.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solutionsonline.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solutionsonline.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solutionsonline.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solutionsonline.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solutionsonline.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=63&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://solutionsonline.wordpress.com/2009/05/28/the-center-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e11e33aaaca76c740dc3da760fde0e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solutionsonline</media:title>
		</media:content>
	</item>
		<item>
		<title>The BLOCKQUOTE Element</title>
		<link>http://solutionsonline.wordpress.com/2009/05/28/the-blockquote-element/</link>
		<comments>http://solutionsonline.wordpress.com/2009/05/28/the-blockquote-element/#comments</comments>
		<pubDate>Thu, 28 May 2009 11:19:48 +0000</pubDate>
		<dc:creator>solutionsonline</dc:creator>
				<category><![CDATA[Block Level Elements]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[HTML / XHTML]]></category>
		<category><![CDATA[Learn HTML]]></category>
		<category><![CDATA[Learn XHTML]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://solutionsonline.wordpress.com/?p=60</guid>
		<description><![CDATA[The &#60;blockquote&#62; element is used to indicate that the enclosed text is an extended updation. Most browsers indent the content of the &#60;blockquote&#62; element to render this text differently. Generally, the &#60;blockqoute&#62; element indicates a quotation from another source. Syntax: &#60;blockquote property=&#8221;value&#8221; property=&#8221;value&#8221; &#8230;. &#62; quotation &#60;/blockquote&#62; Valid Properties: The &#60;blockquote&#62; element has the following [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=60&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The &lt;blockquote&gt; element is used to indicate that the enclosed text is an extended updation. Most browsers indent the content of the &lt;blockquote&gt; element to render this text differently. Generally, the &lt;blockqoute&gt; element indicates a quotation from another source.</p>
<p><strong>Syntax</strong>:<br />
&lt;blockquote property=&#8221;value&#8221; property=&#8221;value&#8221; &#8230;. &gt;<br />
quotation<br />
&lt;/blockquote&gt;</p>
<p><strong>Valid Properties</strong>:<br />
The &lt;blockquote&gt; element has the following properties -<br />
1. <strong>cite </strong>This property is used to specify the name of the url from where the quotation has been referred to. Note that this value (url) is not displayed on the page. It gets displayed only when one views the page source.</p>
<p>Other properties include the class, dir, id, lang, style and title.</p>
<p>Refer to  <a title="Common Properties of HTML Elements" href="http://solutionsonline.wordpress.com/2008/11/27/common-attributes-reference/">Common Properties</a> page for details of these properties.</p>
<p><strong>Example</strong>:<br />
&lt;blockquote cite=&#8221;http://www.xyzcompany.com/a.htm&#8221;&gt; This is a sample quotaion that I have borrowed from a friend&#8217;s site &lt;/blockquote&gt;</p>
<p><strong>Notes</strong>:<br />
1. HTML 2.0 and HTML 3.0 do not support any attributes for the &lt;blockquote&gt; element.<br />
2. Some browsers understand the &lt;bq&gt; shorthand notation. However, as the number of these browsers is less, the &lt;bq&gt; should be avoided and the &lt;blockquote&gt; element should be used.</p>
<br />Posted in Block Level Elements  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solutionsonline.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solutionsonline.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solutionsonline.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solutionsonline.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/solutionsonline.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solutionsonline.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solutionsonline.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/solutionsonline.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solutionsonline.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solutionsonline.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solutionsonline.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solutionsonline.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solutionsonline.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solutionsonline.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=60&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://solutionsonline.wordpress.com/2009/05/28/the-blockquote-element/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e11e33aaaca76c740dc3da760fde0e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solutionsonline</media:title>
		</media:content>
	</item>
		<item>
		<title>The ADDRESS Element</title>
		<link>http://solutionsonline.wordpress.com/2009/05/27/the-address-element/</link>
		<comments>http://solutionsonline.wordpress.com/2009/05/27/the-address-element/#comments</comments>
		<pubDate>Wed, 27 May 2009 14:27:39 +0000</pubDate>
		<dc:creator>solutionsonline</dc:creator>
				<category><![CDATA[Block Level Elements]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[HTML / XHTML]]></category>
		<category><![CDATA[Learn HTML]]></category>
		<category><![CDATA[Learn XHTML]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://solutionsonline.wordpress.com/?p=58</guid>
		<description><![CDATA[The &#60;address&#62; element marks up text indication authorship of information. It generally occurs at the beginning of the document. This element is used to specify the author&#8217;s address. This address is rendered in italics by most browsers. Syntax: &#60;address property=&#8221;value&#8221; property=&#8221;value&#8221; &#8230; /&#62; address of the author of the document goes here &#60;/address&#62; Valid Properties: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=58&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The &lt;address&gt; element marks up text indication authorship of information. It generally occurs at the beginning of the document. This element is used to specify the author&#8217;s address. This address is rendered in italics by most browsers.</p>
<p><strong>Syntax</strong>:<br />
&lt;address property=&#8221;value&#8221; property=&#8221;value&#8221; &#8230; /&gt;<br />
address of the author of the document goes here<br />
&lt;/address&gt;</p>
<p><strong>Valid Properties</strong>:<br />
The &lt;address&gt; element supports the following properties -<br />
1. class<br />
2. dir<br />
3. id<br />
4. lang<br />
5. style<br />
6. title</p>
<p>See the <a title="Common Attributes Reference" href="http://solutionsonline.wordpress.com/2008/11/27/common-attributes-reference/">common properties page</a> for details on the use of these properties.</p>
<p><strong>Example</strong>:<br />
&lt;address id=&#8221;address&#8221; title=&#8221;Address of Author&#8221;&gt;<br />
B/6 Saheed Nagar,&lt;br /&gt;<br />
Bhubaneswar.&lt;br /&gt;<br />
&lt;/address&gt;</p>
<p><strong>Notes</strong>:<br />
1. Under HTML 2.0 and 3.2 the &lt;address&gt; element does not have any property.<br />
2. The address is displayed in Italics by most browsers if no CSS is applied.</p>
<br />Posted in Block Level Elements  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solutionsonline.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solutionsonline.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solutionsonline.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solutionsonline.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/solutionsonline.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solutionsonline.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solutionsonline.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/solutionsonline.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solutionsonline.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solutionsonline.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solutionsonline.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solutionsonline.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solutionsonline.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solutionsonline.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=58&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://solutionsonline.wordpress.com/2009/05/27/the-address-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e11e33aaaca76c740dc3da760fde0e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solutionsonline</media:title>
		</media:content>
	</item>
		<item>
		<title>The STYLE Element</title>
		<link>http://solutionsonline.wordpress.com/2009/05/26/the-style-element/</link>
		<comments>http://solutionsonline.wordpress.com/2009/05/26/the-style-element/#comments</comments>
		<pubDate>Tue, 26 May 2009 15:03:10 +0000</pubDate>
		<dc:creator>solutionsonline</dc:creator>
				<category><![CDATA[Head Section Elements]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[HTML / XHTML]]></category>
		<category><![CDATA[Learn HTML]]></category>
		<category><![CDATA[Learn XHTML]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://solutionsonline.wordpress.com/2008/11/26/53/</guid>
		<description><![CDATA[The &#60;style&#62; element is used to enclose style sheet rules for a document. This element should be used only in the &#60;head&#62; element. Style rules within a document&#8217;s &#60;body&#62; element should be specified with the style property for the various elements. Syntax: &#60;style property=&#8221;value&#8221; property=&#8221;value&#8221;&#8230;&#62; &#60;!&#8211; Comment out the actual style sheet Style Sheet Here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=53&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The &lt;style&gt; element is used to enclose style sheet rules for a document. This element should be used only in the &lt;head&gt; element. Style rules within a document&#8217;s &lt;body&gt; element should be specified with the style property for the various elements.</p>
<p><strong>Syntax</strong>:<br />
&lt;style property=&#8221;value&#8221; property=&#8221;value&#8221;&#8230;&gt;<br />
&lt;!&#8211; Comment out the actual style sheet<br />
Style Sheet Here<br />
&#8211;&gt;<br />
&lt;/style&gt;</p>
<p><strong>Valid Properties</strong>:<br />
1. <strong>media</strong> The media property is used to specify the destination medium for the style information. The value of this property can be a single media descriptor like &#8220;screen&#8221; or a comma separated list. The allowed values for this property are &#8211; all, aural, braille, print, projection, screen, tty, tv.<br />
2. <strong>type</strong> The type property is used to define the type of stylesheet. The value of this attribute should be the MIME type of the Stylesheet language used. The most common value for this property is &#8220;text/css&#8221; which indicates a Cascading Style Sheet format.<br />
3. Other Properties include &#8211; dir, lan, id, title, xml:space.</p>
<p><strong>Notes</strong>:<br />
1. The style information can also be specified in external style sheets and in such a case the &lt;link /&gt; tag has to be used to get these stylesheets into the document.<br />
2. Style information can also be associated with a particular element using the style attribute of the element.<br />
3. Style rules should be commented out within the &lt;style&gt; tag to avoid wrong interpretation by non conforming browsers.</p>
<br />Posted in Head Section Elements  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solutionsonline.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solutionsonline.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solutionsonline.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solutionsonline.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/solutionsonline.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solutionsonline.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solutionsonline.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/solutionsonline.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solutionsonline.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solutionsonline.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solutionsonline.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solutionsonline.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solutionsonline.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solutionsonline.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=53&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://solutionsonline.wordpress.com/2009/05/26/the-style-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e11e33aaaca76c740dc3da760fde0e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solutionsonline</media:title>
		</media:content>
	</item>
		<item>
		<title>The SCRIPT Element</title>
		<link>http://solutionsonline.wordpress.com/2009/05/26/the-script-element/</link>
		<comments>http://solutionsonline.wordpress.com/2009/05/26/the-script-element/#comments</comments>
		<pubDate>Tue, 26 May 2009 05:42:14 +0000</pubDate>
		<dc:creator>solutionsonline</dc:creator>
				<category><![CDATA[Head Section Elements]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[HTML / XHTML]]></category>
		<category><![CDATA[Learn HTML]]></category>
		<category><![CDATA[Learn XHTML]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://solutionsonline.wordpress.com/?p=35</guid>
		<description><![CDATA[The &#60;script&#62; element encloses statements in a scripting language for Client-Side processing. Scripting statements can be included either inline or loaded from an external file and might be commented out to avoid execution by non-scripting aware browsers. Syntax: &#60;script property=&#8221;value&#8221; property=&#8221;value&#8221; &#8230; &#62; &#60;!&#8211;    Start Commenting for non script aware browsers Place your script here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=35&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The &lt;script&gt; element encloses statements in a scripting language for Client-Side processing. Scripting statements can be included either inline or loaded from an external file and might be commented out to avoid execution by non-scripting aware browsers.</p>
<p><strong>Syntax</strong>:<br />
&lt;script property=&#8221;value&#8221; property=&#8221;value&#8221; &#8230; &gt;<br />
&lt;!&#8211;    Start Commenting for non script aware browsers<br />
Place your script here<br />
// &#8211;&gt;<br />
&lt;/script&gt;</p>
<p><strong>Valid Properties</strong>:<br />
1. <strong>charset </strong>The default character set to be specified here is ISO-8859-1<br />
2. <strong>defer </strong>This property indicates that the browser might defer or delay the execution of this script. In practice, deferring code might be more dependent on the position of the  &lt;script&gt; tag or contents. Support for this property is inconsistent and as such this property should be rarely used. If used, however, this property has a value of defer. So if you plan to use this property then you use it as defer=&#8221;defer&#8221;.<br />
3. <strong>language </strong>This property specifies the language that is being used in the script. This can be JavaScript or VBScript or any other client side scripting language.<br />
4. <strong>src </strong>This property specifies the URL of the script code. This is specially useful when the script is placed in an external file and needs to be imported into the document.  In most cases, you will be writing the JavaScript code with a .js extension. In such a case the Web Server will automatically attach a MIME TYPE; if not then you will have to use the TYPE attribute to explicitly set the content type of the external script file.<br />
5. <strong>type </strong>The type attribute is used to set the MIME Type corresponding to the scripting language used. For JavaScript this will be &#8220;text/javascript&#8221;. In practice, the language attribute is more common way to indicate which scripting language is in effect but the type attribute is standard.<br />
6. <strong>xml:space</strong> This property is included in the X+HTML 1.0 specification and is used to set whether spaces need to be preserved within the &lt;script&gt;&#8230;&lt;/script&gt; tags or whether the default white space handling should be employed. In practice, this attribute is not used.<br />
Apart from the above mentioned properties, the &lt;script&gt; element also supports the id attribute.</p>
<p><strong>Examples</strong>:<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
&lt;!&#8211; Hide the script from non Java Script enabled browsers<br />
alert(&#8220;Hello&#8221;);<br />
// &#8211;&gt;<br />
&lt;/script&gt;</p>
<p>&lt;script language=&#8221;JavaScript 1.2&#8243; src=&#8221;superball.js&#8221;&gt;&lt;/script&gt;</p>
<p><strong>Explanation</strong>:<br />
In the first example, the script is written inside the &lt;script&gt; tags. The script is commented in the second line so that the browsers that are not javascript enabled do not show the code as a part of the web page. alert is a javascript function. Note that the ending of the comments in the fourth line is // &#8211;&gt; and not &#8211;&gt;. This is done because after the script starts, it will treat everything as javascript code and as &#8211;&gt; is not javascript code, it has to be commented out the Javascript way. The // in javascript indicate comments. So anything following the // will not be treated by javascript.</p>
<p>In the second example, the src property is used to specify the url of an external JavaScript file. Note that in such a case, there is no content inside the &lt;script&gt; element.</p>
<br />Posted in Head Section Elements  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solutionsonline.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solutionsonline.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solutionsonline.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solutionsonline.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/solutionsonline.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solutionsonline.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solutionsonline.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/solutionsonline.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solutionsonline.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solutionsonline.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solutionsonline.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solutionsonline.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solutionsonline.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solutionsonline.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=35&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://solutionsonline.wordpress.com/2009/05/26/the-script-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e11e33aaaca76c740dc3da760fde0e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solutionsonline</media:title>
		</media:content>
	</item>
		<item>
		<title>The LINK Element</title>
		<link>http://solutionsonline.wordpress.com/2009/05/25/the-link-element/</link>
		<comments>http://solutionsonline.wordpress.com/2009/05/25/the-link-element/#comments</comments>
		<pubDate>Mon, 25 May 2009 15:41:13 +0000</pubDate>
		<dc:creator>solutionsonline</dc:creator>
				<category><![CDATA[Head Section Elements]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[HTML / XHTML]]></category>
		<category><![CDATA[Learn HTML]]></category>
		<category><![CDATA[Learn XHTML]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://solutionsonline.wordpress.com/2008/11/25/the-link-element/</guid>
		<description><![CDATA[The &#60;link /&#62; element is used to specify the relationships between current and other documents. Possible uses for this element include defining a relationship framework for navigation and linking the document to a style sheet. Syntax: &#60;link property=&#8221;value&#8221; property=&#8221;value&#8221;&#8230;  /&#62; Valid Properties: 1. charset This property specifies the character-set used by the linked document. Allowed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=31&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The &lt;link /&gt; element is used to specify the relationships between current and other documents. Possible uses for this element include defining a relationship framework for navigation and linking the document to a style sheet.</p>
<p><strong>Syntax</strong>:<br />
&lt;link property=&#8221;value&#8221; property=&#8221;value&#8221;&#8230;  /&gt;</p>
<p><strong>Valid Properties</strong>:<br />
1. <strong>charset </strong>This property specifies the character-set used by the linked document. Allowed values are character-set names (such as EUC-JP) as defined in the RFC 2045.<br />
2. <strong>class </strong>This property is used to set the class for this &lt;link /&gt; element. The value is a user-define class name.<br />
3. <strong>dir </strong>This property is used to define the direction of text in the linked document. The possible values are rtl(right-to-left) or ltr(left-to-right).<br />
4. <strong>href </strong>This property specifies the URL of the linked resource. This may be an absolute or relative url name containing the linked document.<br />
5. <strong>hreflang </strong>This property indicates the language of the linked resource. This is specified in a two letter language code for the language used in the linked resource.<br />
6. <strong>id </strong>This property is used to associate a user defined identifier with this &lt;link /&gt; tag and this can be used by CSS or scripts at a later point in the document.<br />
7. <strong>lang </strong>This property is used to define the languages using a two-letter code that is used in the link.<br />
8. <strong>media </strong>This property specifies the destination medium for any linked style medium as indicated when the rel property (described next) is set to style sheet. The possible values for the media property are any one from &#8211; aural, braille, print, projection, screen, other or all.<br />
9. <strong>rel </strong>This property names a relation between the linked document and the current document. Possible values include any of &#8211; alternate, bookmark, chapter, contents, copyright, glossary, help, index, next, prev, section, start, stylesheet or subsection.<br />
10. <strong>rev </strong>This property shows the relationship of the current document to the external linked resource as defined by the href property. The rev property defines the reverse relationship compare to the value of the rel property. The possible values are similar to the rel property (see above).<br />
11. <strong>style </strong>This property can contain any valid CSS statement that needs to be implemented in the link tag.<br />
12. <strong>target </strong>This property sets the frame name in which the linked resource will be loaded. This property can have a value of a frame name (if frames are used in the document). This property is used in Transitional HTML only.<br />
13. <strong>title </strong>This is used to display the text that gets displayed beneath the mouse poinetr when it hovers over the linked resource.<br />
14. <strong>type </strong>This property is used to define the type of content linked to. The value of this property should be a MIME type such as text/html or text/css. The common use of this property is to define the type of style sheet linked and the most common value is text/css which indicates the CSS format.</p>
<p><strong>Example</strong>:<br />
&lt;link href=&#8221;products.htm&#8221; rel=&#8221;parent&#8221; /&gt;<br />
&lt;link href=&#8221;headstyle.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; media=&#8221;all&#8221; /&gt;</p>
<p><strong>Notes</strong>:<br />
1. The &lt;link /&gt; element can appear only in the &lt;head&gt; section, however there can be multiple occurances of the &lt;link /&gt; tag in the document.<br />
2. HTML 3.2 defines only the href, rel, rev and title attributes for the &lt;link /&gt; tag.<br />
3. The most common use of the &lt;link /&gt; tag is to include and link the external Style Sheets. As such, the most common use of the rel property is to specify a link to the external stylesheet and the href attribute sets the url of this external Style Sheet.</p>
<br />Posted in Head Section Elements  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solutionsonline.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solutionsonline.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solutionsonline.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solutionsonline.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/solutionsonline.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solutionsonline.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solutionsonline.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/solutionsonline.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solutionsonline.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solutionsonline.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solutionsonline.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solutionsonline.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solutionsonline.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solutionsonline.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solutionsonline.wordpress.com&amp;blog=5557875&amp;post=31&amp;subd=solutionsonline&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://solutionsonline.wordpress.com/2009/05/25/the-link-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e11e33aaaca76c740dc3da760fde0e54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solutionsonline</media:title>
		</media:content>
	</item>
	</channel>
</rss>
