1.html 894 B

12345678910111213
  1. <h2>External changes (insert)</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 major revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML).</p>
  5. </div>
  6. <h2>External changes (delete)</h2>
  7. <p><button id="button-delete">Start external changes</button></p>
  8. <div id="editor-delete">
  9. <p>This specification defines the 5th major revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML).</p>
  10. <p>THIS PARAGRAPH WILL BE REMOVED This specification defines the 5th major revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML).</p>
  11. <p>This specification defines the 5th major revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML).</p>
  12. </div>