When I use the URL www.w3schools.com, it is redirecting me to a 404 not found page. I don't want to use HTTP or HTTPS because my URL is stored in a database without HTTP.
<!DOCTYPE html>
<html>
<body>
<p>An absolute URL: <a href="www.w3schools.com">W3Schools</a></p>
</body>
</html>