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%>

相似考题

3.请根据网页显示的效果图(见图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)

更多“html语言中,设置围绕表格的边框的宽度的标记是?()A、table border=#B、table cellspacing=#C、table cellpadding=#D、table width=# or%”相关问题
  • 第1题:

    设置表格的边框为0的HTML代码是()

    A. < table cellspacing =0 > 

    B. < table height=0 > 

    C. < table border=0 > 

    D. < table cellpadding =0 > 


    正确答案:C

  • 第2题:

    在HTML语言中,给表格添加行的标记是______。

    A.<TR></TR>
    B.<TD></TD>
    C.<Table><Table>
    D.<TH></TH>

    答案:A
    解析:
    本题考查HTML语言中关于表格标记的知识。网页中经常要用到表格,<table<标记定义HTML表格。一个简单的HTML表格由table标记以及一个或多个tr、th或td标记组成,其中:tr标记定义表格行,th标记定义表头,td标记定义表格单元格。

  • 第3题:

    设计一个边框为3的表格,下述哪个HTML是正确的?()

    • A、<Table Border=3>
    • B、<Table Cellspacing=3>
    • C、<Table Cellpadding=3>
    • D、<Table Width=3>

    正确答案:A

  • 第4题:

    假设当前屏幕分别率为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、<CENTER><TABLE WIDTH=”50%”></TABLE></CENTER>

    正确答案:A,B,C,D

  • 第5题:

    设置表格的单元格填充为0的HTML代码是()

    • A、<table cellspacing=0>
    • B、<table height=0>
    • C、<table border=0> 
    • D、<table cellpadding=0> 

    正确答案:D

  • 第6题:

    HTML语言中,设置表格中文字与边框距离的标签是()

    • A、< TABLE border=#>
    • B、< TABLE cellspacing=#>
    • C、< TABLE cellpadding=#>
    • D、< TABLE width=# or %>

    正确答案:C

  • 第7题:

    设置表格边框色彩的亮度的HTML代码是()

    • A、<th bordercolorlight=#> 
    • B、<table bordercolor=#> 
    • C、<th bordercolor=#> 
    • D、<table bordercolorlight=#>

    正确答案:D

  • 第8题:

    HTML语言中,设置表格中文字与边框距离的标签是()。

    • A、<table boder=””>
    • B、<table cellspacing=””>
    • C、<table cellpadding=””>
    • D、<table width=””>

    正确答案:C

  • 第9题:

    在HTML语言中,属于〈table〉标记属性的是()。

    • A、border
    • B、width
    • C、cellspacing
    • D、cellpadding

    正确答案:A,B,C,D

  • 第10题:

    HTML语言中,设置表格中单元格之间的距离的标签是()。

    • A、<table boder=””>
    • B、<table cellspacing=””>
    • C、<table cellpadding=””>
    • D、<table width=””>

    正确答案:B

  • 第11题:

    单选题
    HTML语言中,设置表格中文字与边框距离的标签是()。
    A

    <table boder=””>

    B

    <table cellspacing=””>

    C

    <table cellpadding=””>

    D

    <table width=””>


    正确答案: A
    解析: 暂无解析

  • 第12题:

    ( 难度:中等)设置表格的边框为0的HTML代码是
    A.<table cellspacing=0>
    B.<table height=0>
    C.<table border=0>
    D.<table cellpadding=0>

    答案:C

  • 第13题:

    在 HTML语言中,给表格添加行的标记是( )。

    A.<TR></TR> B.<TD></TD>C.<Table></Table > D.<TH></TH>


    正确答案:A

  • 第14题:

    设置表格边框色彩的HTML代码是()

    • A、<table color=#> 
    • B、<th bordercolor=#> 
    • C、<table bordercolor=#> 
    • D、<th color=#>

    正确答案:C

  • 第15题:

    设置表格的单元格间距为0的HTML代码是()

    • A、<table cellspacing =0> 
    • B、<table height=0> 
    • C、<table border=0> 
    • D、<table cellpadding =0>

    正确答案:A

  • 第16题:

    设置围绕表格的边框宽度的HTML代码是?()

    • A、<table size=#>
    • B、<table border=#>
    • C、<table bordersize=#>
    • D、<tableborder=#>

    正确答案:B

  • 第17题:

    设置表格的高度为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>

    正确答案:C

  • 第18题:

    设置表格的宽度为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>

    正确答案:A

  • 第19题:

    <TABLE>标记是一个Table结构的最外层,它包括()等重要属性。

    • A、表示表格边框粗细程度的属性BORDER
    • B、表示每个表项单元的内容与表格边框之间所空开的距离的属CELLPADDING
    • C、表示表格名称信息的属性title
    • D、表示表格宽度的属性WIDTH

    正确答案:A,B,D

  • 第20题:

    HTML语言中,表格标记符是()。

    • A、<HEAD></HEAD>
    • B、<FORM></FORM>
    • C、<TABLE></TABLE>
    • D、<HTML></HTML>

    正确答案:C

  • 第21题:

    设置表格的边框为0的HTML代码是()

    • A、<table cellspacing =0>
    • B、<table height=0>
    • C、<table border=0> 
    • D、<table cellpadding =0>

    正确答案:C

  • 第22题:

    单选题
    设计一个边框为3的表格,下述哪个HTML是正确的?()
    A

    <Table Border=3>

    B

    <Table Cellspacing=3>

    C

    <Table Cellpadding=3>

    D

    <Table Width=3>


    正确答案: C
    解析: 暂无解析

  • 第23题:

    单选题
    如果想获得细的表格边框线的效果,可以()。
    A

    可以将table标签中的border属性设置为1

    B

    可以将table标签中的border属性设置为0

    C

    手写代码是写不出的

    D

    可以通过设置表格的背景色与单元格的背景色不同,并且对order,cellspacing,cellpadding的属性值进行控制得到


    正确答案: C
    解析: 暂无解析