<html> <head><title>Test Form Height</title></head> <body> <form style="height: 250px;"> <label for="username">Username</label> <input type="text" name="username"/> </form> Hello </body> </html>