Преглед на файлове

Changed the placeholders

Sunit Kumar Nandi преди 11 години
родител
ревизия
0c938e3477
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      input.html

+ 3 - 2
input.html

@@ -32,11 +32,12 @@ int main()
 <br><br>
 <!-- Accepting standard input -->
 Standard input:<br>
-<textarea name="stdin" cols="60" rows="10" placeholder="Standard input">
+<textarea name="stdin" cols="60" rows="10" placeholder="Type in keyboard inputs here">
 </textarea>
 <br><br>
 <!-- Accepting command-line agruments -->
-<input type="text" name="args" placeholder="Command-line arguments">
+Command-line arguments:<br>
+<input type="text" name="args" placeholder="Type in parameters to pass to program">
 <br><br>
 <!-- Submit button goes here -->
 <button type="submit">Run</button>