Assessment wanted for Links 3 skill test (Please Assess)

https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Test_your_skills:_Links

Hi , I am self learning HTML. Can anyone please assess my assignment which can be found on above link . I am pasting my code below written for Links 3 skill test. Any guidance will be appreciated. Cheers

<meta charset="utf-8"/>

<title>Links: Task 3</title>

<style>

  body {

    background-color: #fff;

    color: #333;

    font: 1em / 1.4 Helvetica Neue, Helvetica, Arial, sans-serif;

    padding: 1em;

    margin: 0;

  }

  p {

    color: gray;

    margin: 0.5em 0;

  }

  * {

    box-sizing: border-box;

  }

</style>
<p>We do lots of work with Narwhals. To find out more about this work, <a href="narwhals.html" target="_blank">click here(Opens in new Tab)</a>.</p>

<p>You can <a href="mailto:whales@example.com">email</a> our support team if you have any more questions.</p>

<p>You can also <a href="factfile.pdf" target="_blank">download our factfile (PDF 4MB)</a>, which contains lots more information, including an FAQ.</p></body></html>

Hello @kam_gill

well done you doing great and have a nice day :slight_smile: