Hi, may be there is a little bug there. The
tag can not run the test even if I put it between the title and paragraph. Can you fix it, please? Have a nice day!
– My code –
GoogleAlphabet
Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.
```
– link –
https://learn.freecodecamp.org/responsive-web-design/applied-visual-design/create-a-horizontal-line-using-the-hr-element
Yes there’s a bug and the solution is to wrap your p with em
However, do not try to pass the challenge by wrapping p inside em tag cause that is wrong syntax.
Instead just skip it and ove on.
Never mind, I just changed it to pass this, but I thought that it wasn’t correct. It’s little confusing to don’t write my own code. I never use for a whole but only for some words :))
Thanks 
ok I see that I can’t use the tags directly in the text . I wanted to say that I don’t use em tag for a whole paragraph, but only for some words 
You can use tags directly in that but you need to use preformatted text button to do that.
one with this sign </>
I did it (longtime ago) for the sake of accomplishing the challenge.
It’s not wrong syntax, but it is bad practice.
Good luck.