<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://herrmix.de/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://herrmix.de/dokuwiki/feed.php">
        <title>Wiki zum Unterricht - html:loesungen</title>
        <description></description>
        <link>https://herrmix.de/dokuwiki/</link>
        <image rdf:resource="https://herrmix.de/dokuwiki/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-17T15:26:52+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://herrmix.de/dokuwiki/doku.php?id=html:loesungen:hyperlinks&amp;rev=1610531142&amp;do=diff"/>
                <rdf:li rdf:resource="https://herrmix.de/dokuwiki/doku.php?id=html:loesungen:listen&amp;rev=1609667379&amp;do=diff"/>
                <rdf:li rdf:resource="https://herrmix.de/dokuwiki/doku.php?id=html:loesungen:tabellen&amp;rev=1610094846&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://herrmix.de/dokuwiki/lib/exe/fetch.php?media=wiki:logo.png">
        <title>Wiki zum Unterricht</title>
        <link>https://herrmix.de/dokuwiki/</link>
        <url>https://herrmix.de/dokuwiki/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://herrmix.de/dokuwiki/doku.php?id=html:loesungen:hyperlinks&amp;rev=1610531142&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-13T09:45:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>hyperlinks</title>
        <link>https://herrmix.de/dokuwiki/doku.php?id=html:loesungen:hyperlinks&amp;rev=1610531142&amp;do=diff</link>
        <description>Hyperlinks (Lösungen)

Lösung zu Aufgabe 2


&lt;!DOCTYPE html&gt;
 
&lt;html lang=&quot;de&quot;&gt;
  &lt;head&gt;
    &lt;meta charset=&quot;utf-8&quot;&gt;
    &lt;title&gt; Linkübung &lt;/title&gt;
  &lt;/head &gt;
  &lt;body&gt;
    &lt;h1&gt;Linkübung&lt;/h1&gt;
    &lt;a href=&quot;#bisher&quot;&gt;Zu meinen bisherigen Seiten&lt;/a&gt;&lt;br&gt;
    &lt;a href=&quot;#lieblingsseiten&quot;&gt;Zu meinen Lieblingsseiten im Internet&lt;/a&gt;&lt;br&gt;
    
    &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
    &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
    &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
    &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
    &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
    &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
    
    &lt;a id=&quot;bish…</description>
    </item>
    <item rdf:about="https://herrmix.de/dokuwiki/doku.php?id=html:loesungen:listen&amp;rev=1609667379&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-03T09:49:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>listen</title>
        <link>https://herrmix.de/dokuwiki/doku.php?id=html:loesungen:listen&amp;rev=1609667379&amp;do=diff</link>
        <description>Listen (Lösungen)


&lt;!DOCTYPE html&gt;
 
&lt;html lang=&quot;de&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;utf-8&quot;&gt;
    &lt;title&gt;Verschachtelte Listen&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;Verschachtelte Listen&lt;/h2&gt;

&lt;h3&gt;Eine geordnete Liste:&lt;/h3&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;h4&gt;Der erste Listeneintrag ist eine ungeordnete Liste:&lt;/h4&gt;
        &lt;ul&gt;
            &lt;li&gt;Ein Untereintag&lt;/li&gt;
            &lt;li&gt;Ein Untereintag&lt;/li&gt;
            &lt;li&gt;Ein Untereintag&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;h4&gt;Der zweite Listeneintrag ist eine geordnete Liste:&lt;/h4&gt;
 …</description>
    </item>
    <item rdf:about="https://herrmix.de/dokuwiki/doku.php?id=html:loesungen:tabellen&amp;rev=1610094846&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-08T08:34:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tabellen</title>
        <link>https://herrmix.de/dokuwiki/doku.php?id=html:loesungen:tabellen&amp;rev=1610094846&amp;do=diff</link>
        <description>Tabellen (Lösungen)

Lösung zur Aufgabe 2


&lt;!DOCTYPE html&gt;
 
&lt;html lang=&quot;de&quot;&gt;
&lt;head&gt;
   &lt;meta charset=&quot;utf-8&quot;&gt;
   &lt;title&gt;Eine formatierte Tabelle&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
    
    &lt;h2&gt;Eine formatierte Tabelle&lt;/h2&gt;
    
    &lt;ol&gt;
		&lt;li&gt;Breite der Tabellenlinie: 1&lt;/li&gt;
		&lt;li&gt;Breite der Tablle 80% der Seite&lt;/li&gt; 
		&lt;li&gt;Tabelle ist zentriert ausgerichtet&lt;/li&gt;   
    &lt;/ol&gt;
    
    &lt;table align=&quot;center&quot; border=&quot;1&quot; width=&quot;80%&quot;&gt;
        &lt;tr&gt;
        	&lt;th align=&quot;left&quot;&gt;1. Kopfzelle links ausgerichtet &lt;/th&gt;…</description>
    </item>
</rdf:RDF>
