diff --git a/guide/english/certifications/responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text/index.md b/guide/english/certifications/responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text/index.md new file mode 100644 index 0000000000..a2ef7fbb67 --- /dev/null +++ b/guide/english/certifications/responsive-web-design/applied-visual-design/use-the-s-tag-to-strikethrough-text/index.md @@ -0,0 +1,62 @@ +--- +title: Use the s Tag to Strikethrough Text +--- +![](//discourse-user-assets.s3.amazonaws.com/original/2X/a/aadd6bead83ab7d79a795c326f005a89e6ad81f5.png) + +![:triangular_flag_on_post:](https://forum.freecodecamp.com/images/emoji/emoji_one/triangular_flag_on_post.png?v=3 ":triangular_flag_on_post:") Remember to use **`Read-Search-Ask`** if you get stuck. Try to pair program ![:busts_in_silhouette:](https://forum.freecodecamp.com/images/emoji/emoji_one/busts_in_silhouette.png?v=3 ":busts_in_silhouette:") and write your own code ![:pencil:](https://forum.freecodecamp.com/images/emoji/emoji_one/pencil.png?v=3 ":pencil:") + +## ![:speech_balloon:](https://forum.freecodecamp.com/images/emoji/emoji_one/speech_balloon.png?v=3 ":speech_balloon:") Hint + +Use the `s` tag like this: +```html +

freeCodeCamp

+``` + +> _try to solve the problem now_ + +## Spoiler Alert! + +![warning sign](//discourse-user-assets.s3.amazonaws.com/original/2X/2/2d6c412a50797771301e7ceabd554cef4edcd74d.gif) + +**Solution ahead!** + +```html + +
+
+
+

GoogleAlphabet

+

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

+
+ +
+
+```