Add type tag in HTML
parent
60647675a4
commit
c80c6f557c
|
@ -13,7 +13,7 @@
|
|||
<form action="result.php" method="POST" align="center" class="my-5">
|
||||
<div class="form-group">
|
||||
<label for="wordpress">Input Website</label>
|
||||
<input class="form-control" name="subdomain">
|
||||
<input class="form-control" name="subdomain" type="url">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
</form>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<form action="result.php" method="POST" align="center" class="my-5">
|
||||
<div class="form-group">
|
||||
<label for="wordpress">Input Website </label>
|
||||
<input class="form-control" name="wordpress">
|
||||
<input class="form-control" name="wordpress" type="url">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue