Hello Everybody! I’ve just recently begun using Code Academy Pro (though I think my account is an old 1 I created a long time ago). I decided to attempt a .txt document and took it to jmarshall.com to try and have it displayed and it didn’t work. I’m pasting it below, could anyone tell me what I did wrong?
<!DOCTYPE html>
<html>
<address>
Written by <a href="mailto:INSERT EMAIL HERE”>INSERT NAME HERE</a><br>
Visit us at:<br>
<a href=“bardac.com”>bardac.com</a><br>
INSERT ADDRESS HERE<br>
</address>
<head>
<title>Hello World!
</title>
</head>
<body>
<title>This is my First HTML Script.
</title>
<p>I have only just recently begun my coding adventure using code academy but every step has been a delight thus far. This is my first attempt at writing HTML script outside of <a href=“codeacademy.com”>CodeAcademy.com</a>.
</p>
</body>
</html>
Thanks!