79629683

Date: 2025-05-20 01:56:31
Score: 2.5
Natty:
Report link

Does adding target="_blank" to the <a> tag not work?
Write something like: <a target="_blank" href="https://m.youtube.com">Youtube</a>.
The target attribute opens the link in a new tab, and one would assume in a browser window, if not already in one.

See the target attribute of <a>: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/a#target

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: MaxCodes