Answers for "html type url"

39

html url

<a href="url">link text</a>
Posted by: Guest on February-16-2020
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

Browse Popular Code Answers by Language