<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>HTML</title>
		<link>http://pro-flash-beat.darkbb.com/html-f19/-t1.htm</link>
		<description></description>
		<lastBuildDate>Wed, 30 Jul 2008 08:42:39 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>HTML</title>
			<url>http://i147.photobucket.com/albums/r304/pixel-productions/PFBlogomain.gif</url>
			<link>http://pro-flash-beat.darkbb.com/html-f19/-t1.htm</link>
		</image>
		<item>
			<title>Formatting fonts</title>
			<link>http://pro-flash-beat.darkbb.com/html-f19/formatting-fonts-t24.htm</link>
			<dc:creator>devilz-fury</dc:creator>
			<description>So, start off like every other html document like this: &lt;html&gt;. Easy peasy. Then start a new paragraph: &lt;p&gt;. The next tag is bigger, start with: &lt;font size=, then go &quot;X&quot; where X is your font size. Then with a space at the start go  face= this is telling the engine that your are going to change the font face. Next put &quot;Z&quot;&gt; where Z is your font name. Now type what you want. Then finish off with closing all your tags: &lt;/font&gt; &lt;/p&gt; &lt;/html&gt;



View  ...</description>
			<category>HTML</category>
			<pubDate>Wed, 30 Jul 2008 08:42:39 GMT</pubDate>
			<comments>http://pro-flash-beat.darkbb.com/html-f19/formatting-fonts-t24.htm#35</comments>
			<guid>http://pro-flash-beat.darkbb.com/html-f19/formatting-fonts-t24.htm</guid>
		</item>
		<item>
			<title>Beginner - Smith's HTML Introduction</title>
			<link>http://pro-flash-beat.darkbb.com/html-f19/beginner-smith-s-html-introduction-t23.htm</link>
			<dc:creator>smith</dc:creator>
			<description>You can almost use HTML in any notepad on any operating system (OS)



But, I recommend and use these on the following OS



Windows XP:



Dreamweaver and Dreamweaver CS3 both of these applications can be downloaded as a 30 day free trail.



Mac OS X:



Coda - Can be downloaded as a free 15 day trail.

Dreamweaver and Dreamweaver CS3 both of these applications can be downloaded as a 30 day free trail.



HTML:



Basic Knowledge for HTML



- What does is stand for?



-  ...</description>
			<category>HTML</category>
			<pubDate>Tue, 29 Jul 2008 23:52:59 GMT</pubDate>
			<comments>http://pro-flash-beat.darkbb.com/html-f19/beginner-smith-s-html-introduction-t23.htm#33</comments>
			<guid>http://pro-flash-beat.darkbb.com/html-f19/beginner-smith-s-html-introduction-t23.htm</guid>
		</item>
		<item>
			<title>Beginner - HTML Backgrounds</title>
			<link>http://pro-flash-beat.darkbb.com/html-f19/beginner-html-backgrounds-t22.htm</link>
			<dc:creator>Revan</dc:creator>
			<description>Backgrounds



The &lt;body&gt; tag has two attributes where you can specify backgrounds. The background can be a color or an image.



Bgcolor



The bgcolor means background-color, it can be a hexadecimal number, an RGB value, or a color name:



Code:&lt;body bgcolor=&quot;#000000&quot;&gt;

&lt;body bgcolor=&quot;rgb&#40;0,0,0&#41;&quot;&gt;

&lt;body bgcolor=&quot;black&quot;&gt; 



The lines above all set the background-color to black. (using a mac program fireworks to look  ...</description>
			<category>HTML</category>
			<pubDate>Tue, 29 Jul 2008 10:05:48 GMT</pubDate>
			<comments>http://pro-flash-beat.darkbb.com/html-f19/beginner-html-backgrounds-t22.htm#30</comments>
			<guid>http://pro-flash-beat.darkbb.com/html-f19/beginner-html-backgrounds-t22.htm</guid>
		</item>
		<item>
			<title>Beginner - HTML Tables</title>
			<link>http://pro-flash-beat.darkbb.com/html-f19/beginner-html-tables-t21.htm</link>
			<dc:creator>Revan</dc:creator>
			<description>Tables



Tables are defined with the &lt;table&gt; tag. A table is divided into rows (with the &lt;tr&gt;, and each row is divided into data cells (with the &lt;td&gt; tag). A data cell can contain text, images, lists, paragraphs, forms, horizontal rules, tables, etc.



Code:&lt;table border=&quot;1&quot;&gt;

&lt;tr&gt;

&lt;td&gt;row 1, cell 1&lt;/td&gt;

&lt;td&gt;row 1, cell 2&lt;/td&gt;

&lt;/tr&gt;

&lt;tr&gt;

&lt;td&gt;row 2, cell 1&lt;/td&gt;

&lt;td&gt;row 2, cell 2&lt;/td&gt;

&lt;/tr&gt;

&lt;/table&gt;  ...</description>
			<category>HTML</category>
			<pubDate>Tue, 29 Jul 2008 09:59:23 GMT</pubDate>
			<comments>http://pro-flash-beat.darkbb.com/html-f19/beginner-html-tables-t21.htm#29</comments>
			<guid>http://pro-flash-beat.darkbb.com/html-f19/beginner-html-tables-t21.htm</guid>
		</item>
		<item>
			<title>Noobs - HTML Introduction</title>
			<link>http://pro-flash-beat.darkbb.com/html-f19/noobs-html-introduction-t20.htm</link>
			<dc:creator>Revan</dc:creator>
			<description>A basic introduction to HTML



What is an HTML File?



HTML stands for Hyper Text Markup Language 



If you are running Windows, start Notepad.



If you are on a Mac, start textedit.



In Mac start TextEdit and change the following preferences:



Open the &quot;Format&quot; menu and select &quot;Plain text&quot; instead of &quot;Rich text&quot;. 



Then open the &quot;Preferences&quot; window under the &quot;Text Edit&quot; menu and select &quot;Ignore rich text commands  ...</description>
			<category>HTML</category>
			<pubDate>Tue, 29 Jul 2008 09:41:02 GMT</pubDate>
			<comments>http://pro-flash-beat.darkbb.com/html-f19/noobs-html-introduction-t20.htm#28</comments>
			<guid>http://pro-flash-beat.darkbb.com/html-f19/noobs-html-introduction-t20.htm</guid>
		</item>
	</channel>
</rss>