第3章 第14節(p.278-283)
p { cursor: url(./yellow.cur), move }
:focus {
outline-width: 2px;
outline-style: dotted;
outline-color: red;
}
:focus { outline: 2px dotted red }
:focus { outline: dotted red }
:focus { outline: medium double red }