今天朋友让我忙帮给写个页面,由于时间紧破,所以没有完善,暂时先贴出来,以后有时间了在做修改 <!DOCTYPE html><html><head><title></title> <meta http-equiv="keywords" content="keyword1,keyword2,keywor ...
分类:
Web程序 时间:
2016-12-26 16:36:23
阅读次数:
189
<!DOCTYPE html><html><head> <title>时钟</title> <meta charset="utf-8" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <met ...
分类:
移动开发 时间:
2016-12-24 19:18:18
阅读次数:
329
1、 利用meta标签 Meta标签主要用来描述一个HTML网页文档的属性,如作者、日期时间、网页描述、关键词、页面刷新等,它的Description和Keywords属性,可加入网站的关键字,让网页利于搜索引擎。 <meta name="viewport" content="width=devic ...
分类:
移动开发 时间:
2016-12-22 19:22:12
阅读次数:
340
Problem Description In the modern time, Search engine came into the life of everybody like Google, Baidu, etc.Wiskey also wants to bring this feature ...
分类:
其他好文 时间:
2016-12-18 12:16:19
阅读次数:
191
<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <title>安徽农业大学农业信息工程实验室_信息技术_物联网_大数据</title> <meta name="Keywords" content="信息技术,工程实验室,物联网 ...
分类:
其他好文 时间:
2016-12-16 22:35:31
阅读次数:
201
方法两个: 1.加入placeholder属性: <input id="keywords" name="keywords" placeholder="请输入关键字"></input> 注意:(1)输入文字后,提示文字消失 (2)默认value="" 2.加入几个属性: <input id="keyw ...
分类:
其他好文 时间:
2016-12-16 09:57:59
阅读次数:
260
表单专题<!doctypehtml><htmllang="en"><head><metacharset="UTF-8"><metaname="Generator"content="EditPlus"><metaname="Author"content=""><metaname="Keywords"content=""><metaname="Description"content=""><title&g..
分类:
其他好文 时间:
2016-12-16 02:03:49
阅读次数:
158
<!doctype html><html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="关键字1,关键字2" ...
分类:
Web程序 时间:
2016-12-16 00:49:29
阅读次数:
743
Keywords Search Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 57724 Accepted Submission(s): 1 ...
分类:
其他好文 时间:
2016-12-14 09:42:14
阅读次数:
265
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>满天小星星</title> 6 <meta name="keywords" content="关键字列表" /> 7 <meta name="descripti ...
分类:
Web程序 时间:
2016-12-13 07:23:08
阅读次数:
324