"Marking up a letter" assessment

Hiya! Thanks for the feedback.

No, Eleanor Gaye. It is supposed to be the author of the content. I’ve updated the marking guide to be less confusing.

They wrote the letter, but they didn’t write the page itself. We (the developer) did. See https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Advanced_text_formatting#Marking_up_contact_details. Again, I’ve explained this in the updated marking guide.

Cool, thanks!

Crap, you are right :wink: I’ve updated it to “sender-column” in all places.

Yes, except that we don’t have a webpage to point to here. So we just use the former.

OK, done. I’ve also updated the text to get rid of any worries about mathematical wrongness.

Yup, I think this is a good idea. Done.

Thanks for the useful feedback!

1 Like

Hi, I completed the "Marking up a letter" project and I would love to hear your feedback.

<head>

<title>Letter</title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta charset="utf-8">
<meta name="author" content="Dr. Eleanor Gaye">
</head>

<body>

<div class="sender-column"><strong>Dr. Eleanor Gaye</strong><br>
Awesome Science faculty<br>
<p>University of Awesome<br>
Bobtown, CA 99999,<br>
USA</p><br>
<strong>Tel: 123-456-7890</strong><br>
<strong>Email: no_reply@example.com</strong></div>

<p class="sender-column"><time datetime="2016-01-20">20 January 2016</time></p>

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


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

<p><strong>Dear</strong> Eileen,<br>

<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 accomodate you starting your study with us at any time, however it would suit us better if you could start at the <em>beginning</em> of a semester; the start dates for each one are as follows:</p>

<ul>    
    <li>First semester: <time datetime="2016-09-09">9 September 2016</time></li>
    <li>Second semester: <time datetime="2017-01-15">15 January 2017</time></li>
    <li>Third semester: <time datetime="2017-04-02">2 May 2017</time></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 important university dates on our <a href="http://www.example.com" title="Website Link">website</a>.</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 <abbr title="Dihydrogen Monoxide">H<sup>2</sup>O</abbr> into wine, and the health benefits of Resveratrol (C<sub>14</sub>H<sub>12</sub>O<sub>3</sub>.)
<li>Measuring the effect on performance of funk bassplayers at temperatures exceeding 30&deg;C (86&deg;F), when the audience size exponentially increases (effect of 3&times;10<sup>3</sup>increasing to 3&times;10<sup>4</sup>.)</li>
<li><abbr title="Hyper Text Markup Language">HTML</abbr> and <abbr title="Cascading Style Sheets">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 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 or 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 imperceptably 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 characterised 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 dance <a href="http://www.example.com" title="Website Link">research page</a>.</p>

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

    <q cite="http://www.example.com">University of Awesome motto: "Be awesome to each other." -- Bill S Preston </q><abbr title="Esquire">Esq</abbr>

</body>

Hi Marios!

I’ve looked over your work, and it looks really good. There are a few small differences to the final version on our repo, but nothing serious enough to be worth commenting on.

You can see our final version here:

See also the marking guide:

Hey Guys! Please check this code !!

Marking Up A Letter
<p class="sender-column"><abbr title="Doctrate"><b>Dr.</b></abbr><b> Eleanor Gaye</b><br>
Awesome Science faculty<br>
University of Awesome<br>
Bobtown, CA 99999,<br>
<abbr title="United States Of America">USA</abbr></p>
<p><strong>Tel</strong>: 123-456-7890<br>
<strong>Email</strong>: no_reply@example.com</p>

<time datetime="2016-01-20" class="sender-column">20 January 2016</time>
<p><b>Miss Eileen Dover</b><br>
4321 Cliff Top Edge<br>
Dover, CT9 XXX<br>
<abbr title="United Kingdom">UK</abbr></p>
<br>
<h1>Re: Eileen Dover university application</h1>

<p><strong>Dear Eileen,</strong></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="Doctorate 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 accomodate 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: <time datetime="2016-09-09">9 September 2016</time></li>
<li>Second semester: <time datetime="2017-01-15">15 January 2017</time></li>
<li>Third semester: <time datetime="2017-05-02">2 May 2017</time></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" title="Important dates">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>

<p>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>.)
Measuring the effect on performance of funk bassplayers at temperatures exceeding 30<sup>o</sup>C (86<sup>o</sup>F), when the audience size exponentially increases (effect of 3 x 10<sup>3</sup> increasing to 3 x 10<sup>4</sup>.)
HTML and CSS constructs for representing musical scores.</p>

<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>
<dl>
<dt>Polynesian chicken dance</dt>
<dd>A little known but very influential dance dating back as far as 300<abbr title="Before Criest">BC</abbr>, a whole village would dance around in a circle like chickens, to encourage their livestock or be <em>"fruitful"</em>.</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 imperceptably tiny, very rapid movements. One of my fellow students used to say that he thought this dance inspired modern styles such as <em>Twerking.</em></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 characterised by <em>"robotic"</em>, 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 <a href="research_paper.com" title="Research Paper">exotic dance research page</a>.</p>

