index.html

Html Placeholder

<!DOCTYPE html>
<html>
<body>

<h1>placeholder</h1>

<form action="/test.html">
  <label for="phone">Enter a phone number:</label><br><br>
  <input type="tel" id="phone" name="phone" placeholder="123-45-678" pattern="[0-9]{3}-[0-9]{2}-[0-9]{3}"><br><br>
  <small>Format: 123-45-678</small><br><br>
  <input type="submit">
</form>

</body>
</html>

 

Html Placeholder

相关文章:

  • 2021-12-04
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
猜你喜欢
  • 2021-07-18
  • 2022-12-23
  • 2021-09-29
  • 2022-12-23
  • 2021-08-15
  • 2021-12-15
  • 2021-12-23
相关资源
相似解决方案