Today I Learned - Rocky Kev

Tagged “error”

  1. TIL how Error correction works in HTML

    You never get an 'Invalid Syntax' error on an HTML page. Browsers fix any invalid content and go on.

  2. TIL onError

    When a resource (such as an img or script) fails to load, an error event using interface Event is fired at the element that initiated the load, and the onerror() handler on the element is invoked.

See all tags.