网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

电子线照射摆位时应注意:

  • A、每个患者都有自己有特定的铅块
  • B、若同一患者设定多个照射野,则有多个铅块
  • C、摆位时,要使患者照射平面与限光筒底部平面平行
  • D、照射区皮肤尽量贴近限光筒底部
  • E、照射平面与限光筒底部平行,皮肤需远离限光简底部

参考答案

更多 “ 电子线照射摆位时应注意:A、每个患者都有自己有特定的铅块B、若同一患者设定多个照射野,则有多个铅块C、摆位时,要使患者照射平面与限光筒底部平面平行D、照射区皮肤尽量贴近限光筒底部E、照射平面与限光筒底部平行,皮肤需远离限光简底部” 相关考题
考题 MArgin属性主要有哪几种属性?() A边距(mArgin)B左边距(mArgin-left)C右边距(mArgin-right)D上边距(mArgin-top)E下边距(mArgin-Bottom)

考题 在CSS中,关于BOX的margin属性的叙述正确的是()。A、边距margin只能取一个值B、margin属性的参数有margin-left、margin-right、margin-top、margin-bottomC、margin属性的值不可为autoD、margin属性的参数值不能全部设置成0px

考题 如果要为网页元素设置左边界应使用的属性是:()。 A.mArgin-bottomB.mArgin-leftC.mArgin-rightD.mArgin-top

考题 要设置宽度不为100%的页面容器居中,则可以在CSS定义中添加( ) A.margin-left:0;margin-right:0;B.margin-left:auto;margin-right:auto;C.margin-left:100%;margin-right:100%;D.margin-left:auto;margin-right:0;

考题 h1{padding:8px016px30px;},则h1的内边距分别是?()A、上8px、右0px、下16px、左30pxB、右8px、下0px、左16px、上30pxC、下8px、左0px、上16px、右30pxD、左8px、下0px、右16px、上30px

考题 在HTML页面上包含如下所示的层对象,则javascript语句document.getElementById(“info”).innerHTML的值是() div id=”info” style=”display:block” p请填写 /p /divA、请填写               B、p请填写/p  C、id=”info” style=”display:block”  D、div id=”info” style=”display:block”p请填写/p

考题 下列哪种标签不属于定义CSS样式的内容()A、a:link{color:blue;}B、# header{margin-top:auto;}C、p style="line-height:23px:"D、body background="#FF00FF"

考题 嵌入式样式单嵌入到HTML文件头中使用的标记对是()。A、style/styleB、head/headC、link/linkD、p/p

考题 下面向右浮动书写正确的是()。A、float:noneB、float:right;C、float:leftD、margin-left:0px;

考题 实现左上,右上圆角,左下和右下直角以下写法正确的是()。A、border-radius:0px 0px 5px 5pxB、border-top-left-radius:5px;border-top-right-radius:5px;C、border-left-top-radius:5px;boder-right-top-radius:5px;D、border-radius:5px 5px 0px 0px;

考题 关于行内样式语法格式正确的是()。A、〈p style="color:red,font-size:14px;"〉行内样式〈/p〉B、〈p style="color=red;font-size:14px;"〉行内样式〈/p〉C、〈p style="color:red;font-size:14px;"〉行内样式〈/p〉D、以上都不正确

考题 下面对于margin定义不正确的是()。A、margin-top:5%B、margin-bottom:5pxC、margin-top:10pxD、margin-color:#f00

考题 下面表示右浮动属性书写正确的是()。A、float:noneB、float:left;C、float:rightD、margin-left:0px;

考题 使用border-radius属性实现右上和右下圆角,左上和左下都直角,以下语法正确的是()。A、border-radius:0px 5px 0px 5pxB、border-radius:0px 5pxC、border-radius:0px 5px 5px 0pxD、border-radius:5px;

考题 What is added to the MS sensitivity level to obtain the required signal strength, SSreq?()A、Rayleigh fading margin.B、Rayleigh fading margin, interference margin, and body loss.C、Rayleigh fading margin and interference margin.D、Rayleigh fading margin and body loss.E、Interference margin and body loss.

考题 要给id为P的标签行高设为20像素,代码为:()A、P.style.fontWeightB、P.style.marginC、P.style.lineHeightD、以上都不正确

考题 能够定义所有P标签内文字加粗的是()。A、<p style="text-size:bold">B、<p style="font-size:bold">C、p {text-size:bold}D、p {font-weight:bold;}

考题 以下选项中,可以正确定义所有p的字体为bold的是()。A、<p style="text-size:bold">B、<p style="font-size:bold">C、p {text-size:bold}D、p {font-weight:bold}

考题 下列代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:<P id=”firstp”>这是一个段落</P>,下面选项中,()正确定义了上面代码引用的样式规则。A、<Style Type=”text/css”> P {color:red} </Style>B、<Style Type=”text/css”> #firstp {color:red} </Style>C、<Style Type=”text/css”> .firstp {color:red} </Style>D、<Style Type=”text/css”> P.firstp {color:red} </Style>

考题 以下选项中哪个是给p标签添加颜色的jQuery语法()。A、$("p").css("color","red")B、p.css("color","red")C、p.style.color="red"D、p.style="red"

考题 以下的CSS中,可使所有<p>元素变为粗体的正确语法是?()A、p style="font-size:bold"B、p style="text-size:bold"C、p {font-weight:bold}D、p {text-size:bold}

考题 单选题为了让页面正文中id为container的div能够水平居中,需要的CSS样式是()。A #container{width:880px; padding:0px auto;}B #container{width:880px;padding:auto 0px;}C #container{width:880px;margin:auto 0px;}D #container{width:880px;margin:0px auto;}

考题 单选题能够定义所有P标签内文字加粗的是()。A <p style=text-size:bold>B <p style=font-size:bold>C p {text-size:bold}D p {font-weight:bold;}

考题 单选题以下选项中哪个是给p标签添加颜色的jQuery语法()。A $(p).css(color,red)B p.css(color,red)C p.style.color=redD p.style=red

考题 单选题要给id为P的标签行高设为20像素,代码为:()A P.style.fontWeightB P.style.marginC P.style.lineHeightD 以上都不正确

考题 单选题下列代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:<P id=”firstp”>这是一个段落</P>,下面选项中,()正确定义了上面代码引用的样式规则。A <Style Type=”text/css”> P {color:red} </Style>B <Style Type=”text/css”> #firstp {color:red} </Style>C <Style Type=”text/css”> .firstp {color:red} </Style>D <Style Type=”text/css”> P.firstp {color:red} </Style>

考题 单选题以下选项中,可以正确定义所有p的字体为bold的是()。A <p style=text-size:bold>B <p style=font-size:bold>C p {text-size:bold}D p {font-weight:bold}

考题 单选题在CSS中,关于BOX的margin属性的叙述正确的是()。A 边距margin只能取一个值B margin属性的参数有margin-left、margin-right、margin-top、margin-bottomC margin属性的值不可为autoD margin属性的参数值不能全部设置成0px