多行文本域所必须有的属性是?
A: row行
B: col列
C: color颜色
D: size尺码
A: row行
B: col列
C: color颜色
D: size尺码
举一反三
- font标签设置文本颜色的属性( ) A: color B: face C: bgcolor D: size
- 给h2标签所有的文字设置颜色为红色用()属性。 A: color B: size C: margin D: content
- 下列哪些函数功能是对全局表进行修改?( ) A: gettablestr(tablename, row, col) B: settablestr(tablename, row, col, “string”) C: gettablenum(tablename, row, col) D: settablenum(tablename, row, col, value)
- 在VBA中,将某个单元格的背景填充为绿色,文字颜色改为蓝色,则正确的是 A: Cells(row, col).Interior.Color = RGB(0, 255, 0):Cells(row, col).Font.Color = RGB(0, 0, 255) B: Cells(row, col).Interior.Color = RGB(0, 0, 255):Cells(row, col).Font.Color = RGB(0, 255, 0) C: Cells(row, col).Interior.Color = RGB(255, 255, 255):Cells(row, col).Font.Color = RGB(0, 0, 255) D: Cells(row, col).Interior.Color = RGB(0, 0, 0):Cells(row, col).Font.Color = RGB(0, 0, 255)
- 能够设置成密码域的是() A: 只有单行文本域 B: 只有多行文本 C: 单行、多行文本域 D: 多行Textarea标识