how input url in html5
<html><head>
<title>HTML5 URL Input</title>
</head>
<body>
<form action="http://www.example.org/profile.php">
<p>Please enter your website address:</p>
<input type="url" name="website" />
<input type="submit" value="Submit" />
</form>
</body>
</html>
0 comments:
Post a Comment