创建一个简单的留言板需要基本的HTML结构来容纳留言的表单和显示留言的区域。以下是一个简单的留言板HTML示例:
```html留言板 body { fontfamily: Arial, sansserif; } .commentscontainer { margin: 20px; padding: 20px; border: 1px solid ccc; } .comment { borderbottom: 1px solid eee; padding: 10px; marginbottom: 10px; } .comment:lastchild { borderbottom: none; } .commentauthor { fontweight: bold; } form { marginbottom: 20px; } label { display: block; marginbottom: 5px; } input, input, textarea { width: 100%; padding: 10px; marginbottom: 10px; border: 1px solid ccc; borderradius: 4px; } input { padding: 10px 20px; backgroundcolor: 4CAF50; color: white; border: none; borderradius: 4px; cursor: pointer; } input:hover { backgroundcolor: 45a049; }
留言板
姓名:
邮箱:
留言:
document.getElementById.addEventListener { event.preventDefault;
var author = document.getElementById.value; var email = document.getElementById.value; var comment = document.getElementById.value;
var commentElement = document.createElement; commentElement.className = 'comment'; commentElement.innerHTML = ` ${author} ${comment} `;
document.getElementById.appendChild;
// 清空表单 document.getElementById.value = ''; document.getElementById.value = ''; document.getElementById.value = ''; }qwe2;
这个HTML页面包含了一个简单的表单,用户可以在其中输入姓名、邮箱和留言内容。提交表单后,留言会立即显示在页面上,而无需刷新页面。这是通过简单的JavaScript实现的,它阻止了表单的默认提交行为,并在页面上动态创建了一个新的留言元素。
```html