HTML问题集锦及笔记

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

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

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

使用元素时必须封闭

3.<button>标签:

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

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

原文地址:https://www.cnblogs.com/giddens/p/4515034.html