HTML问题集锦及笔记

1.<html>和<body>之间的输出?

加入<p>or<script>均可正常运行

2.<br />换行,用<br></br>会换两行

使用元素时必须封闭

3.<button>标签:

<button type="button" onclick="alert('Welcome!')">点击这里</button>

标签之间定义显示内容,内部定义button性质

 

posted on 2015-05-19 17:11  giddens lee  阅读(86)  评论(0编辑  收藏  举报