1.html 731 B

123456789101112131415161718192021
  1. <h2>External changes (edit)</h2>
  2. <p><button id="button-insert">Start external changes</button></p>
  3. <div id="editor-insert">
  4. <p>EXTERNAL CHANGES WILL START HERE -> This specification defines the 5th of the core language of the the Hypertext Markup Language (HTML).</p>
  5. <figure class="image">
  6. <img src="../../sample.jpg" alt="CKEditor logo" />
  7. </figure>
  8. </div>
  9. <h2>External changes (delete)</h2>
  10. <p><button id="button-delete">Start external changes</button></p>
  11. <div id="editor-delete">
  12. <p>A first paragraph.</p>
  13. <p>THIS PARAGRAPH WILL BE REMOVED <a href="http://ckeditor.com">major revision</a>.</p>
  14. <figure class="image">
  15. <img src="../../sample.jpg" alt="CKEditor logo" />
  16. </figure>
  17. <p>A third paragraph.</p>
  18. </div>