【单选题】
下列哪种方式是用类选择器定义样式的( )
【单选题】
EULAR缓解标准,基于Boolean定义不正确的是
【单选题】
假设已经定义好了一个类student,现在要定义类derived,它是从student私有派生的,定义类derived的正确写法是()。
①
clasederived::studentprivate{…}
②
clasederived::studentpublic{…}
③
clasederived::privatestudent{…}
④
clasederived::publicstudent{…}
【单选题】
以下类模板定义正确的为( )。
①
templateclass T,int i=0
②
templateclass T,class int i
③
templateclass T,typename T
【单选题】
下列样式定义字体为宋体、字体颜色为红色、斜体、大小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:宋体;}
【单选题】
下列样式定义字体为宋体、字体颜色为红色、斜体、大小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:宋体;}
【单选题】
若要在当前网页中定义一个独立类的样式myText,使具有该类样式的正文字体为”Arial”,字体大小为9pt,行间距为13.5pt,以下定义方法中,正确的是( )。
①
.myText{Font-Familiy:Arial;Font-size:9pt;Line-Height:13.5pt}
②
.myText{FontFamiliy:Arial;FontSize:9pt;LineHeight:13.5pt}
③
.myText{FontName:Arial;Font-Size:9pt;Line-Height:13.5pt}
④
.myText{FontName:Arial;FontSize:9pt;LineHeight:13.5pt}
【单选题】
若要在当前网页中定义一个独立类的样式myText,使具有该类样式的正文字体为”Arial”,字体大小为9pt,行间距为13.5pt,以下定义方法中,正确的是( )。
①
.myText{Font-Familiy:Arial; Font-size:9pt; Line-Height:13.5pt}
②
.myText{FontFamiliy:Arial; FontSize:9pt; LineHeight:13.5pt}
③
.myText{FontName:Arial; Font-Size:9pt; Line-Height:13.5pt}
④
.myText{FontName:Arial; FontSize:9pt; LineHeight:13.5pt}