摘要:
CSS:层叠式样式表 内联样式,样式优先级最高的 以属性的方式进行样式排布:style=" " style=" " 引号内可放: width:300px; 宽 height:200px; 高 background-color:red/#303030; 背景色 font-weight:blod; 字体 阅读全文
摘要:
一、框架 在网页中嵌入一个窗口来显示其他页面。 1、格式 <iframe src="http://www.baidu.com" width="" height="" onscroll="ture"> </iframe> 2、用法 <a href="http://www.baidu.com" targ 阅读全文