Search This Blog

HTML Input Tag With Tel Example

HTML Input Tag With Tel Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Input Tag With Tel Example </h2>
<form>
<lable> Enter Your Phone Number: </lable> <input type="tel" />
</form>
</body>
</html>
OUTPUT
HTML Input Tag With Tel Example

No comments:

Post a Comment