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