The national flag of Great Britain is made up of a blue background and three crosses: the red cross of St. George of England, the white saltire of St.Andrew of Scotland and the red saltire of Ireland.()
第1题:
第2题:
利用XSL创建一style属性,style的值为“color:bule;background-color:red”,能实现该功能的选项为()。
A.<attribute name="color">blue</attribute> <attribute name="background-color">red</attribute>
B.<attribute name="style">color:blue</attribute> <attribute name="style">background-color:red</attribute>
C.<attribute name="style"> color:blue;background-color:red </attribute>
D.<element attribute="style"> color:blue;background-color:red </element>
第3题:
使用线性渐变制作背景样式如下: background: linear-gradient(45deg, red,yellow,blue);
A.从左到右依次为红色、黄色、蓝色
B.从右到左依次为红色、黄色、蓝色
C.从左下到右上依次为蓝色、黄色、红色
D.黄色、蓝色
第4题:
第5题:
2、利用XSL创建一style属性,style的值为“color:bule;background-color:red”,能实现该功能的选项为()。
A.<attribute name="color">blue</attribute> <attribute name="background-color">red</attribute>###SXB###B.<attribute name="style">color:blue</attribute> <attribute name="style">background-color:red</attribute>###SXB###C.<attribute name="style"> color:blue;background-color:red </attribute>###SXB###D.<element attribute="style">第6题:
画一条宽度为屏宽一半,粗细为5像素,居中显示的蓝色的线,下面正确的选项是()。
A.<hr size="5" width="50%" align="center" color="blue" />
B.<hr size="50%" width="5" align="center" color="blue" />
C.<hr style="line-height:5px;line-width:50%;align:center;background-color:blue" />
D.<hr style="height:5px;width:50%;align:center;background-color:blue" />