| 123456789101112131415161718192021 |
- <h2>External changes (edit)</h2>
- <p><button id="button-insert">Start external changes</button></p>
- <div id="editor-insert">
- <p>EXTERNAL CHANGES WILL START HERE -> This specification defines the 5th of the core language of the the Hypertext Markup Language (HTML).</p>
- <figure class="image">
- <img src="../../sample.jpg" alt="CKEditor logo" />
- </figure>
- </div>
- <h2>External changes (delete)</h2>
- <p><button id="button-delete">Start external changes</button></p>
- <div id="editor-delete">
- <p>A first paragraph.</p>
- <p>THIS PARAGRAPH WILL BE REMOVED <a href="http://ckeditor.com">major revision</a>.</p>
- <figure class="image">
- <img src="../../sample.jpg" alt="CKEditor logo" />
- </figure>
- <p>A third paragraph.</p>
- </div>
|