style: use meaningful placeholders
This commit is contained in:
parent
69963a5b81
commit
682b7c2a87
@ -41,12 +41,12 @@
|
||||
|
||||
<div class="form-group" style="margin-top: 10px;">
|
||||
<label for="project-title">Your Name</label>
|
||||
<input type="text" class="form-control" id="name" name="project-title" placeholder="Bob">
|
||||
<input type="text" class="form-control" id="name" name="project-title" placeholder="Who are you?">
|
||||
</div>
|
||||
|
||||
<div class="form-group" style="margin-top: 10px;">
|
||||
<label for="project-title">Your Email Adddress</label>
|
||||
<input type="email" class="form-control" id="email" name="project-title" placeholder="bob@example.com">
|
||||
<input type="email" class="form-control" id="email" name="project-title" placeholder="How can I reach you, if I need to?">
|
||||
</div>
|
||||
|
||||
<div class="form-group" style="margin-top: 10px;">
|
||||
|
Loading…
Reference in New Issue
Block a user