css outline属性

outline属性在一个html element的周围画出一条线来,位于边框的外围,起到突出元素的作用。轮廓线不占据任何布局空间,也不一定非要是矩形。

p
  {
  outline:#00FF00 dotted thick;
  }