diff --git a/guide/english/certifications/front-end-libraries/bootstrap/use-a-span-to-target-inline-elements/index.md b/guide/english/certifications/front-end-libraries/bootstrap/use-a-span-to-target-inline-elements/index.md index 34d8fd72d3..df69446331 100644 --- a/guide/english/certifications/front-end-libraries/bootstrap/use-a-span-to-target-inline-elements/index.md +++ b/guide/english/certifications/front-end-libraries/bootstrap/use-a-span-to-target-inline-elements/index.md @@ -3,8 +3,67 @@ title: Use a span to Target Inline Elements --- # Use a span to Target Inline Elements -This is a stub. Help our community expand it. +--- +## Solutions -This quick style guide will help ensure your pull request gets accepted. +
Solution 1 (Click to Show/Hide) - +```html + + + +
+

CatPhotoApp

+ + A cute orange cat lying on its back. + + Three kittens running towards the camera. +
+
+ +
+
+ +
+
+ +
+
+

Things cats love:

+ +

Top 3 things cats hate:

+
    +
  1. flea treatment
  2. +
  3. thunder
  4. +
  5. other cats
  6. +
+
+ + + + + + + +
+
+``` + +