Assessment wanted for Marking up a letter

<!doctype html>
<html>

<head>
    <title>Response Letter</title>
    <link rel="stylesheet" href="style.css">
    <meta charset="utf-8">
</head>

<body>
    <address>
        Dr. Eleanor Gaye <br>
        Awesome Science faculty<br>
        University of Awesome<br>
        Bobtown, CA 99999,USA<br>
        Tel: 123-456-7890<br>
        Email: no_reply@example.com<br>
    </address>

    <address>
        20 January 2016<br>

        Miss Eileen Dover<br>
        4321 Cliff Top Edge<br>
        Dover, CT9 XXX UK<br>
    </address>


    <h1>Re: Eileen Dover university application</h1>

    <p>Dear Eileen,</p>

    <p>Thank you for your recent application to join us at the University of Awesome's science faculty to study as part of your PhD next year. I will answer your questions one by one, in the following sections.</p>

    <h2>Starting dates</h2>

    <p>We are happy to accommodate you starting your study with us at any time, however it would suit us better if you could start at the beginning of a semester; the start dates for each one are as follows:</p>

    <ol>
        <li>First semester: 9 September 2016</li>
        <li>Second semester: 15 January 2017</li>
        <li>Third semester: 2 May 2017</li>
    </ol>

    <p>Please let me know if this is ok, and if so which start date you would prefer.</p>

    <p>You can find more information about important university dates on our website.</p>


    <h2>Subjects of study</h2>

    <p>At the Awesome Science Faculty, we have a pretty open-minded research facility — as long as the subjects fall somewhere in the realm of science and technology. You seem like an intelligent, dedicated researcher, and just the kind of person we'd like to have on our team. Saying that, of the ideas you submitted we were most intrigued by are as follows, in order of priority:</p>

    <ol>
        <li>Turning H2O into wine, and the health benefits of Resveratrol (C14H12O3.)</li>
        <li>Measuring the effect on performance of funk bassplayers at temperatures exceeding 30°C (86°F), when the audience size exponentially increases (effect of 3 × 103 increasing to 3 × 104.)</li>
        <li>HTML and CSS constructs for representing musical scores.</li>
    </ol>

    <p>So please can you provide more information on each of these subjects, including how long you'd expect the research to take, required staff and other resources, and anything else you think we'd need to know? Thanks.</p>


    <h2>Exotic dance moves</h2>

    <p>Yes, you are right! As part of my post-doctorate work, I did study exotic tribal dances. To answer your question, my favourite dances are as follows, with definitions:</p>

    <ol>
        <li>Polynesian chicken dance</li>
        <dl>A little known but very influential dance dating back as far as 300BC, a whole village would dance around in a circle like chickens, to encourage their livestock to be "fruitful".</dl>
        <li>Icelandic brownian shuffle</li>
        <dl>Before the Icelanders developed fire as a means of getting warm, they used to practice this dance, which involved huddling close together in a circle on the floor, and shuffling their bodies around in imperceptibly tiny, very rapid movements. One of my fellow students used to say that he thought this dance inspired modern styles such as Twerking.</dl>
        <li>Arctic robot dance</li>
        <dl>An interesting example of historic misinformation, English explorers in the 1960s believed to have discovered a new dance style characterized by "robotic", stilted movements, being practiced by inhabitants of Northern Alaska and Canada. Later on however it was discovered that they were just moving like this because they were really cold.</dl>
    </ol>

    <p>For more of my research, see my exotic dance research page.</p>

    <p>Yours sincerely,<br>
        Dr Eleanor Gaye</p>

    <p>University of Awesome motto: "Be awesome to each other." -- The memoirs of Bill S Preston, Esq</p>
</body></html>

Hi there @JoeShmo94. Welcome to the MDN learning community, and thanks for sending in your code.

What you’ve done so far is looking pretty good in terms of the overall markup structure (although you’ve got the decription list syntax a bit confused — see here for a useful reference).

You’ve also missed out a fair few inline details — mainly the things asked for under “Inline semantics” at https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Marking_up_a_letter#Project_brief.

I’d like to invite you to have another go at this, and then I’ll look again. Pleae don’t hesitate to ask if you have any quesions, or need further help.

Thanks!

2 Likes

<!doctype html>

Response Letter Dr. Eleanor Gaye
Awesome Science faculty
University of Awesome
Bobtown, CA 99999, USA
Tel: 123-456-7890
Email: no_reply@example.com

20 January 2016

Miss Eileen Dover
4321 Cliff Top Edge
Dover, CT9 XXX UK
<h1>Re: Eileen Dover university application</h1>

<p>Dear Eileen,</p>

<p>Thank you for your recent application to join us at the University of Awesome's science faculty to study as part of your <abbr title="Doctor of Philosophy">PhD</abbr> next year. I will answer your questions one by one, in the following sections.</p>

<h2>Starting dates</h2>

<p>We are happy to accommodate you starting your study with us at any time, however it would suit us better if you could start at the beginning of a semester; the start dates for each one are as follows:</p>

<ul>
    <li>First semester: 9 September 2016</li>
    <li>Second semester: 15 January 2017</li>
    <li>Third semester: 2 May 2017</li>
