html
超文本标记语言(Hypertext Markup Language),用于描写网页文档的标记语言,最新的版本为5.0。由万维网制定
和更新,其实它本质还是文本文件,只不过需要浏览器来解释显示。
基本框架
常用标签
文本标签
图像标签:<img>
<img src="图像文件" alt="图像说明文字" />
表格标签:<table>
表格由行组成,行由单元格组成.表格默认都有一个tbody标签.
标题标签:<caption>
<table border="1" bordercolor="red" with="60%" cellpadding="10" cellspacing="0">
<th></th>——标题(加粗、居中)
<th></th>
</table>
<img src="图像文件" alt="图像说明文字" />
表格标签:<table>
表格由行组成,行由单元格组成.表格默认都有一个tbody标签.
标题标签:<caption>
<table border="1" bordercolor="red" with="60%" cellpadding="10" cellspacing="0">
<th></th>——标题(加粗、居中)
<th></th>
</table>