We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3e102 commit 5508cd0Copy full SHA for 5508cd0
templates/Question3.html
@@ -1,10 +1,8 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<title>Contact Us Form</title>
7
- <link rel="stylesheet" href="styleQ3.css" />
+ <link rel="stylesheet" href="styleQ3.css">
8
</head>
9
<body>
10
@@ -32,7 +30,7 @@ <h1>Contact Us Form</h1>
32
30
</select>
33
31
34
<label for="subject">Subject</label>
35
- <textarea id="subject" name="subject" placeholder="Write something.." style="height: 200px;" required></textarea>
+ <textarea id="subject" name="subject" placeholder="Write something.." style="height:200px" required></textarea>
36
37
<input type="submit" value="Submit">
38
0 commit comments