Ticket #9447: test.html
File test.html, 457 bytes (added by , 12 years ago) |
---|
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <!-- |
3 | Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. |
4 | For licensing, see LICENSE.html or http://ckeditor.com/license |
5 | --> |
6 | <html> |
7 | <head> |
8 | <title></title> |
9 | <meta charset="utf-8"> |
10 | <script src="ckeditor-dev/ckeditor.js"></script> |
11 | </head> |
12 | <body> |
13 | <textarea class="ckeditor" cols="80" id="editor1" name="editor1" rows="10"> |
14 | <p> |
15 | test test <u>test<u> test. |
16 | </p> |
17 | </textarea> |
18 | </body> |
19 | </html> |