【发布时间】:2020-08-24 23:07:23
【问题描述】:
我正在努力调整此表单上的输入。我尝试了很多东西,但没有一个奏效。
如果有人能帮我解决这个问题,那就太好了。附上代码和表格
enter image description here enter image description here
[
<form action="" method="post" enctype="text/plain">
<label>First Name</label>
<input type="text" name="Your Name" value=""><br/>
<labe>Last Name</label>
<input type="text" name="Last Name" value=""><br/>
<label>Contact Number</label>
<input type="value" name="Contact Number" value=""><br/>
<label>Email address</label>
<input type="email" name="Email" value=""><br/>
<label>Date of the application</label>
<input type="date" name="Date"><br>
<label> Add your message</label><br>
<textarea name="Message" rows="10" cols="30"></textarea><br>
<label>Have you read the terms and condition of the website?</label>
<input type="checkbox" name="box"><br>
<label>Submit application</label>
<input type="submit" name="">
</form>
]3
【问题讨论】:
-
@Always_askibg23 我已经看过你的表格,但是代码的 sn-ps 会很有帮助,请粘贴你目前必须启用的部分 html 和 CSS,以便有人帮助你。 #干杯
-
我很抱歉。这是我第一次使用它。代码的sn-ps是第一个“在此处输入图片描述”。不知何故,两个sn-ps彼此相邻,我不知道如何分开sn-ps。我将再次添加它我还没有添加 CSS,只是 HTML。我将添加代码的sn-p。
标签: html