Form Events
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Form Events</title>
</head>
<body>
<form action="/action">
<input placeholder="UserName">
<button>Register</button>
</form>
<script src="FormEvents.js"></script>
</body>
</html>
CSS


Comments
Post a Comment