没有搜到到结果?点击这里求解答/求资源。
【单选题】
要在表单里创建一个普通文本框,以下写法中正确( )。

?
?
?
【单选题】
在Word编辑状态下,绘制文本框命令所在选项卡?

“插入”
“开始”
“引用”
“视图”
【单选题】
要在表单里创建一个普通文本框,以下写法中正确( )。

INPUT
INPUT type=password
INPUT type=checkbox
INPUT type=radio
【多选题】
以下属于文本框对象常用方法有:(选择三项)

blur
focus
onkeypress
select
【单选题】
菜单编辑器中,下列( )选项用于设置菜单栏上显示文本

标题
名称
索引
访问键
【多选题】
在javascript中,下面代码表示获取文本框值,则下列选项中验证文本框为空条件表达式不正确() var userName=document.getElementById(txtName).value;

userName==
userName.length<=0
userName.length<0
userName.length=
【单选题】
要建立一个输入单行文字文本框,下面代码正确( )

inputtype=textarea
inputtype=text
inputtype=radio
inputtype=password
【单选题】
要建立一个输入单行文字文本框,下面代码正确( )

input type=textarea
input type=text
input type=radio
input type=password
【判断题】
PowerPoint中用文本框中工具在幻灯片中添加图片操作,文本插入完毕后在文本上留有边框。

正确
错误
【多选题】
在javascript中,下面代码表示获取文本框值,则下列选项中验证文本框为空条件表达式不正确()var userName=document.getElementById(txtName).value;(选择二项)

userName==
userName.length(=0)
userName.length(0)
userName.length=