Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions submissions/angellaMhango/HTML-Forms/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>contact form</title>
</head>
<body style="background-color: darkgray;">
<h1 style="font-style: oblique; font-size: x-large; text-decoration-style: double; color: blue;"><marquee up>Angels Shopping Site - Giving you the best at an affordable price!!!</marquee></h1><br>
<nav>
<a href="home.html" style="font-style: oblique; font-weight: 1000; font-family: cursive">Home</a>
<a href="login.html" style="font-style: oblique; font-weight: 1000; font-family: cursive">Login</a>
<a href="aboutus.html" style="font-style: oblique; font-weight: 1000; font-family: cursive">About Us</a>
</nav>
<h2>FeedBack</h2>
<form action="#" method="post" enctype="multipart/form-data">
<fieldset>
<legend>Fill in this form to send enquiries and requires.</legend>
<label for="firstname">First Name</label><br>
<input type="text" name="firstname" id="firstname"><br>
<label for="lastname">Last Name</label><br>
<input type="text" name="lastname" id="lastname"><br>
<label for="address">Address</label><br>
<input type="text" name="address" id="address"><br>
<label for="gender">Gender</label><br>
<input type="radio" name="gender" value="male" id="male">
<label for="male">Male</label><br>
<input type="radio" name="gender" value="female" id="female">
<label for="female">Female</label><br>
<label for="email">Email:</label><br>
<input type="email" name="email" id="email" placeholder="Enter your email address"><br><br>
<label for="subject">Subject:</label><br>
<input type="subject" name="subject" id="subject" placeholder="Enter your subject"><br><br>
<label>Tell us how we are operating</label><br>
<textarea name="comments" id="comments" cols="50" rows="10"></textarea><br>
<button type="button" name="button">Submit</button><br>
</fieldset>
</form>

</body>
</html>
Binary file removed submissions/angellaMhango/html/image/nike-1.jpg
Binary file not shown.
Binary file removed submissions/angellaMhango/html/image/nike-2.jpg
Binary file not shown.
47 changes: 0 additions & 47 deletions submissions/angellaMhango/html/index.html

This file was deleted.