</ul>

<p>Please let me know if this is ok, and if so which start date you would prefer.</p>

<p>You can find more information about <a href="http://example.com">important university dates</a> on our website.</p>


<h2>Subjects of study</h2>

<p>At the Awesome Science Faculty, we have a pretty open-minded research facility — as long as the subjects fall somewhere in the realm of science and technology. You seem like an intelligent, dedicated researcher, and just the kind of person we'd like to have on our team. Saying that, of the ideas you submitted we were most intrigued by are as follows, in order of priority:</p>

<ol>
    <li>Turning H<sub>2</sub>O into wine, and the health benefits of Resveratrol (C<sub>14</sub>H<sub>12</sub>O<sub>3</sub>.)</li>
    <li>Measuring the effect on performance of funk bassplayers at temperatures exceeding 30°C (86°F), when the audience size exponentially increases (effect of 3 × 10<sup>3</sup> increasing to 3 × 10<sup>4</sup>.)</li>
    <li><abbr title="HyperText Markup Language">HTML</abbr> and <abbr title="Cascading Style Sheet">CSS</abbr> constructs for representing musical scores.</li>
</ol>

<p>So please can you provide more information on each of these subjects, including how long you'd expect the research to take, required staff and other resources, and anything else you think we'd need to know? Thanks.</p>


<h2>Exotic dance moves</h2>

<p>Yes, you are right! As part of my post-doctorate work, I <i>did</i> study exotic tribal dances. To answer your question, my favourite dances are as follows, with definitions:</p>

<ol>
    <li>Polynesian chicken dance</li>
    <dl>A little known but <i>very</i> influential dance dating back as far as 300BC, a whole village would dance around in a circle like chickens, to encourage their livestock to be "fruitful".</dl>
    <li>Icelandic brownian shuffle</li>
    <dl>Before the Icelanders developed fire as a means of getting warm, they used to practice this dance, which involved huddling close together in a circle on the floor, and shuffling their bodies around in imperceptibly tiny, very rapid movements. One of my fellow students used to say that he thought this dance inspired modern styles such as Twerking.</dl>
    <li>Arctic robot dance</li>
    <dl>An interesting example of historic misinformation, English explorers in the 1960s believed to have discovered a new dance style characterized by "robotic", stilted movements, being practiced by inhabitants of Northern Alaska and Canada. Later on however it was discovered that they were just moving like this because they were really cold.</dl>
</ol>

<p>For more of my research, see my exotic dance research page.</p>

<p>Yours sincerely,<br>
    Dr Eleanor Gaye</p>

<p>University of Awesome motto: 
    <cite>"Be awesome to each other." -- The memoirs of Bill S Preston, Esq</cite>
</p>

<!doctype html>

Response Letter Dr. Eleanor Gaye
Awesome Science faculty
University of Awesome
Bobtown, CA 99999, USA
Tel: 123-456-7890
Email: no_reply@example.com

20 January 2016

Miss Eileen Dover
4321 Cliff Top Edge
Dover, CT9 XXX UK
<h1>Re: Eileen Dover university application</h1>

<p>Dear Eileen,</p>

<p>Thank you for your recent application to join us at the University of Awesome's science faculty to study as part of your <abbr title="Doctor of Philosophy">PhD</abbr> next year. I will answer your questions one by one, in the following sections.</p>

<h2>Starting dates</h2>

<p>We are happy to accommodate you starting your study with us at any time, however it would suit us better if you could start at the beginning of a semester; the start dates for each one are as follows:</p>

<ul>
    <li>First semester: 9 September 2016</li>
    <li>Second semester: 15 January 2017</li>
    <li>Third semester: 2 May 2017</li>
</ul>

<p>Please let me know if this is ok, and if so which start date you would prefer.</p>

<p>You can find more information about <a href="http://example.com">important university dates</a> on our website.</p>


<h2>Subjects of study</h2>

<p>At the Awesome Science Faculty, we have a pretty open-minded research facility — as long as the subjects fall somewhere in the realm of science and technology. You seem like an intelligent, dedicated researcher, and just the kind of person we'd like to have on our team. Saying that, of the ideas you submitted we were most intrigued by are as follows, in order of priority:</p>

<ol>
    <li>Turning H<sub>2</sub>O into wine, and the health benefits of Resveratrol (C<sub>14</sub>H<sub>12</sub>O<sub>3</sub>.)</li>
    <li>Measuring the effect on performance of funk bassplayers at temperatures exceeding 30°C (86°F), when the audience size exponentially increases (effect of 3 × 10<sup>3</sup> increasing to 3 × 10<sup>4</sup>.)</li>
    <li><abbr title="HyperText Markup Language">HTML</abbr> and <abbr title="Cascading Style Sheet">CSS</abbr> constructs for representing musical scores.</li>
</ol>

<p>So please can you provide more information on each of these subjects, including how long you'd expect the research to take, required staff and other resources, and anything else you think we'd need to know? Thanks.</p>


<h2>Exotic dance moves</h2>

<p>Yes, you are right! As part of my post-doctorate work, I <i>did</i> study exotic tribal dances. To answer your question, my favourite dances are as follows, with definitions:</p>

