Compare length of two strings: Difference between revisions

Content added Content deleted
Line 679: Line 679:
<input type="button" value="press to compare strings" onclick="compareStringsLength(input, output);">
<input type="button" value="press to compare strings" onclick="compareStringsLength(input, output);">
</input>
</input>
Output:<br>
<div>
<textarea rows="20" cols="80" id="output"></textarea>
<label for="output">Output:
</label>
<textarea rows="20" cols="80" id="output"></textarea>
</div>
</form>
</form>
</main>
</main>