From 76f756a0fa171d637612fd0b5a3a9b6e35177765 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Sun, 18 Jan 2015 11:10:45 +0800 Subject: [PATCH] Update running-code.md In the latest versions of HTML, the inline event handlers are expected to be all lowercase and that event handlers in script are always all lowercase. --- page/javascript-101/running-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/javascript-101/running-code.md b/page/javascript-101/running-code.md index c01b5e5b..160d71f2 100644 --- a/page/javascript-101/running-code.md +++ b/page/javascript-101/running-code.md @@ -31,7 +31,7 @@ The last option is to use the event handler attributes of HTML elements. This me ``` Click Me! - + ``` ### Placement