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