]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/nxml-bug.html
remove toolbar and menubar
[.emacs.d.git] / emacs / nxhtml / tests / in / nxml-bug.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     <form action="" method="get">
7       <label for="inputname">Label for field: </label>
8       <input type="text" name="inputname" id="inputname" />
9     </form>
10   </body>
11 </html>