<p>Yours sincerely,<br>
<abbr title="Doctrate">Dr.</abbr> Eleanor Gaye</p>
<br>
<p>University of Awesome motto:<cite>"Be awesome to each other."</cite>  -- Bill S Preston, <abbr title="Esquire">Esq</abbr></p>

Hi there @chirag7145 — your letter looks really good, well done! I’ve given it a brief glance, and the only thing I noticed is that you used a <b> element, when perhaps you meant to use <strong>?

You can also check your code against:

Thanks to help me! You are very nice!!

Rather than use <sup>o</sup>, I used &deg; notation…
Same to ‘incresing to’ expression that could be changed by &times;

Can you give me a feedback? Tks

<!DOCTYPE html>
<html lang="en-US">
    <head>
        <meta charset="UTF-8">
        <title>Letter</title>
        <link rel="stylesheet" href="styles/style.css">
    </head>
    <body>
        <header>
            <p class="sender-column">
                <strong>Dr. Eleanor Gaye</strong><br>
                Awesome Science faculty<br>
                University of Awesome<br>
                Bobtown, CA 99999,<br>
                USA<br>
                <strong>Tel:</strong> 123-456-7890<br>
                <strong>Email:</strong> no_reply@example.com<br>
            </p>

           <p class="sender-column"><em><time datetime="2017-01-20">20 January 2016</time></em></p>

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


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

            <em>Dear Eileen,</em>

            <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 accomodate 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: <time datetime="2016-11-09">9 September 2016</time></li>
                <li>Second semester: <time datetime="2017-01-15">15 January 2017</time></li>
                <li>Third semester: <time datetime="2017-05-02">2 May 2017</time></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 important university dates on <a href="http://example.com">our website</a>.</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 <abbr title="Water">H<sub>2</sub>O</abbr> 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&deg;C (86&deg;>F), when the audience size exponentially increases (effect of 3 &times; 10<sup>3</sup> &gt; 3 &times; 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 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 300<abbr title="Before Christ">BC</abbr>, a whole village would dance around in a circle like chickens, to encourage their livestock or 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 imperceptably 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 characterised 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 dance <a href="http://example.com">research page</a>.</p>

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

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

        </main>
        <footer>

        </footer>
    </body>
</html>

This is also a great solution, yes.

Your work also looks great - well done!

Again, check your work against our version:

You can also check your code against:

Awesome science application correspondance

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

         <p class="sender-column"><time datetime="2016-01-20">20 January 2016</time>
		 </p>
		
        <p>
         <strong>Miss Eileen Dover</strong><br>
          4321 Cliff Top Edge<br>
          Dover, CT9 XXX<br>
          UK<br>
        </p>
        <h1><strong>Re: Eileen Dover university application</strong></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 accomodate 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: <time datetime="2016-09-09">9 September 2016</time></li>
            <li>Second semester: <time datetime="2017-01-15">15 January 2017</time></li>
            <li>Third semester: <time datetime="2017-05-02">2 May 2017</time></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="index.html">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<sup>o</sup>C (86<sup>o</sup>F), when the audience size exponentially increases (effect of 3 &times; 10<sup>3</sup> &gt; 3 &times; 10<sup>4</sup>.)</li>
            <li><abbr title="Hyperd Text 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 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 <em>very</em> influential dance dating back as far as 300<abbr title="Before Christ">BC</abbr>, a whole village would dance around in a circle like chickens, to encourage their livestock or 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 imperceptably 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 characterised 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 <a href="http://example.com" target="_blank"
			title="exotic dance research page">exotic dance research page</a>.</p>
		
		<p>Yours sincerely,</p>
		
		<p>Dr Eleanor Gaye</p>
		
        <p>University of Awesome motto: <q>Be awesome to each other.</q> -- <cite>Bill S Preston, <abbr title="Esquire">Esq</abbr></cite></p>
    </body>

Hi there,

I’ve had a look through this, and it looks pretty good, apart from a few minor issues like typos.

Again, check your work against our version for more detailed feedback:

Hey i just completed the “Marking up a letter” assessment
any feedback would be appreciated thx

here the code in github https://github.com/baconhair/htm/tree/master

Hi there @jsfan!

Your work on this looks pretty good, although there are a few bits missing, like <time> elements for marking up the dates.

Check your work against our version for more detailed feedback:

Hi just complete this assessment please review this. i wrote this with the help of HTML only because till I did not know CSS so please if any mistake or suggestion to improve my code
here the code :

LETTER body { page-break-before: avoid; width:50%; height:50%; -webkit-transform: rotate(-90deg) scale(.68,.68); -moz-transform:rotate(-90deg) scale(.58,.58); zoom: 200% }


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
Re: Eileen Dover university application

<br >
Dear Eileen,

<br >
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.

Starting dates

We are happy to accomodate 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:
  • First semester: 9 September 2016
  • Second semester: 15 January 2017
  • Third semester: 2 May 2017

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

You can find more information about important university dates on our website.

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:

  1. Turning H2O into wine, and the health benefits of Resveratrol (C14H12O3.)
  2. Measuring the effect on performance of funk bassplayers at temperatures exceeding 30oC (86oF), when the audience size exponentially increases (effect of 3 x 103 increasing to 3 x 104.)
  3. HTML and CSS constructs for representing musical scores.

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.

Exotic dance moves

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:

Polynesian chicken dance
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 or be "fruitful".
Icelandic brownian shuffle
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 imperceptably tiny, very rapid movements. One of my fellow students used to say that he thought this dance inspired modern styles such as Twerking.
Arctic robot dance
An interesting example of historic misinformation, English explorers in the 1960s believed to have discovered a new dance style characterised 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.

For more of my research, see my exotic dance research page.

Yours sincerely,

Dr Eleanor Gaye

University of Awesome motto:"Be awesome to each other." -- Bill S Preston, Esq

how can i add my code please help. because when i try to add it’s convert into web page .
as shown in above comment .

Hello!

Just completed the “Marking up a letter” assessment.
Would love some feedback or marking guidance.
Already debugged using the W3C HTML validator.
:slight_smile:

<!DOCTYPE html>
<html lang="en">
	<head>
		<title>letter</title>
		<link rel="stylesheet" type="text/css" href="style.css">
		<meta charset="utf-8">
		<meta name="author" content="Clemente del Río">
	</head>
	<body>
		<p class="sender-column">
		<strong>Dr. Eleanor Gaye</strong><br>
		Awesome Science faculty<br>
		University of Awesome<br>
		Bobtown, CA 99999,<br>
		USA<br>
		<strong>Tel</strong>: 123-456-7890<br>
		<strong>Email</strong>: no_reply@example.com<br><br>
		
		<time datetime="2016-01-20">20 January 2016</time>
		</p>
 

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


		<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 accomodate 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: <time datetime="2016-09-09">9 September 2016</time></li>
			<li>Second semester: <time datetime="2017-01-15">15 January 2017</time></li>
			<li>Third semester: <time datetime="2017-05-02">2 May 2017</time></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 title="important dates" 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 <abbr title="water">H<sub>2</sub>O</abbr> into <strong>wine</strong>, 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&deg;C (86&deg;F), when the audience size exponentially increases (effect of 3 &times; 10<sup>3</sup> increasing to 3 &times; 10<sup>4</sup>.)</li>
		<li><abbr title="hyper text markup language">HTML</abbr> and <abbr title="cascading style sheets">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 did study <strong>exotic tribal dances</strong>. 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 <abbr title="year 300 before Christ">300BC</abbr>, a whole village would dance around in a circle like chickens, to encourage their livestock or 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 imperceptably 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 characterised 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 <a title="exotic dance" href="http://example.com.">exotic dance research page</a>.
		</p>

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

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

select your code and press the “preformated text” button on your message editor

2 Likes

Just finished the Marking up a letter Assessment
Debugged it with the W3C HTML validator
Would love some marking guidance
:slight_smile:

<!DOCTYPE html>
<html lang="en">
	<head>
		<title>letter</title>
		<link rel="stylesheet" type="text/css" href="style.css">
		<meta charset="utf-8">
		<meta name="author" content="Clemente del Río">
	</head>
	<body>
		<p class="sender-column">
		<strong>Dr. Eleanor Gaye</strong><br>
		Awesome Science faculty<br>
		University of Awesome<br>
		Bobtown, CA 99999,<br>
		USA<br>
		<strong>Tel</strong>: 123-456-7890<br>
		<strong>Email</strong>: no_reply@example.com<br><br>
		
		<time datetime="2016-01-20">20 January 2016</time>
		</p>
 

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


		<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 accomodate 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: <time datetime="2016-09-09">9 September 2016</time></li>
			<li>Second semester: <time datetime="2017-01-15">15 January 2017</time></li>
			<li>Third semester: <time datetime="2017-05-02">2 May 2017</time></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 title="important dates" 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 <abbr title="water">H<sub>2</sub>O</abbr> into <strong>wine</strong>, 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&deg;C (86&deg;F), when the audience size exponentially increases (effect of 3 &times; 10<sup>3</sup> increasing to 3 &times; 10<sup>4</sup>.)</li>
		<li><abbr title="hyper text markup language">HTML</abbr> and <abbr title="cascading style sheets">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 did study <strong>exotic tribal dances</strong>. 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 <abbr title="year 300 before Christ">300BC</abbr>, a whole village would dance around in a circle like chickens, to encourage their livestock or 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 imperceptably 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 characterised 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 <a title="exotic dance" href="http://example.com.">exotic dance research page</a>.
		</p>

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

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