<?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 5: Advanced HTML Tags</title>
		<link>http://tobyinkster.co.uk/article/html-tutorial-5/</link>
		<description>====&lt;br&gt;
&lt;p&gt;So far, I&amp;#8217;ve shown you a few &lt;abbr title=&quot;Hypertext Markup Language&quot;&gt;&lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt;&lt;/abbr&gt; tags to add structure to your document: the heading tags &lt;code class=&quot;html&quot;&gt;&amp;amp;lt;h&amp;lt;em&amp;gt;X&amp;lt;/em&amp;gt;&amp;amp;gt;&lt;/code&gt;, paragraphs &lt;code class=&quot;html&quot;&gt;&amp;amp;lt;p&amp;amp;gt;&lt;/code&gt;, links &lt;code class=&quot;html&quot;&gt;&amp;amp;lt;a&amp;amp;gt;&lt;/code&gt; and the two generic tags with no meaning &lt;code class=&quot;html&quot;&gt;&amp;amp;lt;span&amp;amp;gt;&lt;/code&gt; and &lt;code class=&quot;html&quot;&gt;&amp;amp;lt;div&amp;amp;gt;&lt;/code&gt;. Here I will introduce some more.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;#lists&quot;&gt;Lists&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#isemantic&quot;&gt;Inline Semantic Elements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#layout&quot;&gt;Layout Elements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#isemantic&quot;&gt;Block Semantic Elements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#tables&quot;&gt;Tables&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;lists&quot;&gt;Lists&lt;/h2&gt;

&lt;p&gt;&lt;abbr title=&quot;Hypertext Markup Language&quot;&gt;&lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt;&lt;/abbr&gt; has 6 different elements for dealing with different types of lists. In &lt;abbr title=&quot;Hypertext Markup Language&quot;&gt;&lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt;&lt;/abbr&gt; there are three types of list:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Unordered lists&lt;/li&gt;
&lt;li&gt;Ordered lists&lt;/li&gt;
&lt;li&gt;Definition&amp;#8230;</description>
	</channel>
</rss>
