diff --git a/guide/english/certifications/front-end-libraries/jquery/use-jquery-to-modify-the-entire-page/index.md b/guide/english/certifications/front-end-libraries/jquery/use-jquery-to-modify-the-entire-page/index.md index 1937c017b47..8f6fd3dc534 100644 --- a/guide/english/certifications/front-end-libraries/jquery/use-jquery-to-modify-the-entire-page/index.md +++ b/guide/english/certifications/front-end-libraries/jquery/use-jquery-to-modify-the-entire-page/index.md @@ -11,10 +11,43 @@ Add the classes `animated` and `hinge` to your `body` element. - [.addClass()](https://api.jquery.com/addClass/e) ### Solution: -```javascript +```html -``` +
+

jQuery Playground

+
+
+

#left-well

+
+ + + +
+
+
+

#right-well

+
+ + + +
+
+
+
+```