html里空标签都是什么意思,有何用比如<br/>是换行<hr/>是横线,其他的呢?

<input /> <img /> <isindex /> <area /> <base /> <basefont />
<bgsound /> <col /> <embed /> <frame /> <keygen /> <link />
<meta /> <nextid /> <param /> <plaintext /> <spacer /> <wbr />
<!DOCTYPE> <!-- -->
都是啥意思啊

你可以查看以下html标签都是什么意思,如果你对html标签不熟悉的话,W3C教程里说的很清楚:
http://www.w3school.com.cn/tags/index.asp
空标签多用来占位,像<input />框,没有属性的话是没有值的。仅一个空标签做不了什么事情。这点和<hr />不一样,<hr />标签在 HTML 页面中创建一条水平线。
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答