Q. Write an HTML code to display this form at the CENTER of the page. Note the following points: i. All fields are requi
Posted: Thu Jul 14, 2022 2:11 pm
Q. Write an HTML code to display this form at the CENTER of the page. Note the following points: i. All fields are required fields.(without filling them form cant be submitted) ii. In City drop-down give any 4 city names. iii. In Course drop-down give 4 courses- MBA, B.Tech, BSc, MBBS iv. Set minimum no. of characters as 5 and max 20 in Name and Father name fields. v. The reset button should clear all the form. vi. You can use internal CSS if required.