]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/lg-080813-label.html
8e790eb76afe19324024d52a50febb03be9b48bf
[.emacs.d.git] / emacs / nxhtml / tests / in / lg-080813-label.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head><title></title></head>
5   <body>
6     <p>
7       Since nXml do not have a schema for xhtml 1.0 transitional it
8       uses strict instead. Therefore it gaves false errors here.
9     </p>
10     <form action="" method="get">
11       <label for="inputname">Label for field: </label>
12       <input type="text" name="inputname" id="inputname" />
13     </form>
14   </body>
15 </html>