怎样用嵌入式框架建立站中站【dreamweaver】

2024-10-12 09:34:33

1、打开dreamweaver新建一个html文件。

怎样用嵌入式框架建立站中站【dreamweaver】

3、插入一个表格。行数为2,列数为1.

怎样用嵌入式框架建立站中站【dreamweaver】怎样用嵌入式框架建立站中站【dreamweaver】怎样用嵌入式框架建立站中站【dreamweaver】怎样用嵌入式框架建立站中站【dreamweaver】

8、按快捷键F12,来到了浏览器。这就是我们新建的网页。

怎样用嵌入式框架建立站中站【dreamweaver】

10、下面是我的所有代码,你们舌哆猢筢学会了吗?<html ><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>无标题文档</title></head><body><table width="600" border="1"> <tr> <td height="50"><div align="center"><a href="http://jingyan.baidu.com/" target="frame">百度经验 </a><a href="http://zhidao.baidu.com/" target="frame">百度知道</a> <a href="http://wenku.baidu.com/" target="frame">百度文库</a> <a href="http://jingyan.baidu.com/user/nuc/index" target="frame">qq675495787</a></div></td> </tr> <tr> <td height="500"><iframe width=600 height=500 name=frame frameborder=0 src=http://www.baidu.com scrolling="auto"></iframe></td> </tr></table></body></html>

猜你喜欢