tryit_yourcode See Results <!DOCTYPE html> <html> <body> <h2>The value Attribute</h2> <form action="/sample_page.php"> Name: <input type="text" name="firstname" value="David"> </form> </body> </html>