Edit in JSFiddle

<img alt=hello>
/* apparently you can style the ALT attribute -- COOL!  */
img[alt=hello]{
  font-size:30pt;
  color:darkblue;
  border:none;
}