我使用html,css和Javascript开发了一个网页。现在我想在其中添加“联系”页面,以便访问者可以在网站上向我发送消息。我怎么能继续这个呢?我需要为此建立一个数据库吗?
答案 0 :(得分:1)
表格?
喜欢这个http://www.w3schools.com/html/html_forms.asp
<form>
First name:
<input type="text">
Last name:
<input type="text">
<input type="submit" value="Submit">
</form>