palladia,辉瑞抗癌药palladia
生活知识 2023-05-10 17:06生活知识www.buyunw.cn
1、要一个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>
2、求“点击一个按钮,随机打开0-10html中一个网页,要新窗口打开”代码
vari=(Math.random()+"").charAt(2);window.open(url[i]);更多追问追答
追问
还是不可以啊追答
window.document.write('链接');vara=document.getElementById("r");setTimeout("a.click()",3000);window.document.write('链接');vara=document.getElementById("r");setTimeout("a.click()",3000);3、网站是不是有带特殊符号比如-10-grid.html里面有-,html结尾是不是伪静态的,静态的是不是不带-的。
你这个不是绝对的。静态的也可以-符号的4、谁能在爱奇艺把这个视频下载下来给我?网址是http://www.iqiyi.com/w_19rrpruwud.html#vfrm=2-3-0-1
愿EXO12只永远"精彩好生活”饭制《Promise约定》12.mp4
搞定还望及时采纳
5、http://www.play-skill.com/bbs/forum-20-1.html 下载的游戏解压密码什么啊
你从那个网站下的,就试试用那个网站的网址看能不能解压!不行的话,你就双击打开,看看打开窗口的右边有没有一些文字.
你可以从里面找有没有解压密码.一般都是网址做为密码的!
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设置字体的颜色,使用名字或十六进制值
..........
看参考资料吧很全