﻿<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
  <head profile="j4x" dir="ltr">
  <base href="http://file1.npage.de/002908/62/html/" target="_top" />
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta http-equiv="content-script-type" content="text/js" />
    <meta http-equiv="content-style-type" content="text/css;" />
    <!--==IE6 ist nicht xml kompatipel==-->
    <style type="text/css" dir="ltr">
/*<![CDATA[*/
    body{background-color:rgb(255,255,255);color:rgb(0,0,0)}
    .x1{width:100px}
    .x2{width:50%}
    .x3{width:400px}
    .x4{width:75%}
    .y1{height:30px}
    .y2{height:100px}
    .y3{height:300px}
    a:link{color:rgb(255,255,255);background-color:transparent;text-decoration:none}
    a:visited{color:rgb(193,223,255);background-color:transparent;text-decoration:none}
    a:active{color:rgb(255,0,0);background-color:transparent;text-decoration:none}
    a:hover{color:rgb(0,0,255);background-color:rgb(255,255,0);text-decoration:none}
    .f1{font-family:lucida sans unicode,trebuchet ms,tahoma,arial,verdana}
    .f2{font-family:lucida console,courier new}
    .f8{font-size:8pt}
    .f10{font-size:10pt}
    .f12{font-size:12pt}
    .fs1{font-weight:lighter}
    .fs3{font-weight:bold}
    .fs4{font-weight:bolder}
    .fs5{font-style:italic}
    .fs6{font-style:normal}
    .g1{background-color:rgb(0,0,0)}
    .g2{background-color:rgb(255,255,255)}
    .g3{background-color:rgb(206,214,220)}
    .g4{background-color:rgb(233,237,220)}
    .g5{background-color:rgb(175,197,207)}
    .g6{background-color:rgb(100,128,144)}
    .g9{background-color:rgb(223,247,254)}
    .v1{color:rgb(0,0,0)}
    .v2{color:rgb(255,255,255)}
    .v3{color:rgb(206,214,220)}
    .v4{color:rgb(233,237,220)}
    .v5{color:rgb(175,197,207)}
    .v6{color:rgb(100,128,144)}
    .v7{color:rgb(255,0,0)}
    .v9{color:rgb(223,247,254)}
    .m1{cursor:crosshair}
    .m2{cursor:pointer}
    .m3{cursor:move}
    .m0{cursor:default}
    /*]]>*/
    </style>
    <title>
      Standardkonformer&nbsp;Modus
    </title>
    <style type="text/css">
