Run
1264 x 150
1
2
<html>
3
<body>
4
<h1>The a tag</h1>
5
<a href="https://pnldev.com">Visit PNLdev.com!</a>
6
</body>
7
</html>
<!DOCTYPE html>
<html>
<body>
<h1>The a tag</h1>
<a href="https://pnldev.com">Visit PNLdev.com!</a>
</body>
</html>