Update html_form_1

This commit is contained in:
Joe James
2020-02-16 11:17:50 -06:00
committed by GitHub
parent bbc9cd6578
commit c5f199e034

View File

@@ -1,7 +1,3 @@
<!DOCTYPE html>
<html>
<body>
<h2>HTML Form</h2>
<form action="/action_page.php">
@@ -14,5 +10,3 @@
<p>If you click the "Submit" button, the form-data will be sent to a page called "/action_page.php".</p>
</body>
</html>