每日随笔
web学习:
table标签(border边框 width 宽度 height 高度 align格式(center right left))
表格
<tr>一列
<td>一行<th>td形式下居中加粗
<b>文本加粗
iframe
在html页面打开一个窗口,显示另一个html文件页面
<iframe src="html文件" width height name="名称">
需要结合a标签使用
1.在iframe标签中使用name属性定义一个名称
2.在a标签中的target属性上设置iframe的name属性
3.在a标签中使用target="name"

浙公网安备 33010602011771号