2016-06-20 19:16:36 -07:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2016-07-15 10:07:12 -07:00
|
|
|
<title>Content Editable Test</title>
|
2016-06-20 19:16:36 -07:00
|
|
|
<link rel="stylesheet" href="index.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main>
|
|
|
|
<div contenteditable>
|
|
|
|
<p>
|
2016-06-24 13:44:22 -07:00
|
|
|
<strong>Some <em>text.</em></strong>
|
2016-06-20 19:16:36 -07:00
|
|
|
</p>
|
|
|
|
<p>
|
2016-06-24 13:44:22 -07:00
|
|
|
<strong>Some <a href="google">text.</a></strong>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<strong>Some text.</strong>
|
2016-06-20 19:16:36 -07:00
|
|
|
</p>
|
2016-06-30 10:43:24 -07:00
|
|
|
<img src="https://img.washingtonpost.com/wp-apps/imrs.php?src=https://img.washingtonpost.com/news/speaking-of-science/wp-content/uploads/sites/36/2015/10/as12-49-7278-1024x1024.jpg&w=1484" />
|
2016-06-20 19:16:36 -07:00
|
|
|
<blockquote>
|
|
|
|
<p>
|
2016-06-24 13:44:22 -07:00
|
|
|
<strong>Some <a href="google">text.</a></strong>
|
2016-06-20 19:16:36 -07:00
|
|
|
</p>
|
|
|
|
<p>
|
2016-06-24 13:44:22 -07:00
|
|
|
<strong>Some text.</strong>
|
2016-06-20 19:16:36 -07:00
|
|
|
</p>
|
|
|
|
</blockquote>
|
|
|
|
<p></p>
|
|
|
|
<p></p>
|
2016-07-28 15:38:17 -07:00
|
|
|
<div contenteditable="false">
|
|
|
|
<div contenteditable>
|
|
|
|
<input value="test" />
|
|
|
|
</div>
|
2016-06-24 17:22:08 -07:00
|
|
|
<ul>
|
|
|
|
<li>one</li>
|
|
|
|
<li>two</li>
|
|
|
|
<li>three</li>
|
|
|
|
</ul>
|
2016-06-20 19:16:36 -07:00
|
|
|
<table border>
|
|
|
|
<tr>
|
|
|
|
<td>1</td>
|
|
|
|
<td>one</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>2</td>
|
|
|
|
<td>two</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
</html>
|