I have a piece of html code that works well for all the browsers I've tried, except for Egde in Win 10.
I do not know why this browser tries to format part of my text as if it were a link when I did not indicate it.
Any suggestions to solve it?
This is the html code
<!DOCTYPE html>
<html>
<body>
<span style="color:red">( 983 )2018-04-04 18:20:54 [email protected] </span>
</body>
</html>
And this is what I get on the screen when I run it.