Site icon codemaniacstudio

About Us/Contact Us Page

About Us/Contact Us Page

SOLUTION....

<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<title>About Us / Contact Us</title>
<link rel=”stylesheet” href=”https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css”>
</head>
<body>
<div class=”container mt-5″>
<h2>About Us</h2>
<p>We are a team providing blog and stock updates using modern web technologies.</p>

<h3>Contact Us</h3>
<form>
<div class=”form-group”>
<label>Name:</label>
<input type=”text” class=”form-control”>
</div>
<div class=”form-group”>
<label>Email:</label>
<input type=”email” class=”form-control”>
</div>
<div class=”form-group”>
<label>Message:</label>
<textarea class=”form-control”></textarea>
</div>
<button type=”submit” class=”btn btn-info”>Send</button>
</form>
</div>
</body>
</html>

About Us / Contact Us

About Us

We are a team providing blog and stock updates using modern web technologies.

Contact Us

Exit mobile version