<?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> Tel, EMail, URL </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-tel-email-url.css" title="style1"/>
    </head>
    
<body>
  <h1>
    Neue HTML5-Eelemente
  </h1>

<form>
  <div class="table1">
    <div>
     <div class="bold"> Telefon</div>
     <div class="bold">  <input type="tel" name="tel" /> </div>
    </div>
    <div>
     <div class="bold"> E-Mail</div>
     <div class="bold"> <input type="email" name="email"  /></div>
    </div>
    <div>
     <div class="bold"> URL</div>
     <div class="bold"><input type="url"/> </div>
    </div>
  </div>



</form>

</body>

</html>





