review: Create a form element task3
Add a method
attribute to the form element with the value "post"
.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML Forms</title>
</head>
<body>
<form action="index.html" method="post">
</form>
</body>
</html>
Comments
Post a Comment