<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
>
  <channel rdf:about="http://www.webdesignworkmate.co.uk/rss/rss_html_tutorial.xml">
    <title>HTML Tutorials from Web Design Workmate</title>
    <description>Free HTML Tutorials start with the basics and continue on to advanced HTML.</description>
    <link>http://www.webdesignworkmate.co.uk</link>
    <image rdf:resource="http://www.webdesignworkmate.co.uk/rss/images/webdesignworkmate_logo.gif" />
    <items>
    <rdf:Seq>
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_creating_a_document.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_head_and_body_elements.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_formatting_text.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_lists.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_images.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_urls_explained.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_linking.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_tables.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_forms.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_forms_input_and_textarea.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_forms_select_lists.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_frames_framesets.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_frames_frame_element.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_frames_nested_framesets.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_frames_targeting_frames.php" />
      <rdf:li resource="http://www.webdesignworkmate.co.uk/html_frames_inline_frames.php" />
  </rdf:Seq>
    </items>
  </channel>
  <image rdf:about="http://www.webdesignworkmate.co.uk/rss/images/webdesignworkmate_logo.gif">
    <title>Web Design Workmate</title>
    <url>http://www.webdesignworkmate.co.uk/rss/images/webdesignworkmate_logo.gif</url>
    <link>http://www.webdesignworkmate.co.uk</link>
  </image>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html.php">
    <title>HTML Basics</title>
    <description>The basics of HTML - what it is and what it can do.</description>
    <link>http://www.webdesignworkmate.co.uk/html.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_creating_a_document.php">
    <title>HTML Creating a Document</title>
    <description>How to create an HTML document, how to decide on document type, how to declare the type and how to run it in your browser.</description>
    <link>http://www.webdesignworkmate.co.uk/html_creating_a_document.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_head_and_body_elements.php">
    <title>HTML Head and Body Elements</title>
    <description>A tutorial on HTML head and body elements, metatag elements including title and description.</description>
    <link>http://www.webdesignworkmate.co.uk/html_head_and_body_elements.php</link>
  </item>
    <item rdf:about="http://www.webdesignworkmate.co.uk/html_formatting_text.php">
    <title>HTML Formatting Text</title>
    <description>Formatting text in HTML documents using headings, line breaks, paragraphs, horizontal rules, emphasis and special characters.</description>
    <link>http://www.webdesignworkmate.co.uk/html_formatting_text.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_lists.php">
    <title>HTML Lists</title>
    <description>A tutorial on HTML lists, ordered, unordered and definition lists. How to change their appearance and how to nest them.</description>
    <link>http://www.webdesignworkmate.co.uk/html_lists.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_images.php">
    <title>Embedding Images in HTML</title>
    <description>How to use the img element, aligning images and the different image file formats.</description>
    <link>http://www.webdesignworkmate.co.uk/html_images.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_urls_explained.php">
    <title>URLs Explained</title>
    <description>How URLs are used to locate resources on the web.</description>
    <link>http://www.webdesignworkmate.co.uk/html_urls_explained.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_linking.php">
    <title>Linking HTML pages</title>
    <description>How to link to other pages using absolute and relative URLs, the anchor element, using anchors within pages and using images as links.</description>
    <link>http://www.webdesignworkmate.co.uk/html_linking.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_tables.php">
    <title>HTML Tables</title>
    <description>How to create HTML tables. Table structure, the table, tr, th and td elements and attributes.</description>
    <link>http://www.webdesignworkmate.co.uk/html_tables.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_forms.php">
    <title>HTML Forms - The Basics</title>
    <description>The basics of HTML forms. The form element and its attributes. How name/value pairs work.</description>
    <link>http://www.webdesignworkmate.co.uk/html_forms.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_forms_input_and_textarea.php">
    <title>HTML Forms - Using the Input and Textarea Elements</title>
    <description>The HTML form input and textarea elements and their attributes, including text, password, hidden, radio, checkbox, file and submit button.</description>
    <link>http://www.webdesignworkmate.co.uk/html_forms_input_and_textarea.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_forms_select_lists.php">
    <title>HTML Forms - Using Select Lists</title>
    <description>How to use the HTML form select and option list elements and attributes.</description>
    <link>http://www.webdesignworkmate.co.uk/html_forms_select_lists.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_frames_framesets.php">
    <title>HTML Framesets</title>
    <description>How to construct a frameset to hold other frames. The pros and cons of using frames.</description>
    <link>http://www.webdesignworkmate.co.uk/html_frames_framesets.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_frames_frame_element.php">
    <title>The HTML Frame Element</title>
    <description>Tutorial on the HTML frame element and its attributes. How to use the noframe element.</description>
    <link>http://www.webdesignworkmate.co.uk/html_frames_frame_element.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_frames_nested_framesets.php">
    <title>HTML Nested Framesets</title>
    <description>How to nest frameset within other framesets with alternative methods.</description>
    <link>http://www.webdesignworkmate.co.uk/html_frames_nested_framesets.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_frames_targeting_frames.php">
    <title>Targeting HTML Frames</title>
    <description>How to target frames so that links in one frame load documents into another frame.</description>
    <link>http://www.webdesignworkmate.co.uk/html_frames_targeting_frames.php</link>
  </item>
  <item rdf:about="http://www.webdesignworkmate.co.uk/html_frames_inline_frames.php">
    <title>The HTML Inline Frame Element</title>
    <description>Tutorial on the HTML iframe element and its attributes. How to use the iframe element.</description>
    <link>http://www.webdesignworkmate.co.uk/html_frames_inline_frames.php</link>
  </item>
</rdf:RDF>	