Menu
×
×
正确!
CSS 练习:在具有以 "red" 开头的 "title" 属性的元素周围设置颜色为 "red" 的边框。 Hint: Use attribute selector [attribute^=value]. |
编辑此代码:
结果:
|
正确的代码:
结果:
|