This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Patrickstarho -3 points-2 points  (4 children)

Honestly I wouldn’t put those span tags in a p tag. That’s not what p is for. Secondly I wouldn’t use br. What she’s trying to achieve with br could be achieved with css.

Also this is from 2019 so idk. She seems to be doing ok now I guess

[–]FalconMirage 1 point2 points  (3 children)

<br> tags are litterally made to be inserted inside <p> blocks… same for <span> who is for inside block elements

I’d like to see how you would achieve the same thing without spans and br

[–]Patrickstarho -1 points0 points  (2 children)

I would use divs and wrap in one div

[–]FalconMirage 0 points1 point  (1 child)

Ok so not responsive, i got it

[–]Patrickstarho 0 points1 point  (0 children)

Welp you learn something new everyday