Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <form action="done.html"> | |
| 3 <input type="text" placeholder="firstname" /> | |
|
vivekg
2015/08/14 04:35:16
nit: 2 space indent
Pritam Nikam
2015/08/14 06:03:42
Done.
| |
| 4 <input type="text" placeholder="lastname" /> | |
| 5 <input type="text" placeholder="Email" /> | |
| 6 <input type="submit" /> | |
| 7 </form> | |
| OLD | NEW |