Hello. I have just made the exercise on marking up a letter. I would like to receive assesment and correction on making it better.
Thank you.

<!doctype html>

<title>Letter</title>

Mr Timothy
Faculty of the main
University of Toronto
Road 999
Tel: 070 9175 889
Email: izzatwari@gmail.com


Mr Don
Main C
Road 999
Nottingham, UK


Application to have a meeting in the afternoon

Dear Sally

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum

<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.<br>
You can find more information about <a href="https://example.com" title="University of Chicago"> university dates</a> on our website.</p>

Subjects of study

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

<ol>
  <li> Turning H<sub>2</sub>0 into wine, and the health benefits of Resceratrol (C<sub>14</sub>H<sub>12</sub>0<sub>3</sub>)</li>
  <li> Measuring the effect on performance of funk bassplayers at temperatures exceeding 30<sup>o</sup>C(86<sup>o</sup>F), when the audience exponentially increases (effect of 3 x 10<sup>3</sup> increasing to 3 x 10 <sup>4</sup>.</li>
  <li> HTML and CSS constructs for representing musical score.</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>

<h4>Exotic dance moves</h4>
<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>

   <dl>
    <dt>Polynesian chicken dance</dt>
    <dd>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".</dd>

      <dt>Icelandic brownian shuffle</dt>
      <dd>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.</dd>
        
        <dt>Arctic robot dance</dt>
        <dd>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.</dd>
      
        </dl>
      <p>
        For more of my research, see my exotic <a href="https://example.com" title="Dance research">dance research page.</a>
      </p>
      <p>Yours sincerely,<br>
      Dr Elanor Gaye<br>
    University of Chichago motto: <i>"Be awesome to each other." -- The memoirs of Bill S Preston, Esq</i></p>

.right-address {
text-align: right;
}