Skip to content

Commit 5508cd0

Browse files
Update Question3.html
1 parent cc3e102 commit 5508cd0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

templates/Question3.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
64
<title>Contact Us Form</title>
7-
<link rel="stylesheet" href="styleQ3.css" />
5+
<link rel="stylesheet" href="styleQ3.css">
86
</head>
97
<body>
108

@@ -32,7 +30,7 @@ <h1>Contact Us Form</h1>
3230
</select>
3331

3432
<label for="subject">Subject</label>
35-
<textarea id="subject" name="subject" placeholder="Write something.." style="height: 200px;" required></textarea>
33+
<textarea id="subject" name="subject" placeholder="Write something.." style="height:200px" required></textarea>
3634

3735
<input type="submit" value="Submit">
3836

0 commit comments

Comments
 (0)