webstome软件,html里的问题

把光标放到图片上就会出现一个边框,把光标移掉后方框消失(具体见下图)

img

img

:hover

img:hover {
  border: 1px solid green;
}