Zayd | Date: Juma, 28-Iyun-2024, 18:05 | Message # 1 |
Yangilardan
Group: Foydalanuvchi
Messages: 5
Status:
| Hello we are going to make a contact form in HTML and CSS
Ziyod
|
|
| |
Zayd | Date: Juma, 28-Iyun-2024, 18:08 | Message # 2 |
Yangilardan
Group: Foydalanuvchi
Messages: 5
Status:
| HTML code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Contact Form</title> <link rel="stylesheet" href="contact.css"> </head> <body> <div class="container"> <h1>Contact Us</h1>
<div class="input-group"> <label class="label">Email address</label> <input autocomplete="off" name="Email" id="Email" class="input" type="email"> <div></div></div> </div> </body> </html>
Copy the whole input group add a second of it. Then you can make a button and dont forget to put a new class for the button.
Ziyod
|
|
| |