<?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>Web Design Courses London &#187; HTML Sites</title>
	<atom:link href="http://webdesigncourseslondon.co.uk/category/how-to-build-a-html-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesigncourseslondon.co.uk</link>
	<description>Web Design Universities and Colleges in London</description>
	<lastBuildDate>Tue, 06 Sep 2011 07:45:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Frames</title>
		<link>http://webdesigncourseslondon.co.uk/2009/12/08/frames/</link>
		<comments>http://webdesigncourseslondon.co.uk/2009/12/08/frames/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 08:21:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Sites]]></category>
		<category><![CDATA[html sites with frames]]></category>

		<guid isPermaLink="false">http://webdesigncourseslondon.co.uk/?p=29</guid>
		<description><![CDATA[HTML frames are great for making a complex site more compact, because they can display multiple pages in the same browser window. Frames start with a frameset element, indicating that the left frame takes up to 40 percent of the window horizontally and the frame at the right takes up 60 percent of the window [...]]]></description>
			<content:encoded><![CDATA[<p>HTML frames are great for making a complex site more compact, because they can display multiple pages in the same browser window. Frames start with a frameset element, indicating that the left frame takes up to 40 percent of the window horizontally and the frame at the right takes up 60 percent of the window horizontally.</p>
<p>&#60;&#104;&#116;&#109;&#108;&#62;&#10;&#60;&#104;&#101;&#97;&#100;&#62;&#10;&#60;&#116;&#105;&#116;&#108;&#101;&#62;&#10;&#116;&#97;&#114;&#103;&#101;&#116;&#101;&#100;&#32;&#102;&#114;&#97;&#109;&#101;&#115;&#10;&#60;&#47;&#116;&#105;&#116;&#108;&#101;&#62;&#10;&#60;&#47;&#104;&#101;&#97;&#100;&#62;&#10;&#60;&#102;&#114;&#97;&#109;&#101;&#115;&#101;&#116;&#32;&#99;&#111;&#108;&#115;&#32;<br />
&#61;&#32;&#52;&#48;&#37;&#44;&#32;&#54;&#48;&#37;&#34;&#62;&#10;&#46;&#10;&#46;&#10;&#46;&#10;&#60;&#47;&#102;&#114;&#97;&#109;&#101;&#115;&#101;&#116;&#62;&#10;</p>
<p>The frame at the right will be filled with the hyperlinks you see.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesigncourseslondon.co.uk/2009/12/08/frames/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lesson 1</title>
		<link>http://webdesigncourseslondon.co.uk/2009/11/25/lesson-1/</link>
		<comments>http://webdesigncourseslondon.co.uk/2009/11/25/lesson-1/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 06:33:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Sites]]></category>

		<guid isPermaLink="false">http://webdesigncourseslondon.co.uk/?p=19</guid>
		<description><![CDATA[HTML stands for &#8220;Hypertext Markup Language&#8221; and the &#8220;markup&#8221; part of that refers to everything in angle brackets (< and >). That markup gives directions to the browser on how you want to display the web page. For example, you use the b elementto indicate that the text should be bold, like this: This text [...]]]></description>
			<content:encoded><![CDATA[<p><strong>HTML stands for &#8220;Hypertext Markup Language&#8221;</strong> and the &#8220;markup&#8221; part of that refers to everything in angle brackets (< and >). That markup gives directions to the browser on how you want to display the web page. For example, you use the b elementto indicate that the text should be bold, like this: This text is bold! . An element consists of an opening tag, here, and a closing tag, . </p>
<p>Elements can contain other elements (child elements) inside their opening and closing tags, and may also have attributes, which are given in name=value pairs in an element&#8217;s opening tag. Technically you don&#8217;t have to enclose attribute values in quatation marks to let your HTML be read by the World Wide Consortium (W3C).</p>
<p><strong>HTML Commands</strong></p>
<p><html>&#8230;</html>  &#8211; marks the opening and closing of an HTML document.</p>
<p><head>&#8230;</head> &#8211; creates the head of an HTML document</p>
<p><body>&#8230;</body> &#8211; creates the body of an HTML document</p>
<link> &#8211;  indicates a relationship to other documents (and unlike anchors, cannot indicate relationships to parts of documents)
<p><meta> &#8211; to specify metacontent or information about the document </p>
<p><base> &#8211; indicates the full URL of the current document</p>
<p> &#8211; to select a title that will appear in the title bars of browser windows and to indicate to search engines the title of the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesigncourseslondon.co.uk/2009/11/25/lesson-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

