grandis,dilettantism是什么意思
生活知识 2023-05-10 19:36生活知识www.buyunw.cn
1、html怎么通过javascript写一个10秒倒计时
<!DOCTYPE html><html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<script type="text/javascript">
window.onload = function(){
var i = 10;
var timer = setInterval(function(){
if(i== -1){
clearInterval(timer);
}else{
document.body.innerHTML = i;
--i;
}
},1000);
}
</script>
</head>
<body>
</body>
</html>
2、要一个6乘10的HTML表格代码
<tableid="table_demo"border="1px"><tr>
<td>1,1</td><td>1,2</td><td>1,3</td><td>1,4</td><td>1,5</td><td>1,6</td><td>1,7</td><td>1,8</td><td>1,9</td><td>1,10</td>
</tr>
<tr>
<td>2,1</td><td>2,2</td><td>2,3</td><td>2,4</td><td>2,5</td><td>2,6</td><td>2,7</td><td>2,8</td><td>2,9</td><td>2,10</td>
</tr>
<tr>
<td>3,1</td><td>3,2</td><td>3,3</td><td>3,4</td><td>3,5</td><td>3,6</td><td>3,7</td><td>3,8</td><td>1,9</td><td>3,10</td>
</tr>
<tr>
<td>4,1</td><td>4,2</td><td>4,3</td><td>4,4</td><td>4,5</td><td>4,6</td><td>4,7</td><td>4,8</td><td>4,9</td><td>4,10</td>
</tr>
<tr>
<td>5,1</td><td>5,2</td><td>5,3</td><td>5,4</td><td>5,5</td><td>5,6</td><td>5,7</td><td>5,8</td><td>5,9</td><td>5,10</td>
</tr>
<tr>
<td>61</td><td>6,2</td><td>6,3</td><td>6,4</td><td>6,5</td><td>6,6</td><td>6,7</td><td>6,8</td><td>6,9</td><td>6,10</td>
</tr>
</table>
3、如何通过javascript脚本在一个HTML页面上创建一个10行10列的表格,并且隔行添加背景颜色?
4、%20和 都是html中的空格符吗?两者有什么区别呢?
%20是网页地址的空格符。html中的空格符是是我们平时使用的空格“的一种html表达方式。没有区别。
其他的转义字符还有
&&
<<
>>
""
&qpos;'
而%20是地址的空格符,因为地址不能包含空格。它是序列化后的空格符。
在url传递参数的时候,一般都会序列化一下,以保证参数的安全。
序列化,你可以理解为加密,在PHP和javascript中,都有这样的函数
5、html中%20是什么意思?
空格的html编码两个空格的话就是两个%20
6、请写出至少20个html标签,并说说各个标签的功能或作用。
Basictags基本标签<html></html>CreatesanHTMLdocument创建一个HTML文档
<head></head>Setsoffthetitleandother
informationthatisn'tdisplayed
ontheWebpageitself设置文档标题以及其他不在WEB网页上显示的信息
<body></body>Setsoffthevisibleportionof
thedocument设置文档的可见部分
Headertags
标题标签
<title></title>Putsthenameofthedocument
inthetitlebar将文档的题目放在标题栏中
Bodyattributes
文档整体属性
<bodybgcolor=?>Setsthebackgroundcolor,
usingnameorhexvalue设置背景颜色,使用名字或十六进制值
<bodytext=?>Setsthetextcolor,using
nameorhexvalue设置文本文字颜色,使用名字或十六进制值
<bodylink=?>Setsthecoloroflinks,
usingnameorhexvalue设置链接颜色,使用名字或十六进制值
<bodyvlink=?>Setsthecoloroffollowed
links,usingnameorhexvalue设置已使用的链接的颜色,使用名字或十六进制值
<bodyalink=?>Setsthecoloroflinksonclick设置正在被击中的链接的颜色,使用名字或十六进制值
Texttags
文本标签
<pre></pre>Createspreformattedtext创建预格式化文本
<h1></h1>Createsthelargestheadline创建最大的标题
<h6></h6>Createsthesmallestheadline创建最小的标题
<b></b>Createsboldtext创建黑体字
<i></i>Createsitalictext创建斜体字
<tt></tt>Createsteletype,or
typewriter-styletext创建打字机风格的字体
<cite></cite>Createsacitation,usually
italic创建一个引用,通常是斜体
<em></em>Emphasizesaword(withitalic
orbold)加重一个单词(通常是斜体加黑体)
<strong></strong>Emphasizesaword(withitalic
orbold)加重一个单词(通常是斜体加黑体)
<fontsize=?></font>Setssizeoffont,from1to7设置字体大小,从1到7
<fontcolor=?></font>Setsfontcolor,usingnameor
hexvalue设置字体的颜色,使用名字或十六进制值
..........
看参考资料吧很全
上一篇:厚重感,厚重感还有什么感
下一篇:六一儿童节发的说说