07 2010 档案

button and input button
摘要:以前一直用的是<input type="button"> 今天注意到了<button type="button"><button> 标签定义一个按钮。在 button 元素内部,您可以放置内容,比如文本或图像。这是该元素与使用 input 元素创建的按钮之间的不同之处。<button> 控件 与 <input type="button">... 阅读全文

posted @ 2010-07-08 19:50 tneduts 阅读(248) 评论(0) 推荐(0)

导航