Removed unnecessary comment

This commit is contained in:
VatsalOjha 2019-07-01 20:55:38 -04:00
parent 6cd1ff6d11
commit 9eeca9fb8b
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@
<body onload="initialize()">
<div id="textboxes" onkeyup="update()">
<!-- Unfortunately having these <textarea>s on one line is actually necessary
to remove a tiny amount of horizontal space between them -->
<textarea id="html" placeholder="HTML" rows="9"></textarea>
<textarea id="css" placeholder="CSS" rows="9"></textarea>
<textarea id="javascript" placeholder="JavaScript" rows="9"></textarea>