File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
33< head >
4+ < meta charset ="UTF-8 ">
45 < title > Contact Us Form</ title >
56 < link rel ="stylesheet " href ="styleQ3.css ">
67</ head >
@@ -10,7 +11,6 @@ <h1>Contact Us Form</h1>
1011
1112 < div class ="container ">
1213 < form >
13-
1414 < label for ="fname "> First Name</ label >
1515 < input type ="text " id ="fname " name ="firstname " placeholder ="Your name.. " required >
1616
@@ -30,10 +30,9 @@ <h1>Contact Us Form</h1>
3030 </ select >
3131
3232 < label for ="subject "> Subject</ label >
33- < textarea id ="subject " name ="subject " placeholder ="Write something.. " style =" height:200px " required > </ textarea >
33+ < textarea id ="subject " name ="subject " placeholder ="Write something.. " required > </ textarea >
3434
3535 < input type ="submit " value ="Submit ">
36-
3736 </ form >
3837 </ div >
3938
You can’t perform that action at this time.
0 commit comments