question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Test passes when it shouldn't on "Applied Visual Design: Use the del Tag to Strikethrough Text"

See original GitHub issue

Describe your problem and - if possible - how to reproduce it

On the “Applied Visual Design: Use the del Tag to Strikethrough Text” challenge there’s an instruction to add Wrap the del tag around “Google” inside the h4 tag and then add the word Alphabet beside it, which should not have the strikethrough formatting.

If you add the del tag to the Google word inside the <p> INSTEAD of the <h4> the test still passes.

Incorrect but passes: <h4>Google</h4> <em><p><del>Google</del> Alphabet was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</p></em>

Should pass only when the del is inside the <h4>: <h4><del>Google</del></h4> <em><p>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</p></em>

Add a Link to the page with the problem

https://learn.freecodecamp.org/responsive-web-design/applied-visual-design/use-the-del-tag-to-strikethrough-text

Tell us about your browser and operating system

  • Browser Name: Google Chrome
  • Browser Version: Version 67.0.3396.87 (Official Build) (64-bit)
  • Operating System: macOS High Sierra 10.13.15

If possible, add a screenshot here

screen shot 2018-07-02 at 11 25 37

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
RandellDawsoncommented, Feb 22, 2019

This particular challenge was rewritten to use the s tag and not the del tag, so this issue is not relevant anymore.

0reactions
dwarak-cmdcommented, Mar 18, 2021

The question is to strike-through Google and not Alphabet, below is the write answer to it:

GoogleAlphabet

Read more comments on GitHub >

github_iconTop Results From Across the Web

Applied Visual Design: Use the s Tag to Strikethrough Text
Wrap the s tag around “Google” inside the h4 tag and then add the word “Alphabet” beside it, which should not have the...
Read more >
freeCodeCamp's Applied Visual Design, Use the s Tag to ...
In this lesson from the Applied Visual Design Section of freeCodeCamp, we look at the "s" tag. The "s" tag allows us to...
Read more >
Use the s Tag to Strikethrough Text Applied Visual Design via ...
FOLLOW ALONG LINK: https://www.freecodecamp.org/learn/responsive-web-design/ applied - visual - design / use -the-s- tag -to- strikethrough -textCheck ...
Read more >
How to: Applied Visual Design 💪| FreeCodeCamp - YouTube
Open me ⬇️Hello, I' m Eleftheria, a front-end developer, master student, content creator, and chocolate lover, welcome to my channel!
Read more >
Applied Visual Design - Use the em Tag to Italicize Text
In today's tutorial, we do basic applied visual design where we use the em tag to italicize text as part of this series...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found