tryit_yourcode See Results <!DOCTYPE html> <html> <body> <h2>The height and width Attribute</h2> <form action="/sample_page.php"> First name: <input type="text" name="fname"> Last name: <input type="text" name="lname"><br><br> <input type="image" src="http://www.w3codingschools.com/wp-content/uploads/2020/01/submit.png" alt="Submit" width="100px" height="50px"> </form> </body> </html>