<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title> Color-Element </title>
    <meta name="author" content="Administrator"/>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" type="text/css"
      href="html5-form-color.css" title="style1"/>
      
        
      </head>
      
<body>
  <h1>Color-Element</h1>
  <form>
    <label for="userID1"  >Farbauswahl :
      <input type="color" name="color" id="userID1" />
    </label>
    <br /><br />
    <label for="userID2"  >Farbausgabe :
      <input type="text" name="tColor" id="userID2" />
    </label>
    <br /><br />
    <label for="userID3"  >Output:
	<output name="output">
     </output>
    </label>
    <br /><br />
    <input type="button" value="Farbe abfragen" onclick="checkColor(this.form)"/>
    
    
  </form>
</body>

</html>













