From 5de9f32c0685a0a2bd3ab888d3a356f3917325c5 Mon Sep 17 00:00:00 2001 From: Luane Date: Thu, 6 Dec 2018 12:03:20 -0300 Subject: [PATCH] Solution added to exercise 'Use the s tag to strikethrough text ' (#34526) - [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md). - [x] My pull request has a descriptive title (not a vague title like `Update index.md`) - [x] My pull request targets the `master` branch of freeCodeCamp. - [x] None of my changes are plagiarized from another source without proper attribution. - [x] My article does not contain shortened URLs or affiliate links. Closes #XXXXX --- ...the-s-tag-to-strikethrough-text.english.md | 41 ++++++++++++++++++- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text.english.md b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text.english.md index 04651e1545..f47ae78e2a 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text.english.md @@ -86,7 +86,44 @@ tests: ## Solution
-```js -// solution required +```html + +
+
+
+

Google Alphabet

+

Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.

+
+ +
+
```