html <!DOCTYPE html><html lang="zh-cn"><head> <meta charset="UTF-8"> <title>输入框样式特效</title> <script src="../js/try.js"></script></head><body bgcolor=" ...
                            
                            
                                分类:
其他好文   时间:
2016-09-17 10:33:24   
                                阅读次数:
134
                             
                    
                        
                            
                            
                                    基本格式:<html>	<head> <title></title>	</head>	<body>	</body></html> 设置网页背景颜色:<body bgcolor="颜色"></body> 设置网页背景图片:<body background="图片.jpg"></body> 添加网页背景 ...
                            
                            
                                分类:
Web程序   时间:
2016-09-14 12:44:00   
                                阅读次数:
243
                             
                    
                        
                            
                            
                                <?php header("content-type:image/png"); //设置图片的大小 $image = imagecreatetruecolor(100, 30); //设置图像的背景值 $bgcolor = imagecolorallocate($image, 255, 255, 2 ...
                            
                            
                                分类:
Web程序   时间:
2016-09-09 11:59:26   
                                阅读次数:
306
                             
                    
                        
                            
                            
                                打开DREAMWEAVER,新建HTML。。 body的属性: bgcolor 页面背景色 background 背景壁纸、图片 text 文字颜色 topmargin 上边距 leftmargin 左边距 rightmargin 右边距 bottommargin 下边距 格式控制标签: <font ...
                            
                            
                                分类:
编程语言   时间:
2016-09-09 06:27:28   
                                阅读次数:
209
                             
                    
                        
                            
                            
                                HTML 基础语言 打开DREAMWEAVER,新建HTML。。 body的属性: bgcolor 页面背景色 background 背景壁纸、图片 text 文字颜色 topmargin 上边距 leftmargin 左边距 rightmargin 右边距 bottommargin 下边距 格式控 ...
                            
                            
                                分类:
Web程序   时间:
2016-09-08 11:22:24   
                                阅读次数:
170
                             
                    
                        
                            
                            
                                    <marquee>标签,它是成对出现的标签,首标签<marquee>和尾标签</marquee>之间的内容就是滚动内容。<marquee>标签的属性主要有behavior、bgcolor、direction、width、height、hspace、vspace、loop、scrollamount、s ...
                            
                            
                                分类:
Web程序   时间:
2016-09-07 22:21:52   
                                阅读次数:
168
                             
                    
                        
                            
                            
                                    通用标签、属性 一、body属性 1.bgcolor属性:网页背景颜色 2.text属性:文字颜色 3.background属性:背景图片 二、路径 1.绝对路径: 从根开始的,越来越具体,逐渐具体到目标文件。“/” 表示在某一个文件夹里面。 2.相对路径: 从自身开始的,同属于一个目录下的。“./ ...
                            
                            
                                分类:
其他好文   时间:
2016-09-06 11:49:10   
                                阅读次数:
109
                             
                    
                        
                            
                            
                                通用标签属性:<bady>(bgcolor背景色,text字体颜色) :路径(绝对路径:从根开始/某一个文件夹里) (相对路径./当前目录../上级目录/代表根) :格式控制<font>(color字体颜色大小face字体颜色size字体大小) <b>加粗* <i>倾斜* <u>下划线* <ston ...
                            
                            
                                分类:
Web程序   时间:
2016-09-05 17:13:10   
                                阅读次数:
170
                             
                    
                        
                            
                            
                                通用标签、属性 一、<body>属性: 1、 bgcolor 背景色 2、 text 字体颜色 3、 background背景图片 二、路径 1、 绝对路径: 从根开始的路径(C盘里面所有的文件的根都是C) / 代表某一个文件夹里面 2、相对路径: 从自身开始的 ① ./ 代表当前目录 ② ../  ...
                            
                            
                                分类:
其他好文   时间:
2016-09-05 16:45:18   
                                阅读次数:
125
                             
                    
                        
                            
                            
                                bgColor : 网页背景色 如 <body bgColor="red"> Background : 网页背景图片的地址 如 <body background="img/cat.jpg"> ...
                            
                            
                                分类:
其他好文   时间:
2016-09-03 09:49:54   
                                阅读次数:
310