/*<![CDATA[*/
    address.c5 {visibility:hidden}
    span.c4 {color:green}
    span.c3 {color:rgb(0,128,0)}
    select.c2 {color:#ff0000;height:70px}
    option.c1 {color:lime}
    /*]]>*/
    </style>
  </head>
  <body class="f1 g4" dir="ltr">
    <h1 id="header">
      Standardkonformer&nbsp;Modus
    </h1>
    <div class="f1 fs4 fs6 g1">
      <a class="v2" href="javascript:history.back()">[zur&uuml;ck]</a>&nbsp;
      <a class="v2" href="standardkonformer-modus-tree.xml">[Als&nbsp;Quelltext&nbsp;in&nbsp;deutsch&nbsp;anzeigen ]</a>&nbsp;
    </div>
    <h3 id="dever">
      Unkomplizierte&nbsp;Beispiele
    </h3>
    <h5>
      (deutsch)
    </h5>
    <div class="x3 y3 f1 f12 g5 v6">
      <h4>
        &nbsp;&nbsp;&nbsp;&nbsp;Möglichkeit&nbsp;1
      </h4>
      <div class="x3 f1 f10 g3 v1">
        <br />
        &nbsp;&nbsp;&nbsp;Die&nbsp;Einfachste&nbsp;ist:&nbsp;über&nbsp;die&nbsp;!DOCTYPE-Zeile:
        <br />
        <hr />
      </div>
      <div>
        <select class="f2 f8 g1 x3 c2" multiple="multiple">
          <option value="Zeile-1" class="c1">
            &lt;?xml&nbsp;version="1.0"&nbsp;encoding="utf-8"?&gt;
          </option>
          <option value="Zeile-2">
            &lt;!DOCTYPE&nbsp;html&nbsp;PUBLIC&nbsp;"-//W3C//DTD XHTML&nbsp;1.0&nbsp;Strict//EN"
          </option>
          <option value="Zeile-3">
            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;
          </option>
          <option value="Zeile-4">
            &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
          </option>
        </select>
      </div>
      <div class="x3 f1 f10 g3 v1">
        <hr />
        <br />
        &nbsp;&nbsp;&nbsp;zu&nbsp;schreiben.&nbsp;Wichtig&nbsp;ist&nbsp;nur&nbsp;das&nbsp;der&nbsp;erste<br />
        &nbsp;&nbsp;&nbsp;"char"&nbsp;<samp class="fs1 fs5 v4 f8">(char:&nbsp;<q class=
        "fs4 fs6 v7">&lt;</q>&nbsp;also)</samp>,&nbsp;sich&nbsp;sowohl&nbsp;auf<br />
        &nbsp;&nbsp;&nbsp;Zeile&nbsp;1&nbsp;als&nbsp;auch&nbsp;Spalte&nbsp;1&nbsp;befindet.<br />
        &nbsp;
        <hr />
        &nbsp;&nbsp;&nbsp;<span class="fs5 f8 v6">(ab&nbsp;Internet&nbsp;Explorer&nbsp;7)</span>
      </div>
      <div>
        <hr />
        <br />
        &nbsp;&nbsp;&nbsp;Beispiel&nbsp;1&nbsp;zum&nbsp;kopieren:
      <div class="x3 f1 f10 g3 v6">
        <hr />
        <br />
        &nbsp;&nbsp;&nbsp;Format&nbsp;ist:&nbsp;XHTML1.0&nbsp;(strict,TR,..egal)<br />
        &nbsp;&nbsp;&nbsp;<span class="fs5 f8 f2">(htm,html,shtml,xhtml,xml&nbsp;kompatibel)</span>
        <hr />
      </div>
        <div class="f2 f8 g2 v1 x3" lang="de" dir="ltr" xml:lang="de">
          <hr />
          &lt;?xml&nbsp;version="1.0"&nbsp;encoding="utf-8"?&gt;<br />
          &lt;!DOCTYPE&nbsp;html&nbsp;PUBLIC&nbsp;"-//W3C//DTD&nbsp;XHTML&nbsp;1.0&nbsp;Strict//EN"<br />
          &nbsp;&nbsp;&nbsp;&nbsp;"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;<br />
          &lt;html&nbsp;xmlns="http://www.w3.org/1999/xhtml"&gt;<br />
          &nbsp;&nbsp;&lt;head&gt;<br />
          &nbsp;&nbsp;&nbsp;&lt;title&gt;<br />
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="fs1 fs5 c3">&lt;!--TITLE--&gt;</span><br />
          &nbsp;&nbsp;&nbsp;&lt;/title&gt;<br />
          &nbsp;&nbsp;&lt;/head&gt;<br />
          &nbsp;&nbsp;&lt;body&gt;<br />
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="fs1 fs5 c3">&lt;!--BODY--&gt;</span><br />
          &nbsp;&nbsp;&lt;/body&gt;<br />
          &lt;/html&gt;
          <hr />
        </div>
      </div>
      <div>
        <hr />
        <br />
        &nbsp;&nbsp;&nbsp;Beispiel&nbsp;2&nbsp;zum&nbsp;kopieren:
        <div class="x3 f1 f10 g3 v6">
          <hr />
          <br />
          &nbsp;&nbsp;&nbsp;Format&nbsp;ist:&nbsp;HTML
          <div class="f2 f8 g2 v1 x3" lang="de" dir="ltr" xml:lang="de">
            <hr />
            <br />
            &lt;?xml&nbsp;version="1.0"&nbsp;encoding="utf-8"?&gt;<br />
            &lt;!doctype&nbsp;system&nbsp;html&nbsp;"-//w3c//dtd&nbsp;html&nbsp;5.0&nbsp;final//en"&gt;<br />
            &lt;html&nbsp;xmlns="http://...deine-eigene.xml"&nbsp;xml:lang="de"&nbsp;lang="de"&gt;<br />
            &nbsp;&lt;head&nbsp;profile="www.dein-profil.de"&nbsp;dir="ltr"&gt;<br />
            &nbsp;&nbsp;&lt;meta&nbsp;http-equiv="content-type"<br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;content="text/html;&nbsp;charset=utf-8"&gt;<br />
            &nbsp;&nbsp;&nbsp;&lt;title&gt;<br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="fs1 fs5 c4">&lt;!--TITLE--&gt;</span><br />
            &nbsp;&nbsp;&nbsp;&lt;/title&gt;<br />
            &nbsp;&lt;/head&gt;<br />
            &nbsp;&lt;body&nbsp;dir="ltr"&gt;<br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="fs1 fs5 c4">&lt;!--BODY--&gt;</span><br />
            &nbsp;&lt;/body&gt;<br />
            &lt;/html&gt;
            <hr />
          </div>
        </div>
      </div>
    </div><br />
    <div id="footer">
      <address class="c5">
        j4x:&nbsp;&nbsp;&nbsp;<a href="/jplain.txt">[view-plain]</a>
      </address>
    </div>
    <p>
      <br />
      &nbsp;
    </p>
    <p>
      <br />
      &nbsp;
    </p>
  </body>
</html>
