HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form> Name: <input type="text" value="Brenden Eich"> Age : <input type="text" value=57> <input type="reset"> </form> <p><strong>Note : </strong> Edit the name and age and click reset.</p> </body> </html>
OUTPUT
×

Save as Private