Themes: default 3024-day blackboard cobalt eclipse mbo mdn-like monokai pastel-on-dark rubyblue the-matrix xq-light
Tutorial Brain @2019
<!DOCTYPE html>
<html>
<head>
<style>
a {
text-decoration: underline;
}
</style>
</head>
<body>
<a href="https://www.tutorialbrain.com/" title="This link has underline" target="_blank"> Links with underline</a>
</body>
</html>