Bootstrap 提供了一系列的对齐样式,表示不换行的样式是( )。
A: text-cente
B: text-justify
C: text-auto
D: text-nowrap
A: text-cente
B: text-justify
C: text-auto
D: text-nowrap
举一反三
- Bootstrap提供了一系列的对齐样式,表示不换行的样式是( )。 A: text-center B: text-justify C: text-auto D: text-nowrap
- 在声明表单中input标签type属性等于text文本框的样式时,下列哪种方法是正确的()。 A: forminput{type=”text”} B: form(type=”text”)input C: forminput[type=”text”] D: form[type=”text”]input
- There are _____ texts. They are Text A _________________, Text B _________________, Text C _________________, Text D _________________.
- 在CSS中,a{textdecoration:underline}样式表示超链接没有下划线。( )
- 密码输入框和文本输入框样式同时定义时,写法正确的是( ) A: input[type="text"] [type="password"] { } B: input[type="text"],[type="password"] { } C: input([type="text"],[type="password"]) { } D: input(type="text"),(type="password") { }