<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>DHTML ONLINE</title>
	<link>http://dhtmlonline.com</link>
	<description>HTML and DHTML tutorials</description>
	<lastBuildDate>Tue, 15 Sep 2009 09:37:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>HTML Layout</title>
		<description>Everywhere on the Web you will find pages that  				are formatted like newspaper pages using HTML columns.


HTML Layout - Using Tables



One very common practice  						with HTML, is to use HTML tables to format the layout of  						an HTML page.A part of this page is formatted with two ...</description>
		<link>http://dhtmlonline.com/html-layout/</link>
			</item>
	<item>
		<title>HTML Fonts</title>
		<description>The &#60;font&#62; tag in HTML is deprecated. It is  				supposed to be removed in a future version of HTML.

Even if a lot of people are using it, you  				should try to avoid it, and use styles instead.


The HTML &#60;font&#62; Tag
With HTML code like this, you can specify both ...</description>
		<link>http://dhtmlonline.com/html-fonts/</link>
			</item>
	<item>
		<title>HTML 4.0 Why</title>
		<description>HTML 3.2 Was Very Wrong !
The original HTML was never intended to contain tags  				for formatting a document. HTML tags were intended to  				define the content of the document like:

&#60;p&#62;This is a paragraph&#60;/p&#62;

&#60;h1&#62;This is a heading&#60;/h1&#62;

When tags like &#60;font&#62; and color attributes were added to the  				HTML ...</description>
		<link>http://dhtmlonline.com/html-4-0-why/</link>
			</item>
	<item>
		<title>HTML Styles</title>
		<description>With HTML 4.0 all formatting can be moved out  				of the HTML document and into a separate style sheet.


How to Use Styles
When a browser reads a style sheet, it will format the  				document according to it. There are three ways of inserting a  				style sheet:
External Style Sheet
An ...</description>
		<link>http://dhtmlonline.com/html-styles/</link>
			</item>
	<item>
		<title>HTML Head</title>
		<description>The Head Element
The head element contains general information, also called  				meta-information, about a document. Meta means "information  				about".

You can say that meta-data means information about data, or  				meta-information means information about information.


Information Inside the Head Element
The elements inside the head element should not be displayed  				by ...</description>
		<link>http://dhtmlonline.com/html-head/</link>
			</item>
	<item>
		<title>HTML Meta</title>
		<description>The Meta Element
As we explained in the previous chapter, the head element  				contains general information (meta-information) about a  				document.

HTML also includes a meta element that goes inside the head  				element. The purpose of the meta element is to provide  				meta-information about the document.

Most often the meta ...</description>
		<link>http://dhtmlonline.com/html-meta/</link>
			</item>
	<item>
		<title>HTML URLs</title>
		<description>HTML Links
When you click on a link in an HTML document like this: 				Last Page, an underlying &#60;a&#62; tag points to a place (an  				address) on the Web with an href attribute value like this: &#60;a  				href="index.asp"&#62;Last Page&#60;/a&#62;.

The Last Page link in the example is a link that ...</description>
		<link>http://dhtmlonline.com/html-urls/</link>
			</item>
	<item>
		<title>HTML Scripts</title>
		<description>Add scripts to HTML pages to make them more  				dynamic and interactive.


Insert a Script into HTML Page
A script in HTML is defined with the &#60;script&#62; tag. Note that  				you will have to use the type attribute to specify the scripting  				language.




&#60;html&#62;
&#60;head&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;script type="text/javascript"&#62;
document.write("Hello World!")
&#60;/script&#62;
&#60;/body&#62;
&#60;/html&#62;



The script above will produce ...</description>
		<link>http://dhtmlonline.com/html-scripts/</link>
			</item>
	<item>
		<title>HTML Attributes</title>
		<description>HTML tags can have attributes. The special attributes for  				each tag are listed under each tag description. The attributes  				listed here are the core and language attributes that are  				standard for all tags (with a few exceptions):


Core Attributes
Not valid in base, head, html, meta, param, script, style, ...</description>
		<link>http://dhtmlonline.com/html-attributes/</link>
			</item>
	<item>
		<title>HTML Events</title>
		<description>New to HTML 4.0 is the ability to let HTML events trigger  				actions in the browser, like starting a JavaScript when a user  				clicks on an HTML element. Below is a list of attributes that  				can be inserted into HTML tags to define event actions.


Window Events
Only valid ...</description>
		<link>http://dhtmlonline.com/html-events/</link>
			</item>
</channel>
</rss>
