HTML语言中,设置表格中文字与边框距离的标签是()A、 TABLE border=#B、 TABLE cellspacing=#C、 TABLE cellpadding=#D、 TABLE width=# or %
HTML语言中,设置表格中文字与边框距离的标签是()
- A、< TABLE border=#>
- B、< TABLE cellspacing=#>
- C、< TABLE cellpadding=#>
- D、< TABLE width=# or %>
相关考题:
如果想获得细的表格边框线的效果,可以()。 A.可以将table标签中的border属性设置为1B.可以将table标签中的border属性设置为0C.手写代码是写不出的D.可以通过设置表格的背景色与单元格的背景色不同,并且对order,cellspacing,cellpadding的属性值进行控制得到
下列关于HTML语言的table标记正确的是()。A、border用于设置表格边线宽度,cellpadding用于设置框线厚度B、cellpadding用于设置框线厚度,cellspacing用于设置数据与边框的距离C、bgcolor用于单元格的背景颜色,width用于设定整个表格的宽度D、valign用于强制单元格内容不换行,nowarp用于设定单元格内容垂直对齐方式
请根据网页显示的效果图(见图6-3)和网页中的元素说明回答问题。以下是网页部分源代码,请填写______ 处的空格。<html><head>(1)<meta. http-equiv="Content-Type" content="text/html; charset=gb2312"><link hrel="./inc/style.css" rel="stylesheet" type="text/css"><style. type="text/css"><!-- body { margin-left: Opx; margin-top: Opx; margin-right: Opx; margin-bottom: Opx;}.style1 { font-family: Arial, Helvetica, sans-serif; color: FFFFFF; }.style2 {color: FFFFFF}--></style></head><body><br><table width="700" height="420" border="0" align="center" cellpadding="0"cellspacing="1" bgoolor="dddddd"><tr><td valign="top"><table width="700" height="420" border="0" cellpading="0" cellspacing="0" bgcolor="ffff"><tr><td valign="top"><table width="700" border="0" cellpadding="5" cellspacing="0" bgcolor="f1f1f1"><tr><td>欢迎使用员工管理系统</td></tr></table><table width="700" height="80" border="0" cellpadding="0" cellspacing="0"><tr><td><(2)="./images/logotitle. gif" width="700" height="80"></td></tr></table><table width="700" height="38" border="0" cellpadding="0" cellspacing="0" background="./images/bg_link.gif"><tr><td> </td></tr></table><table width="700" border="0" cellspacing="0" cellpadding="0"><tr><td height="280"><IMG height="80" src="./images/logo. gif" width="389"></td><td valigr="bottom"><form. method="post" name="Form. 1"(3)="login. asp"><table width="300" border="0" cellspacing ="0" cellpadding="3"><tr><td>用户名称: </td><td><input name="uid" maxlength="14" size="14" ></td><td>nisp;</td><td> </td></tr><tr><td>用户密码: </td><td><input type="(4)"name="pwd" maxlength="6" size="14"></td><td> </td><td><input type="(5)"border="0" height="20" src="./images/login.gif" width:"54"></td></tr>(6)
设置表格的边框为0的HTML代码是() A. table cellspacing =0B.table height=0C.table border=0D.table cellpadding =0
设计一个边框为3的表格,下述哪个HTML是正确的?()A、<Table Border=3>B、<Table Cellspacing=3>C、<Table Cellpadding=3>D、<Table Width=3>
设置表格的单元格间距为0的HTML代码是()A、table cellspacing =0 B、table height=0 C、table border=0 D、table cellpadding =0
假设当前屏幕分别率为1024×768,定义一个居中的占屏幕一半大小的表格的语句是()A、TABLE ALIGN=”CENTER” WIDTH=”50%”/TABLE B、TABLE ALIGN=”CENTER” WIDTH=”512″/TABLE C、DIV ALIGN=”CENTER”TABLE WIDTH=”512″/TABLE/DIV D、CENTERTABLE WIDTH=”50%”/TABLE/CENTER
设置表格的单元格填充为0的HTML代码是()A、table cellspacing=0B、table height=0C、table border=0 D、table cellpadding=0
设置表格的高度为600的HTML代码是()A、table height=500 width=600B、table vspace=600 hspace=500 C、table height=600 width=500 D、table vspacet=500 hspace=600
设置表格的宽度为600的HTML代码是()A、table height=500 width=600 B、table vspace=600 hspace=500 C、table height=600 width=500 D、table vspacet=500 hspace=600
设置表格边框色彩的亮度的HTML代码是()A、th bordercolorlight=# B、table bordercolor=# C、th bordercolor=# D、table bordercolorlight=#
HTML语言中,设置表格中文字与边框距离的标签是()。A、table boder=””B、table cellspacing=””C、table cellpadding=””D、table width=””
在<table>标签的属性中,cellspacing和cellpadding分别代表()。A、表格边宽和表格间距离B、表格间距离和表格边宽C、表格单元格留白和单元格间距离D、表格边宽和表格单元格留白
设置表格的边框为0的HTML代码是()A、table cellspacing =0B、table height=0C、table border=0 D、table cellpadding =0
html语言中,设置围绕表格的边框的宽度的标记是?()A、table border=#B、table cellspacing=#C、table cellpadding=#D、table width=# or%
HTML语言中,设置表格中单元格之间的距离的标签是()。A、table boder=””B、table cellspacing=””C、table cellpadding=””D、table width=””
单选题设计一个边框为3的表格,下述哪个HTML是正确的?()A<Table Border=3>B<Table Cellspacing=3>C<Table Cellpadding=3>D<Table Width=3>
单选题HTML语言中,设置表格中文字与边框距离的标签是()。Atable boder=””Btable cellspacing=””Ctable cellpadding=””Dtable width=””
单选题HTML语言中,设置表格中单元格之间的距离的标签是()。Atable boder=””Btable cellspacing=””Ctable cellpadding=””Dtable width=””
单选题如果想获得细的表格边框线的效果,可以()。A可以将table标签中的border属性设置为1B可以将table标签中的border属性设置为0C手写代码是写不出的D可以通过设置表格的背景色与单元格的背景色不同,并且对order,cellspacing,cellpadding的属性值进行控制得到
( 难度:中等)设置表格的边框为0的HTML代码是A.<table cellspacing=0>B.<table height=0>C.<table border=0>D.<table cellpadding=0>