RemoveLineBreaks: Difference between revisions

From LearnSocialStudies
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<html>
<html>
<div class="line-break-tool">
<div class="line-break-tool">


<textarea id="oldText" rows="12" cols="70"></textarea>
<p>
<textarea id="oldText"
          rows="12"
          cols="70"></textarea>
</p>


<p>
<p>
Line 38: Line 43:


<button id="clearText">
<button id="clearText">
Reset
Reset/Clear
</button>
</button>
</p>
</p>


<textarea id="newText" rows="12" cols="70"></textarea>
<p>
<textarea id="newText"
          rows="12"
          cols="70"></textarea>
</p>


<p>
<p>
Line 51: Line 60:


</div>
</div>
</html>
</html>

Latest revision as of 14:14, 17 May 2026