<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Donation Form</title>
</head>
<body>
<h1>Donation Form</h1>
<form>
<label for="full-name">Full Name:</label>
<input type="text" id="full-name" name="full-name" required>
<label for="email-address">Email Address:</label>
<input type="email" id="email-address" name="email-address" required>
<label for="donation-amount">Donation Amount ($):</label>
<input type="number" id="donation-amount" name="donation-amount" required>
<label for="subscribe">Subscribe</label>
<input type="checkbox" id="subscribe" name="subscribe">
<input type="submit">
</form>
</body>
</html>
I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add the backticks.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
Please Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Hi buddy, Here can you tell us what is the exact problem are you facing like what is the code problem is there ?
