Add type tag in HTML

master
MD15 2021-02-03 20:40:37 +07:00
parent 60647675a4
commit c80c6f557c
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>