Ticket #8022: template_test.html
File template_test.html, 478 bytes (added by , 12 years ago) |
---|
Line | |
---|---|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 | <html> |
3 | <head> |
4 | <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
5 | <title>test</title> |
6 | <!--<base href="http://www.w3schools.com/images/" target="_blank">--> |
7 | </head> |
8 | <body> |
9 | <h1>Editable section</h1> |
10 | <div contenteditable="true" style="margin-bottom:25px; border:5px solid black;"> |
11 | |
12 | |
13 | |
14 | |
15 | </div> |
16 | </body> |
17 | </html> |