<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
	<channel>
		<language>en_GB</language>
		<title>Chapter 3: Adding Some Style</title>
		<link>http://tobyinkster.co.uk/article/html-tutorial-3/</link>
		<description>====&lt;br&gt;
&lt;p&gt;So now you know how to make a basic web page. When writing the page, we focused on &lt;em&gt;structure&lt;/em&gt;&amp;nbsp;&amp;#8212; how the page was divided up into its various parts (headings, paragraphs, etc)&amp;nbsp;&amp;#8212; but not on &lt;em&gt;style&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;In this chapter we&amp;#8217;ll focus on how to apply style to your page, but without even changing the &lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt;!&lt;/p&gt;

&lt;h2&gt;Applying A Basic Style&lt;/h2&gt;

&lt;p&gt;Right now, our page looks something like this:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/Images/html_tutorial/figure5.png&quot;&gt;&lt;img src=&quot;/Images/html_tutorial/thumb-figure5.png&quot; height=&quot;150&quot; width=&quot;137&quot; alt=&quot;picture of the example in a browser&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You&amp;#8217;ll remember that one of the lines in the &lt;span class=&quot;caps&quot;&gt;HTML &lt;/span&gt;file said this:&lt;/p&gt;



&lt;pre&gt;&lt;code class=&amp;quot;html&amp;quot;&gt;&amp;amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;style.css&amp;quot;&amp;amp;gt;&lt;/code&gt;&lt;/pre&gt;



&lt;p&gt;So we shall now create a file called style.css and add some formatting instructions to it.&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;css&quot;&gt;body {
       font-family: Arial, Helvetica, &amp;#8220;Sans Serif&amp;#8221;;&lt;br&gt;
       background-color: white;&lt;br&gt;
       color: black;&lt;br&gt;
       font-size: 12px; }&lt;br&gt;
h1   {&amp;#8230;</description>
	</channel>
</rss>
