以下哪项是有效的标识符
A: mile1
B: import
C: (red)
D: "red"
A: mile1
B: import
C: (red)
D: "red"
举一反三
- 以下哪项是有效的标识符? A: import B: mile1 C: (red) D: "red"
- 绘制一个红色的五角星,下列程序哪个是正确的? A: from turtle import * fillcolor("red") begin_fill() while True: forward(300) right(144) if abs(pos()) < 1: break end_fill() B: from turtle import * fillcolor("red") begin_fill() while True: forward(200) right(155) if abs(pos()) < 1: break end_fill() C: ffrom turtle import * fillcolor("red") begin_fill() while True: forward(200) right(144) if pos() < 1: break end_fill() D: from turtle import * fillcolor("red") begin_fill() while True: forward(200) right(144) if abs(pos()) < 2: break end_fill()
- 以下()是类选择器。 A: .style1{color:red;} B: C: style1{color:red;} D: @style1{color:red;} E: style1{color:red;}
- 以下哪些属于标签选择器?() A: #1h{color:red;} B: h1{color:red;} C: h1{color:red;} D: #h1{color:red;}
- 若要设置网页的背景颜色为红色,以下标记中正确的是()。 A: ackground:red; B: color:red; C: gcolor:red; D: ackgroundcolor:red;