Answers for "to ensure user input is a link in html"

0

to ensure user input is a link in html

<form action="../../form-result.php" method="post" target="_blank">
  <p>
    Website: <input type="url" name="website" placeholder="Do you have a website?">
    <input type="submit" value="Send data">
  </p>
</form>
Posted by: Guest on January-18-2021

Code answers related to "to ensure user input is a link in html"

Browse Popular Code Answers by Language