<ol>
    <li>Polynesian chicken dance</li>
    <dl>A little known but <i>very</i> influential dance dating back as far as 300BC, a whole village would dance around in a circle like chickens, to encourage their livestock to be "fruitful".</dl>
    <li>Icelandic brownian shuffle</li>
    <dl>Before the Icelanders developed fire as a means of getting warm, they used to practice this dance, which involved huddling close together in a circle on the floor, and shuffling their bodies around in imperceptibly tiny, very rapid movements. One of my fellow students used to say that he thought this dance inspired modern styles such as Twerking.</dl>
    <li>Arctic robot dance</li>
    <dl>An interesting example of historic misinformation, English explorers in the 1960s believed to have discovered a new dance style characterized by "robotic", stilted movements, being practiced by inhabitants of Northern Alaska and Canada. Later on however it was discovered that they were just moving like this because they were really cold.</dl>
</ol>

<p>For more of my research, see my exotic dance research page.</p>

<p>Yours sincerely,<br>
    Dr Eleanor Gaye</p>

<p>University of Awesome motto: 
    <cite>"Be awesome to each other." -- The memoirs of Bill S Preston, Esq</cite>
</p>

<!doctype html>

Response Letter Dr. Eleanor Gaye
Awesome Science faculty
University of Awesome
Bobtown, CA 99999, USA
Tel: 123-456-7890
Email: no_reply@example.com

20 January 2016

Miss Eileen Dover
4321 Cliff Top Edge
Dover, CT9 XXX UK
<h1>Re: Eileen Dover university application</h1>

<p>Dear Eileen,</p>

<p>Thank you for your recent application to join us at the University of Awesome's science faculty to study as part of your <abbr title="Doctor of Philosophy">PhD</abbr> next year. I will answer your questions one by one, in the following sections.</p>

<h2>Starting dates</h2>

<p>We are happy to accommodate you starting your study with us at any time, however it would suit us better if you could start at the beginning of a semester; the start dates for each one are as follows:</p>

<ul>
    <li>First semester: 9 September 2016</li>
    <li>Second semester: 15 January 2017</li>
    <li>Third semester: 2 May 2017</li>
</ul>

<p>Please let me know if this is ok, and if so which start date you would prefer.</p>

<p>You can find more information about <a href="http://example.com">important university dates</a> on our website.</p>


<h2>Subjects of study</h2>

<p>At the Awesome Science Faculty, we have a pretty open-minded research facility — as long as the subjects fall somewhere in the realm of science and technology. You seem like an intelligent, dedicated researcher, and just the kind of person we'd like to have on our team. Saying that, of the ideas you submitted we were most intrigued by are as follows, in order of priority:</p>

<ol>
    <li>Turning H<sub>2</sub>O into wine, and the health benefits of Resveratrol (C<sub>14</sub>H<sub>12</sub>O<sub>3</sub>.)</li>
    <li>Measuring the effect on performance of funk bassplayers at temperatures exceeding 30°C (86°F), when the audience size exponentially increases (effect of 3 × 10<sup>3</sup> increasing to 3 × 10<sup>4</sup>.)</li>
    <li><abbr title="HyperText Markup Language">HTML</abbr> and <abbr title="Cascading Style Sheet">CSS</abbr> constructs for representing musical scores.</li>
</ol>

<p>So please can you provide more information on each of these subjects, including how long you'd expect the research to take, required staff and other resources, and anything else you think we'd need to know? Thanks.</p>


<h2>Exotic dance moves</h2>

<p>Yes, you are right! As part of my post-doctorate work, I <i>did</i> study exotic tribal dances. To answer your question, my favourite dances are as follows, with definitions:</p>

<ol>
    <li>Polynesian chicken dance</li>
    <dl>A little known but <i>very</i> influential dance dating back as far as 300BC, a whole village would dance around in a circle like chickens, to encourage their livestock to be "fruitful".</dl>
    <li>Icelandic brownian shuffle</li>
    <dl>Before the Icelanders developed fire as a means of getting warm, they used to practice this dance, which involved huddling close together in a circle on the floor, and shuffling their bodies around in imperceptibly tiny, very rapid movements. One of my fellow students used to say that he thought this dance inspired modern styles such as Twerking.</dl>
    <li>Arctic robot dance</li>
    <dl>An interesting example of historic misinformation, English explorers in the 1960s believed to have discovered a new dance style characterized by "robotic", stilted movements, being practiced by inhabitants of Northern Alaska and Canada. Later on however it was discovered that they were just moving like this because they were really cold.</dl>
</ol>

<p>For more of my research, see my exotic dance research page.</p>

<p>Yours sincerely,<br>
    Dr Eleanor Gaye</p>

<p>University of Awesome motto: 
    <cite>"Be awesome to each other." -- The memoirs of Bill S Preston, Esq</cite>
</p>

Ok, i am sorry for all the confusion. i was trying to get al the HTML code to actually display correctly in my reply. but i can’t figure out why its not showing properly. Any way, i think this is the final version.

Let me know if i need to made any mistakes. And again thanks in advance for the help/support.