Skip to content

Commit e1a9bbf

Browse files
Update Question3.html
1 parent 38b7c9e commit e1a9bbf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

templates/Question3.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

0 commit comments

Comments
 (0)