老师好,麻烦检查2-18作业,谢谢
来源:2-18 自由编程
慕桂英1122475
2023-02-12 20:45:21
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <h6>banner遮罩层</h6> <form action="save.php" method="post"> <div> <p> <input type="text" name="name" placeholder="Your Name"> <input type="text" name="phone" placeholder="Your Phone"> <input type="email" placeholder="Your Email" > <textarea name="" id="" cols="30" rows="4" placeholder="Write Your Comment Here"></textarea> </p> <button type="submit">SEND MESSAGE</button> </div> </form> </body> </html>
1回答
imooc_慕慕
2023-02-13
同学你好,代码效果实现的可以,参考优化修改如下:
祝学习愉快~
相似问题