答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数:1】
You are saying that everyone should be equal, and this is ____ I disagree.
①
why
②
where
③
what
④
when
参考答案:
复制
纠错
➡️如需代学继续教育,请点击这里
相关题目
【判断题】
The question What is your affiliation? is to ask where you are working,you should answer I am with...
①
正确
②
错误
查看完整题目与答案
【判断题】
新闻5要素包括who、what、when、why 、where
①
正确
②
错误
查看完整题目与答案
【判断题】
新闻六要素包括:what who when where why how。
①
正确
②
错误
查看完整题目与答案
【单选题】
I ( ) to take the opposite point of view. You may disagree if you wish.
①
attract
②
include
③
decline
④
incline
查看完整题目与答案
【单选题】
It is the ability to do the work ___ matters not where you come from or what you are.
①
one
②
that
③
what
④
it
查看完整题目与答案
【单选题】
What does the falling intonation on the question “where do you live ?” indicate?
①
I am telling you something you do not know
②
I have not finished yet
③
I am asking a genuine question
④
I know you have told me before.
查看完整题目与答案
【单选题】
It is the ability to do the job_____ matters, not where you come from or what you are.
①
one
②
that
③
what
④
if
查看完整题目与答案
【单选题】
Where shall I [填空] you?
①
dropped
②
drop
③
dropping
④
droppen
查看完整题目与答案
【单选题】
What can I do for you, madam?
①
I want a kilo of apples
②
You can go your own way
③
Thanks
④
Excuse me. I’m busy
查看完整题目与答案
【单选题】
When you make a self-introduction, you can tell what you do for a ______________.
①
job
②
life
③
living
④
taste
查看完整题目与答案
随机题目
【单选题】
下列CSS注释格式正确的是( )
①
//thisisacomment
②
/*thisisacomment*/
③
!--thisisacomment--
④
thisisacomment
查看完整题目与答案
【单选题】
下列样式定义字体为宋体、字体颜色为红色、斜体、大小20px、粗细800号,正确的定义是:( )
①
p{font-family:宋体;font-size:20px;font-weight:800;color:red;font-style:italic;}
②
p{font-family:20px;font-size:宋体;font-weight:800;color:red;font-style:italic;}
③
p{font-family:20px;font-size:800;font-weight:宋体;color:red;font-style:italic;}
④
p{font-family:800;font-size:20px;font-weight:red;color:italic;font-style:宋体;}
查看完整题目与答案
【多选题】
下列标签中是块级标签的是(????)。
①
div
②
③
④
span
查看完整题目与答案
【多选题】
在CSS中,下列选项关于样式 “#container,?.main{font-size:12px;}”与 “#container?.main{font-size:14px;}”的说法不正确的是(????)
①
前者表示同时设置两个选择器的样式,后者表示只设置main选择器的样式
②
前者表示只设置main选择器的样式,后者表示同时设置两个选择器的样式
③
二者中间的逗号或者空格都可以省略
④
二者作用是相同的
查看完整题目与答案
【多选题】
关于HTML中的表格和样式,下列说法正确的是(????)
①
表格的边框可以使用CSS来控制
②
单元格的尺寸可以使用CSS来控制
③
单元格的背景颜色可以使用CSS来控制
④
单元格的跨行或跨列可以使用CSS来控制
查看完整题目与答案
【多选题】
下列选项中,(????)可以设置网页中某个标签的左外边距为5像素。
①
margin:0 5px;
②
margin:5px 0 0 0;
③
margin:0 0 0 5px;
④
padding-left:5px;
查看完整题目与答案
【多选题】
下列选项为背景属性赋值正确的有(????)。
①
background-image:bg.jpg;
②
background-image:url(bg.jpg);
③
background-repeat:repeat-x;
④
background-repeat:no-repeat;
查看完整题目与答案
【单选题】
下面的CSS代码运行效果是( )p{color:#f00}font{background:#f00}
①
所有p和font标签背景色为红色
②
所有p和font标签字体颜色为红色
③
p标签的字体颜色为红色,font标签的背景色为红色
④
p标签的字体背景色为红色,font标签的颜色为红色
查看完整题目与答案
【单选题】
下列哪种方式是用类选择器定义样式的( )
①
p{color:red;}
②
.one{color:red;}
③
#two{color:red;}
④
p,h1{color:red;}
查看完整题目与答案
【单选题】
样式表定义:#title{color:red}表示( )
①
网页中的标题是红色的
②
网页中某一个id为title的元素中的内容是红色的
③
网页中元素名为title的内容是红色的
④
以上任意一个都可以
查看完整题目与答案