lesson 11 chapter 10
chapter 10Download Data tester <!DOCTYPE html> <html> <head> <title>Date Tester</title> <link rel="stylesheet" href="main.css"> </head> <body> <main> <h1>Date Tester</h1> <form action="." method="post"> <input type="hidden" name="action" value="process_data"> <label>Invoice Date:</label> <input type="text" name="invoice_date"…