Ticket #10456: _template_test.html
File _template_test.html, 456 bytes (added by , 12 years ago) |
---|
Line | |
---|---|
1 | <!DOCTYPE html> |
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 | <style> |
8 | body{ |
9 | background-image: url("../../../../../c.jpg"); |
10 | } |
11 | </style> |
12 | </head> |
13 | <body> |
14 | <h1>Editable section</h1> |
15 | <div contenteditable="true" style="margin-bottom:25px; border:5px solid black;"> |
16 | |
17 | |
18 | |
19 | |
20 | </div> |
21 | </body> |
22 | </html> |