<?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/"
	>

<channel>
	<title>EducationOnlineForComputers.com &#187; HTML</title>
	<atom:link href="http://www.educationonlineforcomputers.com/blogs/post/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.educationonlineforcomputers.com/blogs</link>
	<description>Free Software Training Blogs</description>
	<lastBuildDate>Wed, 09 Mar 2011 05:20:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>HTML and XHTML Tutorial</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2976/html-and-xhtml-tutorial</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2976/html-and-xhtml-tutorial#comments</comments>
		<pubDate>Fri, 11 Feb 2011 23:46:40 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.educationonlineforcomputers.com/blogs/?p=2976</guid>
		<description><![CDATA[Here is a good&#160;HTML and XHTML Tutorial, from State University of New York-Albany. The following is from this tutorial&#8217;s introduction: HTML (Hyper Text Markup Language) and XHTML (Extensible Hyper Text Markup Language) are the markup language from which all Web pages are built. Although there are new types of technology and coding options, including PHP, [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a good&nbsp;<b><a
 href="http://library.albany.edu/imc/html_tut/index.html">HTML
and XHTML Tutorial</a></b>, from State University of New
York-Albany. The following is from this tutorial&#8217;s introduction:<br />
<br />
HTML (Hyper Text Markup Language) and
XHTML (Extensible Hyper Text Markup Language) are the markup language
from
which all Web pages are built. Although there are new types of
technology and coding options, including PHP, ASP, XML and others,
traditional markup language is the place where &#8220;all things Web&#8221; starts.
Some Web editing software publishers claim that it is not necessary to
know HTML if you use their programs to build Web pages. However, this
is rarely the case. In almost every instance at least some knowledge of
HTML and XHTML is helpful.<br />
<br />
In this tutorial we will guide you through the basics of writing
HTML/XHTML code. It is important to realize that there is no better way
to learn and understand the code than to actually write and use it.
This tutorial will get you started on your first steps toward becoming
knowledgeable about the code. You may download a printable copy of <a
 href="http://library.albany.edu/imc/html_tut/pdf/IntroductionToHTMLOnlineIMC.pdf">this
HTML tutorial</a> here in pdf format (43 pages, 1.08mb). You may
expect this tutorial to take about 45 mintues to 1 hour if you
work through it quickly. To fully explore it will take 1 hour to 1 1
1/2 hour.<br />
<br />
<br />
<u>HTML/XHTML Tutorial Contents</u>:<br />
<br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/index.html#about">About
HTML/XHTML</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/index.html#technique">Technique</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/index.html#tools">Tools</a><a
 href="http://library.albany.edu/imc/html_tut/index.html#wvp"><br />
</a>&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/index.html#wvp">Web
vs. Print</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page2.html#getstart">Getting
Started</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page2.html#basic">Setting
Up the Basic Code</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page3.html#addformat">Adding
and Formatting Text</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page3.html#nesting">Nesting
Tags</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page4.html#advancedformat">Advanced
Text Formatting</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page4.html#color">Color
and the Web</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page5.html#headings">Headings</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page5.html#lists">Lists</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page5.html#links">Links</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page6.html#LandT">Layout
and Tables</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page7.html#addtable">Advanced
Table Formatting<br />
</a>&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page8.html#images">Images</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page9.html">Putting
It All Together</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page9.html#addimage">Adding
An Image</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page10.html#simple">Adding
A Simple Table<br />
</a>&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page11.html#main">Main
Body Information</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page11.html#finish">Finishing
Touches</a><br />
&nbsp;- <a
 href="http://library.albany.edu/imc/html_tut/page11.html#if">If
You Continue On</a><br />
<br />
<a href="http://library.albany.edu/imc/tagsheet.htm">Most
Commonly Used HTML/XHTML Tag List<br />
</a>The most commonly used HTML and XHTML tags are presented on
this page in an easy-to-use format.<br />
<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=2976&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2976/html-and-xhtml-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Build HTML eBook</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2868/how-to-build-html-ebook</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2868/how-to-build-html-ebook#comments</comments>
		<pubDate>Fri, 07 Jan 2011 20:09:50 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.educationonlineforcomputers.com/blogs/?p=2868</guid>
		<description><![CDATA[Here is a 75-page instructional ebook that will teach you how to code HTML to build web pages and sites, titled How to Build HTML. Click on the link to the pdf file on this page. This will help you learn the details of HTML so will be able to code it and update it [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a 75-page instructional ebook that will teach you how to code
HTML to build web pages and sites, titled <b><a
 href="http://library.ite-sy.net/Web%20Design/HTML/English/">How
to Build HTML</a></b>. Click on the link to the pdf file on
<a href="http://library.ite-sy.net/Web%20Design/HTML/English/">this
page</a>. This will help you learn the details of HTML so will be
able to code it and update it when needed. Many times you will already
have the code there, created from an application like Dreamweaver, but
sometimes it makes sense to review parts of the code and actually make
updates directly in the code to get what you want on your web page. Of
course, using CSS will make some of the HTML tags obsolete, but this
HTML ebook will help you review and change the HTML code as needed.
Please note the links in the ebook to download the templates no longer
work. (75 pages, 364kb, pdf)<br />
<br />
<br />
<u>Table of Contents of How to Build HTML ebook</u>:<br />
<br />
&nbsp;- The Basics<br />
&nbsp;- The Common Tags<br />
&nbsp;- More Common Tags<br />
&nbsp;- A little more tags<br />
&nbsp;- Extended Fonts and Text Color<br />
&nbsp;- Links and Images<br />
&nbsp;- Lists<br />
&nbsp;- Clean code, comments, and escape codes<br />
&nbsp;- Navigation within a document<br />
&nbsp;- Tables<br />
&nbsp;- Using Frames<br />
&nbsp;- Using Meta Tags<br />
&nbsp;- Forms<br />
&nbsp;- Forms continued<br />
&nbsp;- Counters and Search Engines<br />
&nbsp;- Graphics<br />
&nbsp;- HTML Style Basics<br />
<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=2868&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2868/how-to-build-html-ebook/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 HTML Reference Guides</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2769/4-html-reference-guides</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2769/4-html-reference-guides#comments</comments>
		<pubDate>Tue, 23 Mar 2010 03:43:46 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2769/4-html-reference-guides</guid>
		<description><![CDATA[Here are 4 HTML Reference Guides, from Ohio University, which provide technical references into the intricacies of HTML, web forms, CGI scripts, frames, HTML tags, creating HTML files, and testing these files. These HTML tutorial guides are designed in a way that beginners can move onto advanced topics easily. They are easy to follow and [...]]]></description>
			<content:encoded><![CDATA[<p>Here are <b><a
 href="http://technology.ohio.edu/help/referencemanuals.html">4
HTML Reference Guides</a></b>, from Ohio University, which
provide technical references into the intricacies of HTML, web forms,
CGI scripts, frames, HTML tags, creating HTML files, and testing these
files. These HTML tutorial guides are designed in a way that beginners
can move onto advanced topics easily. They are easy to follow and
understand with all of them having examples. All guides can be
downloaded for later reference&nbsp;and are in pdf format.<br />
<br />
<br />
<a
 href="http://www.ohio.edu/technology/training/upload/HTML-Advanced-Reference-Guide.pdf">HTML
Advanced Reference
Guide</a> 16 Pages, 154 Kb
<br />
This HTML tutorial guide&nbsp;explains what a Web Form is, how CGI
scripts work, what frames are, frame tags and the creation of HTML
files.<br />
<br />
&nbsp;-&nbsp;What is a Web Form
<br />
&nbsp;-&nbsp;What is a CGI Script File
<br />
&nbsp;-&nbsp;Initiating the HTML File
<br />
&nbsp;-&nbsp;Composing the Form Tags
<br />
&nbsp;-&nbsp;Saving Your HTML Form
<br />
&nbsp;-&nbsp;Testing Your Web File
<br />
&nbsp;-&nbsp;Uploading the HTML File
<br />
&nbsp;-&nbsp;What is a Frame
<br />
&nbsp;-&nbsp;Frame tags
<br />
<br />
<br />
<a
 href="http://www.ohio.edu/technology/training/upload/HTML-Intermediate-Reference-Guide.pdf">HTML
Intermediate Reference
Guide</a> 13 Pages, 128 Kb
<br />
This HTML guide discusses the do&#8217;s and don’ts of designing web pages,
working with tables and images, and an introduction to forms.<br />
<br />
&nbsp;-&nbsp;Different Web Servers
<br />
&nbsp;-&nbsp;Planning Steps
<br />
&nbsp;-&nbsp;Designing Do&#8217;s and Don&#8217;ts
<br />
&nbsp;-&nbsp;Creating the HTML Files <br />
&nbsp;-&nbsp;Tables
<br />
&nbsp;-&nbsp;Images
<br />
&nbsp;-&nbsp;Image in a Table
<br />
&nbsp;-&nbsp;Forms Introduction
<br />
<br />
<br />
<a
 href="http://www.ohio.edu/technology/training/upload/HTML-Reference-Guide.pdf">HTML
Reference
Guide</a> 13 Pages, 282 Kb
<br />
This HTML reference guide explains the back end process of the working
of HTML files such as saving and testing web files and putting files on
the web server.<br />
<br />
&nbsp;-&nbsp;Getting Ready
<br />
&nbsp;-&nbsp;What Will Be On a Page
<br />
&nbsp;-&nbsp;Creating the HTML Files
<br />
&nbsp;-&nbsp;Saving Your HTML File
<br />
&nbsp;-&nbsp;Testing Your Web File
<br />
&nbsp;-&nbsp;Putting Your File on the Server
<br />
<br />
<br />
<a
 href="http://www.ohio.edu/technology/training/upload/HTML-Tag-Reference-Guide.pdf">HTML
Tag Reference
Guide</a> 5 pages 69 Kb
<br />
This guide explains the various tags in an HTML file.<br />
<br />
&nbsp;-&nbsp;STRUCTURE
<br />
&nbsp;-&nbsp;HEADINGS
<br />
&nbsp;-&nbsp;FORMATTING
<br />
&nbsp;-&nbsp;FONTS
<br />
&nbsp;-&nbsp;LINKS
<br />
&nbsp;-&nbsp;GRAPHICS
<br />
&nbsp;-&nbsp;DIVIDERS
<br />
&nbsp;-&nbsp;LISTS
<br />
&nbsp;-&nbsp;COLORS
<br />
&nbsp;-&nbsp;FORMS
<br />
&nbsp;-&nbsp;SPECIAL CHARACTERS
<br />
&nbsp;-&nbsp;TABLES
<br />
&nbsp;-&nbsp;FRAMES
<br />
&nbsp;-&nbsp;JAVA
<br />
&nbsp;-&nbsp;JAVASCRIPT
<br />
&nbsp;-&nbsp;MISCELLANEOUS
<br />
<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=2769&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2769/4-html-reference-guides/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML And XHTML References and Cheat Sheets</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2695/html-and-xhtml-references-and-cheat-sheets</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2695/html-and-xhtml-references-and-cheat-sheets#comments</comments>
		<pubDate>Sat, 14 Nov 2009 04:29:34 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.educationonlineforcomputers.com/blogs/?p=2695</guid>
		<description><![CDATA[Here are some excellent reference materials and cheat sheets for HTML And XHTML at appletree for all web programmers from the novice to the expert. HTML and XHTML are extensively used for creating and developing interactive web pages. These HTML And XHTML cheat sheets and reference materials here discuss a wide range of topics such [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some excellent <b><a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/">reference
materials and cheat sheets for </a><a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/">HTML
And XHTML</a></b><b>
</b> at appletree for all web programmers from the novice to the
expert. HTML and XHTML are extensively used for creating and developing
interactive web pages. These HTML And XHTML cheat sheets and reference materials here discuss a wide range of topics such as
Core HTML, Character Entity Reference Chart, Framesets, DOM, best
practices, and configuration options. The reference materials provided
here are downloadable in pdf format, and can be used for future use.
<br />
<br />
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/%28X%29HTML%20Best%20Practice%20Cheat%20Sheet.pdf">XHTML
Best Practice Cheat Sheet</a> 230K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/DZone%20-%20Core%20HTML.pdf">Core
HTML</a> 712K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/HTML5_Canvas_Cheat_Sheet.pdf">HTML5
Canvas Cheat Sheet</a>
153K &nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/HTML%20Character%20Entities%20Cheat%20Sheet.pdf">HTML
Character Entities Cheat Sheet</a> 495K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/HTML%20Cheat%20Sheet.pdf">HTML
Cheat Sheet</a> 62K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/HTML%20DOM.pdf">HTML
DOM</a> 65K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/HTML%20Help%20Sheet.pdf">HTML
Help Sheet</a> 104K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/HTML%20Help%20Sheet%2002.pdf">HTML
Help Sheet 02</a> 1.9M&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/HTML%20Tidy%20Configuration%20Options%20Quick%20Reference.pdf">HTML
Tidy Configuration Options Quick Reference</a> 148K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/VisiBone%20Web%20Designer%27s%20HTML%20Card.pdf">Web
Designer&#8217;s HTML Card</a> 13M&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/WOORK%20-%20HTML%205%20Cheat%20Sheet.jpg">HTML
5 Cheat Sheet</a> 3.0M&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/What%20Beautiful%20HTML%20Code%20Looks%20Like.pdf">What
Beautiful HTML Code Looks Like</a> 787K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/XHTML%20Character%20Entity%20Reference.pdf">XHTML
Character Entity Reference</a> 163K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/XHTML%20Cheat%20Sheet.pdf">XHTML
Cheat Sheet</a> 72K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/character_entity_chart.pdf">Character
Entity Chart</a> 121K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/html-cheat-sheet.pdf">HTML
Cheat Sheet</a> 342K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/html5-cheat-sheet.pdf">HTML
5 Cheat Sheet</a> 75K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/html_elements_coordinates.png">HTML
Elements Coordinates</a> 137K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/xhtml-1.0-frameset.pdf">XHTML
1.0 Frameset</a> 64K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/xhtml-1.0-strict.pdf">XHTML
1.0 Strict</a> 62K&nbsp;
&nbsp;<br />
&nbsp;-&nbsp;<a
 href="http://appletree.or.kr/quick_reference_cards/HTML-XHTML/xhtml-1.0-transitional.pdf">XHTML
1.0 Transitional</a> 64K&nbsp;
<br />
<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=2695&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2695/html-and-xhtml-references-and-cheat-sheets/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn and Apply HTML Course</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2621/learn-and-apply-html-course</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2621/learn-and-apply-html-course#comments</comments>
		<pubDate>Sat, 15 Aug 2009 17:07:13 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.educationonlineforcomputers.com/blogs/?p=2621</guid>
		<description><![CDATA[Here is the Learn and Apply HTML Course, at Utah State University. These HTML course lessons are designed in a way that beginners can move onto advanced as and when they finish the course. The HTML course provides learning units on how the Internet works, how to use FTP (File Transfer Protocol) to publish web [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the <b><a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html">Learn
and Apply HTML Course</a></b>, at Utah State University.
These HTML course lessons are designed in a way that beginners can move
onto advanced as and when they finish the course. The HTML course
provides <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/Schedule.html">learning
units</a> on how the Internet works, how to use FTP (File
Transfer Protocol) to publish web pages and how to make websites
accessible to visitors with hearing, vision or motor disabilities. It
also covers functions like inserting multimedia elements and graphics
onto websites, understanding JavaScript and using scripts on your
website. These HTML lessons are well structured and the related files
can be <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/learn-and-apply-html.zip">downloaded
here</a>. Also, here is a nice page form the course site that
describes all of the <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/HTML_Tags.html">HTML
tags</a>. I recommend to use the pdf format of
these&nbsp;HTML tutorial lessons because they contain the resource
links to learn more about the topic being discussed. A portion of the
book used in this course is available <a
 href="http://books.google.com/books?id=trejcrrdSwAC&amp;pg=PA410&amp;lpg=PA410&amp;dq=%22Sams+Teach+Yourself+Web+Publishing+with+HTML+and+XHTML+in+21+Days%22&amp;source=bl&amp;ots=ubj0W14vhK&amp;sig=ZGXFMWpmRFe6EP-yhXlwoaVvcI8&amp;hl=en&amp;ei=UOSGSrCfM5G-sgOT0omqBw&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=44#v=onepage&amp;q=%22Sams%20Teach%20Yourself%20Web%20Publishing%20with%20HTML%20and%20XHTML%20in%2021%20Days%22&amp;f=false">on
google</a> (Teach Yourself Web Publishing with HTML and XHTML in
21 Days).<br />
&nbsp;<br />
<br />
<u>Learn and Apply HTML Course Lessons:</u>
<br />
<br />
<a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/lesson-1"
 title="The Basics" alt="The Basics">The Basics</a>
<br />
In this lesson you will be given an overview of HTML and begin your
journey of learning some of the basic tags, or building blocks, of
HTML. This tutorial section can be downloaded as a <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/Less1.pdf">pdf
document</a>. Also the video versions are available as <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/Building_Your_First_Webpage.html"
 target="_self" title="Building Your First Webpage">Video
1</a> and
<a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/Tips_for_Webpages.html"
 target="_self" title="Tips for Webpages">Video 2</a>.<br />
<br />
<a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/lesson-2"
 title="Links" alt="Links">Links</a> <br />
In this lesson you will learn about links which give HTML the &#8220;H&#8221; for
Hypertext in its name. This section can be viewed as a <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/Less2.pdf">pdf
document</a>.<br />
<br />
<a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/lesson-3"
 title="Formatting &amp; CSS" alt="Formatting &amp; CSS">Formatting
and CSS</a> <br />
Here you will learn some great information on formatting. CSS is the
wave for building web pages which provides the stuff that formats the
webpage and adds style to it. The respective pdf and video tutorials
are available as <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/Less3.pdf"
 target="_self" title="Lesson 3 PDF">PDF</a> and
<a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/How_To_FTP.html"
 target="_self" title="How to FTP">Video</a>.<br />
<br />
<a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/lesson-4"
 title="Graphics" alt="Graphics">Graphics</a> <br />
This lesson discusses graphics for web which will help you to create a
great looking web page. Here is the <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/Less4.pdf">pdf
version</a> of this tutorial.<br />
<br />
<a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/lesson-5"
 title="Tables" alt="Tables">Tables</a> <br />
This lesson explains about tables in HTML with which you can format
data in your web page. The <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/Less5.pdf">pdf
version</a> of the tutorial is available.<br />
<br />
<a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/lesson-6"
 title="Accessibility" alt="Accessibility">Accessibility</a>
<br />
In this lesson you will learn about creating web pages that are
accessible to persons with disabilities, and the lesson&#8217;s <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/Less6.pdf">pdf
edition</a>.<br />
<br />
<a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/lesson-7"
 title="HTML in Style" alt="HTML in Style">HTML in
Style</a> <br />
Here in this tutorial lesson you will learn about styles which are the
current trend and most likely the future trend of web pages. The pdf
format of this tutorial can be <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/Less7.pdf">seen
here</a>.<br />
<br />
<a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/lesson-8"
 title="Forms" alt="Forms">Forms</a> <br />
Forms bring some power to the web by allowing your users to provide you
with valuable information and for them to request information from you.
Here you will learn about several form tags and elements, and the pdf
tutorial can be <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/Less8.pdf">downloaded
here</a>.<br />
<br />
<a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/lesson-9"
 title="Multimedia" alt="Multimedia">Multimedia</a>
<br />
In this lesson you will learn some of the ways to include multimedia in
your web page. The pdf version of the lesson is <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/Less9.pdf">found
here</a>&nbsp;.<br />
<br />
<u>JavaScript</u> <br />
In this lesson you will get a brief overview of JavaScript. We will be
covering some of the basics on JavaScript, and the pdf version can be <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/Java.pdf">downloaded
here</a>.<br />
<br />
<u>Evaluating Websites</u> <br />
Many web development companies will do an evaluation of their own
website by a variety of methods. Here an activity to evaluate websites
is drawn out to you. You can download the activity <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/Eval.pdf">here</a>.<br />
<br />
<u>Final Project</u> <br />
Here in this final section, you get the opportunity to build a
functioning website. Your website can be anything you wish to create.
The instructions can be <a
 href="http://ocw.usu.edu/Instructional_Technology/learn-and-apply-html/FinalProject.pdf">found
here</a>.<br />
<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=2621&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2621/learn-and-apply-html-course/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML and CSS Tutorials and References</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2610/html-and-css-tutorials-and-references</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2610/html-and-css-tutorials-and-references#comments</comments>
		<pubDate>Wed, 05 Aug 2009 23:55:15 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.educationonlineforcomputers.com/blogs/?p=2610</guid>
		<description><![CDATA[Here are several HTML and CSS Tutorials and References, located at cherokeered.com, that can server as learning resources for most everything HTML and CSS, which are the most common technologies used in developing web pages. These HTML and CSS tutorials are categorized so that an aspiring web designer, a budding designer, and an advanced designer [...]]]></description>
			<content:encoded><![CDATA[<p>Here are several <b><a
 href="http://www.cherokeered.com/KINE491/index.html">HTML
and CSS Tutorials and References</a>, </b>located at
<a href="http://cherokeered.com" title="http://cherokeered.com" target="_blank">cherokeered.com</a>, that can server as learning resources for most
everything HTML and CSS, which are the most common technologies used in
developing web pages. These HTML and CSS tutorials are categorized so
that an aspiring web designer, a budding designer, and an advanced
designer can all find training materials to suit&nbsp;their HTML
and CSS learning needs.<br />
<br />
<br />
<u>HTML Tutorials:</u>
<br />
The HTML beginner&#8217;s tutorial&nbsp;teaches you
the&nbsp;essentials, and the intermediate guide&nbsp;adds a few
nuts and bolts. The aim of the HTML advanced tutorial is to show how to
fully exploit the features of HTML and how to optimize it for
accessibility.
<br />
<br />
&nbsp;-&nbsp;<a
 href="http://www.cherokeered.com/KINE491/HTML_Beginner.pdf">HTML
–&nbsp;Beginner</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.cherokeered.com/KINE491/HTML_Intermediate.pdf">HTML
–&nbsp;Intermediate</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.cherokeered.com/KINE491/HTML_Advanced.pdf">HTML
– Advanced </a>
<br />
<br />
<br />
<u>CSS Tutorials:</u>
<br />
These CSS tutorials describe and explain CSS at beginner, intermediate
and advanced levels. Included here are also&nbsp;double rollover
and javascript rollover tutorials.
<br />
<br />
&nbsp;-&nbsp;<a
 href="http://www.cherokeered.com/KINE491/CSS_Beginner.pdf">CSS
–&nbsp;Beginner</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.cherokeered.com/KINE491/CSS_Intermediate.pdf">CSS
–&nbsp;Intermediate</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.cherokeered.com/KINE491/CSS_Advanced.pdf">CSS
– Advanced </a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.cherokeered.com/KINE491/CSS_Syntax.pdf">CSS
– Syntax</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.cherokeered.com/KINE491/CSS_Background_Styles.pdf">CSS
–
Background Styles</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.cherokeered.com/KINE491/CSS_Class_ID.pdf">CSS
– CLASS + ID</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.flashpearls.com/mon/doublerollover.html"
 target="_blank">Double
Rollover via CSS</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.pageresource.com/jscript/jhover3.htm"
 target="_blank">JavaScript
Rollovers: How have multiple links change a single image</a>
<br />
<br />
<br />
<u>CSS and HTML Resources:</u>
<br />
These learning resources from around the web provide further
instructions and tips on creating, coding, and designing web pages
using HTML and CSS.<br />
<br />
&nbsp;-&nbsp;<a href="http://www.htmldog.com/"
 target="_blank">HTML Dog</a>
<br />
&nbsp;-&nbsp;<a
 href="http://library.albany.edu/imc/csstut/index.htm"
 target="_blank">SUNY
Albany: Introduction to Cascading Style Sheets</a>
<br />
&nbsp;-&nbsp;<a
 href="http://jessey.net/simon/articles/003.html" target="_blank">CSS
Box
Model</a>
<br />
&nbsp;-&nbsp;<a
 href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15230&amp;sliceId=1"
 target="_blank">Cascading Style Sheets and Dreamweaver </a>
<br />
&nbsp;-&nbsp;<a href="http://alistapart.com/"
 target="_blank">A List Apart</a>
<br />
&nbsp;-&nbsp;<a href="http://www.dynamicdrive.com/"
 target="_blank">Dynamic Drive </a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.stylegala.com/resources/css_layout.htm"
 target="_blank">Style
Gala: CSS Layout </a><br />
&nbsp;-&nbsp;<a
 href="http://www.digital-web.com/articles/web_design_101_floats/"
 target="_blank">Web Design 101: Floats
</a><br />
&nbsp;-&nbsp;<a
 href="http://del.icio.us/jmwarner/IDES322?page=6"
 target="_blank">CSS
Techniques Roundup &#8211; 20 CSS Tips and Tricks </a>
<br />
&nbsp;-&nbsp;<a
 href="ttp://www.w3schools.com/css/default.asp" target="_blank">CSS
Tutorial</a>
<br />
&nbsp;-&nbsp;<a href="http://htmlhelp.com/reference/css/"
 target="_blank">Guide to Cascading
Style Sheets
</a><br />
&nbsp;-&nbsp;<a href="http://browsershots.org/"
 target="_blank">Test your web design in
different browsers</a>
<br />
<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=2610&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2610/html-and-css-tutorials-and-references/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Tutorials and References</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2580/html-tutorials-and-references</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2580/html-tutorials-and-references#comments</comments>
		<pubDate>Wed, 22 Jul 2009 05:02:17 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.educationonlineforcomputers.com/blogs/?p=2580</guid>
		<description><![CDATA[Here are HTML Tutorials and References at reference.sitepoint.com that provide understanding on how to create and manage websites using HTML. Most of these HTML tutorials are focused on various aspects of HTML, its tags, the structures, the attributes and the most commonly used concepts in HTML such as Doctypes, HTML and XHTML and accessibility features. [...]]]></description>
			<content:encoded><![CDATA[<p>Here are <b><a href="http://reference.sitepoint.com/html">HTML
Tutorials and References</a>
</b> at <a href="http://reference.sitepoint.com" title="http://reference.sitepoint.com" target="_blank">reference.sitepoint.com</a> that provide understanding on how
to create and manage websites using HTML. Most of these HTML tutorials
are focused on various aspects of HTML, its tags, the structures, the
attributes and the most commonly used concepts in HTML such as
Doctypes, HTML and XHTML and accessibility features.
These HTML tutorials are easy to follow and understand and have code
samples provided for each topic. Each topic is followed by a short
description of its related tags as well.<br />
<br />
<br />
<a href="http://reference.sitepoint.com/html/elements">HTML
Elements</a> <br />
This section describes the various elements available in HTML. These
elements include structural, head, list, text formatting, table frame
and window elements. Each of these elements is followed by a small
description. Clicking on the element will display an in-depth
explanation and its supportability.
<br />
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/elements-structural">Structural
Elements</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/elements-head">Head
Elements</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/elements-list">List
Elements</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/elements-text-formatting">Text
Formatting Elements</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/elements-form">Form
Elements</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/elements-image-media">Image
and Media
Elements</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/elements-table">Table
Elements</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/elements-frames-windows">Frame
and
Window Elements</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/elements-deprecated">Deprecated
Elements (to avoid using)</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/elements-proprietary">Proprietary
&amp; Nonstandard Elements</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/elements-alphabetic">Alphabetic
Element Index</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/elements-and-dtds">Elements
and Valid
DTDs They May Appear In</a>
<br />
<br />
<br />
<a href="http://reference.sitepoint.com/html/attributes-common">Common
Attributes of HTML</a><br />
This section teaches all attributes that are common to all HTML
elements, such as styling, scripting, title and class attributes. The
attributes taught here include core attributes and event attributes
such as key press, mouse click and mouse move.<br />
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/core-attributes"
 target="_top" title="What are class libraries?">Core
Attributes</a> <br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/event-attributes"
 target="_top" title="Finding bugs">Event Attributes</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/extended-event-attributes"
 target="_top" title="Handling program failures">Extended
Event Attributes</a> <br />
<br />
<br />
<a href="http://reference.sitepoint.com/html/html-concepts">HTML
Concepts</a> <br />
This tutorial section explains when to use HTML and XHTML, their
differences and covers high level concepts related to HTML and XHTML.
Also discussed are DocTypes and the syntaxes of HTML and XHTML.<br />
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/page-structure">Basic
Structure of a
Web Page</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/doctypes">Doctypes</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/html-xhtml-syntax">HTML
and XHTML Syntax</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/html-vs-xhtml">HTML
Versus XHTML</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/accessibility">HTML/XHTML
Accessibility Features</a>
<br />
<br />
<br />
<a href="http://reference.sitepoint.com/html/extras">HTML
Extras</a> <br />
This tutorial covers additional information about HTML other than
attributes and elements such as MIME types, ISO Language Codes and
Color names and their related Hex values.<br />
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/color-names">Color
Names and Related Hex Values</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/lang-codes">ISO 2
Letter Language Codes</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/mime-types-full">MIME
Types &#8211; Complete List</a>
<br />
<br />
<br />
<a href="http://reference.sitepoint.com/html/microformats">HTML
Microformats</a> <br />
This HTML tutorial covers the concept of HTML Microformats which were
introduced as a defined set of attributed based on a preexisting
standard. Microformats are meant to provide additional formatting in
the HTML tags that use them. This tutorial explains Microformats in
detail and provides examples for them.<br />
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/hcard">hCard</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/hcalendar">hCalendar</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/xfn">XFN</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/hreview">hReview</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/votelinks">VoteLinks</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/rel-mf#license">rel-license</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/rel-mf#nofollow">rel-nofollow</a>
<br />
&nbsp;-&nbsp;<a
 href="http://reference.sitepoint.com/html/rel-mf#tag">rel-tag</a>
<br />
<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=2580&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2580/html-tutorials-and-references/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beginning and Advanced HTML Tutorials</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2141/beginning-and-advanced-html-tutorials</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2141/beginning-and-advanced-html-tutorials#comments</comments>
		<pubDate>Thu, 14 May 2009 03:37:34 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.educationonlineforcomputers.com/blogs/?p=2141</guid>
		<description><![CDATA[Here are Web Development Tutorials for Beginning HTML and Advanced HTML, at Metamorphosis Design that teach the fundamentals of using HTML in web pages. These HTML tutorials are designed in a way that beginners can move onto advanced tutorials as&#160;they finish the initial tutorials. These tutorials are easy to follow and understand with all of [...]]]></description>
			<content:encoded><![CDATA[<p>Here are Web Development Tutorials for <b><a
 href="http://www.metamorphozis.com/tutorials/beginners_table_of_content.php">Beginning
HTML</a></b> and <b><a
 href="http://www.metamorphozis.com/tutorials/adv_html_table_of_content.php">Advanced
HTML,</a></b> at Metamorphosis Design that teach the
fundamentals of using HTML in web pages. These HTML tutorials are
designed in a way that beginners can move onto advanced tutorials
as&nbsp;they finish the initial tutorials. These tutorials are easy
to follow and understand with all of them having examples.
<br />
<br />
<br />
<!--titlewithin-HTML Tutorials for Beginners from Metamorphosis Design-->
<!--url--><a
 href="http://www.metamorphozis.com/tutorials/beginners_table_of_content.php">HTML Tutorials for Beginners</a><br />
<!--description-start-->These 6 tutorials describe how to use HTML to initially create Web pages and
use HTML tags. Two different editors used for web page creation
and editing are also discussed.<!--description-end-->
<!-- category1:Free Web Development Training--><!-- category2:HTML Tutorials--><!-- category3:Beginner-->
<br />
<br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/web_design_for_beginners_introduction.php">Introduction</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/defining_terms.php">Defining
Terms</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/what_is_html_part1.php">What
is
HTML(Part I)</a> <br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/what_is_html_part2.php">What
is
HTML(Part II)</a> <br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/what_is_html_part3.php">What
is
HTML(Part III)</a> <br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/dreamweaver_vs_frontpage.php">Dreamweaver
vs FrontPage</a> <br />
<br />
<br />
<!--titlewithin-Advanced HTML Tutorials from Metamorphosis Design-->
<!--url-->
<a
 href="http://www.metamorphozis.com/tutorials/adv_html_table_of_content.php">Advanced
HTML Tutorials</a><br />
<!--description-start-->These 15 tutorials and articles cover more advanced HTML topics, including its history, the necessities to start building web pages, the
structure of an HTML document and editing code.<!--description-end-->
<!-- category1:Free Web Development Training--><!-- category2:HTML Tutorials--><!-- category3:Advanced-->
<br />
<br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/internet_history.php">Short
History Of The Internet.</a> <br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/what_you_need_to_start_coding.php">What
is necessary to start building web pages?</a> <br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/html_document_structure.php">Structure
Of The HTML Document.</a> <br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/head_section.php">Section
of
document HEAD(&lt;TITLE&gt; tag)</a> <br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/connection_with_other_documents.php">Connection
With Other Documents</a> <br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/tag_base.php">Tag
&lt;BASE&gt;</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/tag_link.php">Tag
&lt;LINK&gt;</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/tag_meta.php">Tag
&lt;META&gt;</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/starting_html_document.php">Starting
New HTML Documents.</a> <br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/basic_html_tags.php">Basic
HTML
TAGs.</a> <br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/basic_body_tags.php">Basic
BODY
TAGs.</a> <br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/coding_styles.php">Making
Your
Code Editable.</a> <br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/using_css.php">Using
Style Sheets
in Your Web Site.</a> <br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/defining_html_colors.php">Defining
Colors by Name.</a> <br />
&nbsp;-&nbsp;<a
 href="http://www.metamorphozis.com/tutorials/all_html_colors.php">Names
and
codes of colors for HTML</a> <br />
<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=2141&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/2141/beginning-and-advanced-html-tutorials/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser, CSS, and HTML / XHTML Tutorials</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1196/browser-css-and-html-xhtml-tutorials</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1196/browser-css-and-html-xhtml-tutorials#comments</comments>
		<pubDate>Thu, 02 Apr 2009 05:03:57 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.educationonlineforcomputers.com/blogs/?p=1196</guid>
		<description><![CDATA[Here are some of the best Browser, CSS, and HTML / XHTML Tutorials found at alistapart.com. These web development tutorials explain how Browsers, CSS, HTML and XHTML are used in developing many&#160;features of today&#8217;s web pages. All web servers and browsers support these technologies and thus any web programmer can make professional looking web pages. [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some of the best <b>Browser, CSS, and HTML / XHTML Tutorials</b>
found at <a href="http://alistapart.com" title="http://alistapart.com" target="_blank">alistapart.com</a>. These web development tutorials explain how
Browsers, CSS, HTML and XHTML are used in developing
many&nbsp;features of today&#8217;s web pages. All web servers and
browsers support these technologies and thus any web programmer can
make professional looking web pages. These CSS, HTML and
XHTML&nbsp;tutorials&nbsp;are easy to follow, understand and
implement.
<br />
<br />
<br />
<a href="http://www.alistapart.com/topics/code/browsers/">Browser
Tutorials:</a><br />
How well does a browser handle content and data from different sources?
Can all the design, code and applications interface and survive on one
common platform without conflict? These tutorials discuss standards
that should be followed while developing for the web so that these
components can talk to each other without conflict. It also covers
topics that include version targeting, positioning and HTML semantics.<br />
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/advanceddebuggingwithjavascript">Advanced
Debugging with JavaScript</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/semanticsinhtml5">Semantics
in
HTML 5</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/returnofthemobilestylesheet">Return
of the
Mobile Style Sheet</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/understandingprogressiveenhancement">Understanding
Progressive Enhancement</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/fauxabsolutepositioning">Faux
Absolute
Positioning</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/theyshootbrowsers">They
Shoot
Browsers, Don&#8217;t They?</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/minorthreat">Version
Targeting: Threat or Menace?</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/keepelementskidsinlinewithoffspring">Keeping
Your
Elements’ Kids in Line with Offspring</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/fromswitchestotargets">From
Switches to
Targets: A Standardista&#8217;s Journey</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/beyonddoctype">Beyond
DOCTYPE: Web
Standards, Forward Compatibility, and IE8</a>
<br />
<br />
<br />
<a href="http://www.alistapart.com/topics/code/css/">CSS
Tutorials:</a><br />
CSS is a language used to present a document in a mrkup language. HTML
and XHTML use CSS to style web pages to be displayed in them. These
tutorials explain how CSS can be effectively used in web pages to
define color, fonts, layout and presentation. It also provides code
samples to write simple CSS sheets and execute them.<br />
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/fluidgrids">Fluid
Grids</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/returnofthemobilestylesheet">Return
of the
Mobile Style Sheet</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/progressiveenhancementwithcss">Progressive
Enhancement with CSS</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/understandingprogressiveenhancement">Understanding
Progressive Enhancement</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/sprites2">CSS
Sprites2 &#8211; It&#8217;s JavaScript Time</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/fauxabsolutepositioning">Faux
Absolute
Positioning</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/accessibledatavisualization">Accessible
Data
Visualization with Web Standards</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/minorthreat">Version
Targeting: Threat or Menace?</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/keepelementskidsinlinewithoffspring">Keeping
Your
Elements’ Kids in Line with Offspring</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/beyonddoctype">Beyond
DOCTYPE: Web
Standards, Forward Compatibility, and IE8</a>
<br />
<br />
<br />
<a href="http://www.alistapart.com/topics/code/htmlxhtml/">HTML
and XHTML Tutorials</a>:<br />
HTML and XHTML go hand in hand as XHTML has the same syntax as HTML and
are inline with XML standards. These tutorials help explain how HTML
and XHTML work with CSS and Javascript. They also explain how
Javascript is used with CSS to style web pages and how they can be
centrally located.<br />
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/fluidgrids">Fluid
Grids</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/semanticsinhtml5">Semantics
in
HTML 5</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/returnofthemobilestylesheet">Return
of the
Mobile Style Sheet</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/amoreuseful404">A
More Useful
404</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/progressiveenhancementwithjavascript">Progressive
Enhancement with JavaScript</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/progressiveenhancementwithcss">Progressive
Enhancement with CSS</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/understandingprogressiveenhancement">Understanding
Progressive Enhancement</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/sprites2">CSS
Sprites2 &#8211; It&#8217;s JavaScript Time</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/fauxabsolutepositioning">Faux
Absolute
Positioning</a>
<br />
&nbsp;-&nbsp;<a
 href="http://www.alistapart.com/articles/theyshootbrowsers">They
Shoot
Browsers, Don&#8217;t They?</a><br /><br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=1196&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1196/browser-css-and-html-xhtml-tutorials/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1-page HTML Tutorial</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1106/1-page-html-tutorial</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1106/1-page-html-tutorial#comments</comments>
		<pubDate>Wed, 25 Feb 2009 03:25:39 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.educationonlineforcomputers.com/blogs/?p=1106</guid>
		<description><![CDATA[This is a quick 1-page HTML Tutorial, from Brown University. It goes over the basics of coding HTML for your web pages, as shown in the contents below. HTML (or Hypertext Markup Language) is the actual code that web pages are written in.&#160;HTML controls the structure of your webpage (where things are placed on the [...]]]></description>
			<content:encoded><![CDATA[<p><br />This is a quick <b><a
 href="https://wiki.brown.edu/confluence/display/CISDOC/HTML+Tutorial">1-page
HTML Tutorial</a></b>, from Brown University. It goes over
the basics of coding HTML for your web pages, as shown in the contents
below. HTML (or Hypertext Markup Language) is the actual code that web
pages are written in.&nbsp;HTML controls the structure of your
webpage (where things are placed on the screen) as well as some aspects
of the appearance (how text and other items are displayed).<br />
<br />
Although you can develop&nbsp;web pages using a graphical user
interface using applications such as Dreamweaver and FrontPage without
learning or using HTML, HTML is still useful for tweaking and making
those webpages more exciting and efficient. Therefore, using these
applications along with manually editing the HTML code can make you a
more effective web site developer and designer.<br />
<br />
<br />
<u>Contents of this 1-page HTML Tutorial</u>:<br />
<br />
&nbsp;- Web Publishing Process<br />
&nbsp;- Tag Basics<br />
&nbsp;- Simple HTML Page<br />
&nbsp;- Tag Properties<br />
&nbsp;- Images<br />
&nbsp;- Links<br />
&nbsp;- Special Characters and More on White Spaces<br />
&nbsp;- Lists<br />
&nbsp;- Naming and Coding Conventions<br />
&nbsp;- Resources<br />
<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=1106&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1106/1-page-html-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 Free Classes for Developing Web Pages</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1054/2-free-classes-for-developing-web-pages</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1054/2-free-classes-for-developing-web-pages#comments</comments>
		<pubDate>Tue, 10 Feb 2009 07:27:09 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.educationonlineforcomputers.com/blogs/?p=1054</guid>
		<description><![CDATA[Here are two free online classes for learning how to create web pages. The first one teaches you how to use and code HTML to develop your web pages, and the second one show you how to use Microsoft Expression Web software. These courses are located in HP&#8217;s Learning Center,&#160;in their Programming and Web Design [...]]]></description>
			<content:encoded><![CDATA[<p>Here are two <b>free online classes for learning how to create
web pages</b>. The first one teaches you how to use and code HTML
to develop your web pages, and the second one show you how to use
Microsoft Expression Web software. These courses are located in <a
 href="http://www.hp.com/go/learningcenter">HP&#8217;s Learning
Center</a>,&nbsp;in their <a
 href="http://h30187.www3.hp.com/campus/p/campusId/10482/Programming_and_web.htm">Programming
and Web Design and Development</a> class section. Free
registration is required.<br />
<br />
<br />
<b><a
 href="http://h30187.www3.hp.com/courses/overview/p/courseId/7/Building_your_first_web_page.htm">Building
your First Web Page</a> </b><br />
<br />
There are a lot of easy web editors available to help you make your
own web pages, but this free HTML tutorial includes the HTML basics you
need to make your web pages from scratch. In this course, you&#8217;ll create
your first web page with HTML and then publish it online. You&#8217;ll also
learn how to find the right HTML editor, work with website images, and
more.<br />
<br />
<b>Lesson 1: HTML basics: the language of the web</b><br />
Get
started by exploring the web—what it is, how it works, and which
languages it speaks (like HTML, for instance). You&#8217;ll learn about the
essentials of what you need to create a simple web page, and which
tools and software to try.<br />
<br />
<b>Lesson 2: HTML tutorial: document structure and text</b><br />
In
this lesson, you&#8217;ll take a tour of the building blocks of HTML. The
core part of the lesson examines syntax and attributes, document
structure, and headings and paragraphs. Those are weighty words for
easy-to-use elements that make up a web page.<br />
<br />
<b>Lesson 3: Beyond plain text: images, text formatting, and
hyperlinks</b><br />
With
the basics down, you&#8217;re ready to add some spice to your web page. In
this lesson, you&#8217;ll find out how to create a simple navigational system
using hyperlinks, add images, and control text color, size, and
placement.<br />
<br />
<b>Lesson 4: Web publishing: putting your page online</b><br />
Publishing
your web page is the final step. In this lesson, you&#8217;ll learn how to
find an ISP that&#8217;s right for you. In addition, you&#8217;ll explore hosting
options (free and fee-based), take a look at space considerations, and,
finally, post your page.<br />
<br />
<br />
<b><a
 href="http://h30187.www3.hp.com/courses/overview/p/courseId/17511/Microsoft_Expression_Web_building_websites.htm">Microsoft
Expression Web: Building Websites</a> </b><br />
<br />
This class covers the basics for creating a website with Microsoft&#8217;s
Expression Web with features such as toolbars, formatting, page layouts
and link creation. With this easy website creation software, you&#8217;ll
apply cascading style sheets, then learn how to create complex queries,
how to configure the software for different browsers and how to create
interactive web pages with <a href="http://ASP.NET" title="http://ASP.NET" target="_blank">ASP.NET</a> 2.0 capabilities.<br />
<br />
<b>Lesson 1: The basics for creating a website</b><br />
A
website presence on the internet for your company is a necessity. This
lesson introduces you to the Expression Web software, explains what is
needed in a small business website design and helps you start the
planning process for your site.<br />
<b><br />
Lesson 2: Cascading style sheets examples</b><br />
Creating
elegant websites is no longer a chore now that cascading style sheets
(CSS) are available. In this lesson, you&#8217;ll learn how to work with
Microsoft Expression Web software&#8217;s CSS capabilities to create styles.<br />
<br />
<b>Lesson 3: How to build a web page with presence and
accessibility</b><br />
Accessibility,
compatibility, query capabilities and data presentation are important
aspects of a competitive, functioning website. Learn how to configure
and manage Microsoft Expressions Web software to create, present and
maintain meaningful content.<br />
<br />
<b>Lesson 4: Leveraging <a href="http://ASP.NET" title="http://ASP.NET" target="_blank">ASP.NET</a> 2.0 to make your own website
dynamic</b><br />
In
this final lesson, you&#8217;ll learn how to work with <a href="http://ASP.NET" title="http://ASP.NET" target="_blank">ASP.NET</a> to make your
website an interactive, dynamic web application. We&#8217;ll address
controls, no-code date binding and master pages.<br />
<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=1054&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1054/2-free-classes-for-developing-web-pages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design, CSS, and HTML Tutorials</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1028/web-design-css-and-html-tutorials</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1028/web-design-css-and-html-tutorials#comments</comments>
		<pubDate>Tue, 20 Jan 2009 03:05:45 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.educationonlineforcomputers.com/blogs/?p=1028</guid>
		<description><![CDATA[Here are 45 Tutorials covering Web Design, CSS, and HTML at woork.blogspot.com. These web development and design tutorials are included in this site&#8217;s Woork Handbook, which is a free eBook that teaches CSS, HTML, Ajax, and web programming. 12 Website Design Tutorials and Tips: &#160;- Step by step guide for newbie to design a simple [...]]]></description>
			<content:encoded><![CDATA[<p>Here are 45 <b><a
 href="http://woork.blogspot.com/2007/10/table-of-contents.html">Tutorials
covering Web Design, CSS, and HTML</a></b> at
<a href="http://woork.blogspot.com" title="http://woork.blogspot.com" target="_blank">woork.blogspot.com</a>. These web development and design tutorials are
included in this site&#8217;s <a
 href="http://woork.blogspot.com/2009/01/woork-handbook.html">Woork
Handbook</a>, which is a free eBook that teaches CSS, HTML, Ajax,
and web programming.<br />
<br />
<br />
<u>12 Website Design Tutorials and Tips</u>:<br />
<br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/09/step-by-step-guide-for-newbie-to-design.html">Step
by step guide for newbie to design a simple web application</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2007/10/lesson-1-setup-your-workspace.html">Set
up your Workspace</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2007/10/typical-website-structure.html">A
typical website structure</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2007/10/configphp-define-your-database.html">Config.php:
define your database connection&#8217;s parameters</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2007/10/design-page-layout-using-css.html">Design
the page layout using CSS</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2007/10/design-indexphp-layout-structure.html">Conceptual
design for index.php page layout</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2007/10/load-page-using-url-variables-and-php.html">Load
page using URL variables and PHP include() function</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2007/10/load-pages-using-url-variables-and.html">Load
pages using URL variables and Coldfusion cfinclude tag</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2007/10/typical-website-structure-coldfusion.html">A
typical website structure (Coldfusion)</a> <br />
&nbsp;- <a
 href="http://woork.blogspot.com/2007/10/organize-and-design-navigation-bar-for.html">Web
Navigation bar&nbsp;using CSS, PHP and URL
variables</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2007/10/organize-and-design-navigation-bar-for_11.html">Web
Navigation bar&nbsp;using CSS, Coldfusion &amp; URL
variables</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2007/10/add-navbar-elements-to-defaultcss-file.html">Add
#navbar elements to default.css file and to index.php</a><br />
<br />
<br />
<u>33 CSS, HTML, Web Design Tutorials and Tips</u>:<br />
<br />
&nbsp;- <a
 href="http://woork.blogspot.com/2009/01/structured-process-you-must-know-to.html">Structured
process you must know to develop a web application</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/11/useful-guidelines-to-improve-css-coding.html">Useful
guidelines to improve CSS coding and maintainability</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/11/css-coding-semantic-approach-in-naming.html">CSS
coding: semantic approach in naming convention</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/01/simplicity-is-better-some-suggestions.html">Simplicity
is better: some suggestions for a clean blog layout</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/02/are-you-css-fanatic.html">Are
you a CSS fanatic?</a> <br />
&nbsp;- <a
 href="http://woork.blogspot.com/2007/12/liquid-layer-with-rounded-corners-using.html">Liquid
layer with rounded corners using css</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/01/optimize-your-css-files-to-improve-code.html">CSS
Tutorial to Optimize CSS
files to improve code readability</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/01/three-column-fixed-layout-structure.html">Three
column fixed layout structure using CSS </a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/01/digg-like-navigation-bar-using-css.html">Digg-like
navigation bar using CSS</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/01/simple-css-vertical-menu-digg-like.html">Simple
CSS vertical menu Digg-like</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/01/tables-anatomy-why-tables-are-not-so.html">Table&#8217;s
anatomy: why tables are not so bad</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/01/liquid-styled-input-element-with-css.html">Liquid
styled input element with CSS</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/01/flickr-like-horizontal-menu.html">Flickr
like horizontal menu</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/01/socialiconize-your-site.html">Socialiconize
your site</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/01/tabbed-search-bar-using-css-and.html">Tabbed
search bar using CSS and Javascript</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/02/beautiful-css-form.html">Beautiful
CSS Form</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/03/liquid-expandable-section-with-rounded.html">Liquid
expandable section with rounded corners using CSS</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/03/how-to-design-sexy-header-for-your-site.html">How
to design a compelling header for
your site using CSS</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/03/write-well-structured-css-file-without.html">Write
a well structured CSS file without becoming crazy</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/03/perfect-pagination-style-using-css.html">CSS
Tutorial for Perfect
Pagination Style</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/03/clean-tab-bar-digg-like-using-css.html">Clean
Tab Bar Digg-like using CSS</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/03/css-message-box-collection.html">CSS
Message Box collection</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/03/two-css-vertical-menu-with-showhide.html">Two
CSS vertical menu with show/hide effects</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/03/nice-comments-counter-style-for-your.html">Nice
comments counter style for your blog post</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/04/top-down-approach-to-simplify-your-css.html">Top-Down
approach to simplify your CSS code</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/05/pastel-color-menu-with-dynamic-submenu.html">Use
CSS to Create a Pastel Color
Menu with Dynamic Submenu</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/06/beautiful-css-buttons-with-icon-set.html">Beautiful
CSS buttons with icon set</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/06/clean-and-pure-css-form-design.html">Clean
and pure CSS FORM design</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/06/nice-css-menu-with-feed-reader-icons.html">Nice
CSS menu with feed reader icons list</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/07/navigation-bar-with-tabs-using-css.html">Navigation
bar with tabs using CSS and sliding doors effect</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/07/nice-login-and-signup-panel-newsvine.html">Nice
login and signup panel
Newsvine like using CSS</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/07/tips-to-design-your-site-for-mobile.html">Tips
to design your site for mobile devices</a><br />
&nbsp;- <a
 href="http://woork.blogspot.com/2008/08/elegant-glass-style-navigation-bar.html">Elegant
glass style Navigation bar using CSS &amp; toggle animated effect</a><br />
<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=1028&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1028/web-design-css-and-html-tutorials/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML and CSS References and Examples</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/971/html-and-css-references-and-examples</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/971/html-and-css-references-and-examples#comments</comments>
		<pubDate>Tue, 21 Oct 2008 19:06:49 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here are some excellent&#160;HTML and CSS References and many useful HTML and CSS Coding Examples, from Java2s.com. These web development support documents will help you build your HTML and CSS skills with developing web sites. Areas covered include CSS Attributes, HTML Attributes, and all HTML Tags. HTML and CSS References 1.&#160;&#160;CSS Attributes and Javascript Style [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some excellent&nbsp;<b><a
 href="http://www.java2s.com/Code/HTMLCSSReference/CatalogHTMLCSSReference.htm">HTML
and CSS References</a> </b>and many useful <b><a
 href="http://www.java2s.com/Code/HTMLCSS/CatalogHTMLCSS.htm">HTML
and CSS Coding Examples</a></b>, from <a href="http://Java2s.com" title="http://Java2s.com" target="_blank">Java2s.com</a>. These web
development support documents will help you build your HTML and CSS
skills with developing web sites. Areas covered include CSS Attributes,
HTML Attributes, and all HTML Tags.<br />
<br />
<br />
<b><a
 href="http://www.java2s.com/Code/HTMLCSSReference/CatalogHTMLCSSReference.htm">HTML
and CSS References</a></b><br />
<br />
1.&nbsp;&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSSReference/CSS-Attributes-and-Javascript-Style-Properties/CatalogCSS-Attributes-and-Javascript-Style-Properties.htm">CSS
Attributes and Javascript Style Properties</a><br />
2.&nbsp; <a
 href="http://www.java2s.com/Code/HTMLCSSReference/HTML-Attributes-Reference/CatalogHTML-Attributes-Reference.htm">HTML
Attributes Reference</a><br />
3&nbsp;&nbsp; <a
 href="http://www.java2s.com/Code/HTMLCSSReference/HTML-Tag-Reference/CatalogHTML-Tag-Reference.htm">HTML
Tag Reference</a><br />
<br />
<br />
<b><a
 href="http://www.java2s.com/Code/HTMLCSS/CatalogHTMLCSS.htm">HTML
and CSS Code and Examples</a></b><br />
<br />
1.&nbsp;
<a
 href="http://www.java2s.com/Code/HTMLCSS/Background-Attributes/CatalogBackground-Attributes.htm">Background
Attributes</a>
<br />
2.&nbsp;
<a
 href="http://www.java2s.com/Code/HTMLCSS/Basic-Attributes/CatalogBasic-Attributes.htm">Basic
Attributes</a>
<br />
3.&nbsp;
<a
 href="http://www.java2s.com/Code/HTMLCSS/Basic-Tags/CatalogBasic-Tags.htm">Basic
Tags</a>
<br />
4.&nbsp;
<a
 href="http://www.java2s.com/Code/HTMLCSS/Box-Model/CatalogBox-Model.htm">Box
Model</a>
<br />
5.&nbsp;
<a
 href="http://www.java2s.com/Code/HTMLCSS/CSS-Attributes-and-Javascript-Style-Properties/CatalogCSS-Attributes-and-Javascript-Style-Properties.htm">CSS
Attributes and Javascript Style Properties</a>
<br />
6.&nbsp;
<a
 href="http://www.java2s.com/Code/HTMLCSS/CSS-Controls/CatalogCSS-Controls.htm">CSS
Controls</a>
<br />
7.&nbsp;
<a
 href="http://www.java2s.com/Code/HTMLCSS/Form-Attributes/CatalogForm-Attributes.htm">Form
Attributes</a>
<br />
8.&nbsp;
<a
 href="http://www.java2s.com/Code/HTMLCSS/Form-Style/CatalogForm-Style.htm">Form
Style</a>
<br />
9.&nbsp;
<a
 href="http://www.java2s.com/Code/HTMLCSS/Form-Tags/CatalogForm-Tags.htm">Form
Tags</a>
<br />
10.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Frame-Attributes/CatalogFrame-Attributes.htm">Frame
Attributes</a>
<br />
11.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Frame-Tags/CatalogFrame-Tags.htm">Frame
Tags</a>
<br />
12.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/HTML/CatalogHTML.htm">HTML</a>
<br />
13.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/IE-Firefox/CatalogIE-Firefox.htm">IE
Firefox</a>
<br />
14.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Images/CatalogImages.htm">Images</a>
<br />
15.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Layout/CatalogLayout.htm">Layout</a>
<br />
16.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Layout-Attributes/CatalogLayout-Attributes.htm">Layout
Attributes</a>
<br />
17.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Link-Attributes/CatalogLink-Attributes.htm">Link
Attributes</a>
<br />
18.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Link-Tags/CatalogLink-Tags.htm">Link
Tags</a>
<br />
19.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/List-Attributes/CatalogList-Attributes.htm">List
Attributes</a>
<br />
20.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/List-Style/CatalogList-Style.htm">List
Style</a>
<br />
21.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/List-Tags/CatalogList-Tags.htm">List
Tags</a>
<br />
22.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Marquee-Attributes/CatalogMarquee-Attributes.htm">Marquee
Attributes</a>
<br />
23.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Meta-Tags/CatalogMeta-Tags.htm">Meta
Tags</a>
<br />
24.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Microsoft-Attributes/CatalogMicrosoft-Attributes.htm">Microsoft
Attributes</a>
<br />
25.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Object-Attributes/CatalogObject-Attributes.htm">Object
Attributes</a>
<br />
26.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Object-Tags/CatalogObject-Tags.htm">Object
Tags</a>
<br />
27.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Reference/CatalogReference.htm">Reference</a>
<br />
28.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Style-Basics/CatalogStyle-Basics.htm">Style
Basics</a>
<br />
29.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Styles-Tags/CatalogStyles-Tags.htm">Styles
Tags</a>
<br />
30.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Table-Attributes/CatalogTable-Attributes.htm">Table
Attributes</a>
<br />
31.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Table-Style/CatalogTable-Style.htm">Table
Style</a>
<br />
32.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Table-Tags/CatalogTable-Tags.htm">Table
Tags</a>
<br />
33.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Text/CatalogText.htm">Text</a>
<br />
34.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Text-Attributes/CatalogText-Attributes.htm">Text
Attributes</a>
<br />
35.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/Text-Tags/CatalogText-Tags.htm">Text
Tags</a>
<br />
36.&nbsp;<a
 href="http://www.java2s.com/Code/HTMLCSS/XML/CatalogXML.htm">XML</a>
<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=971&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/971/html-and-css-references-and-examples/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML and CSS Tutorials from bytesizeoffice.co.uk</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/810/html-and-css-tutorials-from-bytesizeoffice-dot-co-dot-uk</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/810/html-and-css-tutorials-from-bytesizeoffice-dot-co-dot-uk#comments</comments>
		<pubDate>Fri, 28 Dec 2007 06:55:53 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here are the HTML and&#160;CSS Tutorials&#160;hosted bytesizeoffice.co.uk. These will teach you several important topics with creating and designing web pages using HTML and CSS.HTML and CSS Tutorials:Part One&#160; Website introduction, web site addresses, web site files &#8211; HTML Files, Style Sheets, Image Files. &#160;Part TwoMake a Web Page, example web files, example HTML filesPart ThreeStyles [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the <b><a
 href="http://www.bytesizeoffice.co.uk/htmlcss.htm">HTML
and&nbsp;CSS Tutorials</a></b>&nbsp;hosted
bytesizeoffice.co.uk. These will teach you several important topics
with creating and designing web pages using HTML and CSS.<b><br /></b><br /><u><br />HTML
and CSS Tutorials</u>:<br /><br /><a
 href="http://www.bytesizeoffice.co.uk/htmlcssone.htm">Part
One&nbsp;</a> <br />Website introduction, web site
addresses, web site files &#8211; HTML Files, Style Sheets, Image Files. <br />&nbsp;<br /><a
 href="http://www.bytesizeoffice.co.uk/htmlcsstwo.htm">Part
Two</a><br />Make a Web Page, example web files, example HTML
files<br /><br /><a
 href="http://www.bytesizeoffice.co.uk/cssthree.htm">Part
Three</a><br />Styles Sheets, How to specify a Style sheet,
Cascading Style Sheets.<br /><a
 href="http://www.bytesizeoffice.co.uk/cssfour.htm"><br />Part
Four<br /></a>Common Style Properties and Values, Style Sheet
Properties, Style sheet Size Values, Style Sheet Colours, Common Style
Sheet Properties<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=810&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/810/html-and-css-tutorials-from-bytesizeoffice-dot-co-dot-uk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Tutorials and How Tos</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/793/html-tutorials-and-how-tos</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/793/html-tutorials-and-how-tos#comments</comments>
		<pubDate>Wed, 05 Dec 2007 02:53:11 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Linuxtopia.org offers the following HTML Tutorials and How Tos for learning how to use HTML to design and develop web pages and web sites. Many HTML tags and topics here are covered. These&#160;tutorials show you how use HTML by using examples for each&#160;feature and tag being presented.HTML How To Tutorials HTML Anchors and Links TutorialHTML [...]]]></description>
			<content:encoded><![CDATA[<p>Linuxtopia.org offers the following <b>HTML
Tutorials and How Tos</b> for learning how to use HTML to design
and develop web pages and web sites. Many HTML tags and topics here are
covered. These&nbsp;tutorials show you how use HTML by using
examples for each&nbsp;feature and tag being presented.<br /><br /><br /><b><a
 class="navlink"
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/index.html">HTML
How To Tutorials</a></b><b><br /></b>
<br /><ul><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/linking/linking.html">HTML
Anchors and Links Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/applets/applets.html">HTML
and Java Applets Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/characterentities/characterentities.html">HTML
Special Characters Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/document/index.html">HTML
Document Tags Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/embeddedobjects/embeddedobjects.html">HTML
Embedded Objects Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/fonts/character.html">HTML
Fonts Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/forms/index.html">HTML
Forms Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/frames/frames.html">HTML
Frames Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/ignoremecode/ignore.html">HTML
Ignore-Me Code Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/images/images.html">HTML
Images Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/linepar/index.html">HTML
Lines and Paragraphs Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/lists/lists.html">HTML
Lists Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/logical.html">HTML
Logical Tags Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/scripts/index.html">HTML
and Scripts Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/sounds/sounds.html">HTML
Sounds Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/style/style.html">HTML
Cascading Sytle Sheets (CSS) Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/tables/index.html">HTML
Table Tutorial<br /><br /></a></li><li><a
 href="http://www.linuxtopia.org/HowToGuides/HTML_tutorials/marquee_multicol/weird.html">HTML
Marquees and Multi-Columns Tutorial</a></li></ul><br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=793&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/793/html-tutorials-and-how-tos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

