You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: html/introduction-to-html/marking-up-a-letter-finished/index.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ <h1>Re: Eileen Dover university application</h1>
55
55
56
56
<p>Dear Eileen,</p>
57
57
58
-
<p>Thank you for your recent application to join us at the University of Awesome's science faculty to study as part of your <abbrtitle="Doctor of Philosophy">PhD</abbr> next year. I will answer your questions one by one, in the following sections.</p>
58
+
<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>PhD</abbr> (Doctor of Philosophy) next year. I will answer your questions one by one, in the following sections.</p>
59
59
60
60
<h2>Starting dates</h2>
61
61
@@ -78,7 +78,7 @@ <h2>Subjects of study</h2>
78
78
<ol>
79
79
<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>
80
80
<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>
81
-
<li><abbrtitle="HyperText Markup Language">HTML</abbr> and <abbrtitle="Cascading Style Sheets">CSS</abbr> constructs for representing musical scores.</li>
81
+
<li><abbr>HTML</abbr>, Hypertext Markup Language, and <abbr>CSS</abbr>, Cascading Style Sheets, constructs for representing musical scores.</li>
82
82
</ol>
83
83
84
84
<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>
@@ -89,20 +89,20 @@ <h2>Exotic dance moves</h2>
89
89
90
90
<dl>
91
91
<dt>Polynesian chicken dance</dt>
92
-
<dd>A little known but <em>very</em> influential dance dating back as far as 300<abbrtitle="Before Christ">BC</abbr>, a whole village would dance around in a circle like chickens, to encourage their livestock to be "fruitful".</dd>
92
+
<dd>A little known but <em>very</em> influential dance dating back as far as 300<abbr>BC</abbr>, a whole village would dance around in a circle like chickens, to encourage their livestock to be "fruitful".</dd>
93
93
<dt>Icelandic brownian shuffle</dt>
94
94
<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>
95
95
<dt>Arctic robot dance</dt>
96
96
<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>
97
97
</dl>
98
98
99
-
<p>For more of my research, see my <ahref="http://www.example.com" title="Dr Gaye's exotic dance research">exotic dance research page</a>.</p>
99
+
<p>For more of my research, see my <ahref="http://www.example.com" aria-label="Dr Gaye's exotic dance research">exotic dance research page</a>.</p>
100
100
101
101
<p>Yours sincerely,</p>
102
102
103
103
<p>Dr Eleanor Gaye</p>
104
104
105
105
106
-
<p>University of Awesome motto: <q>Be awesome to each other.</q> -- <cite>The memoirs of Bill S Preston, <abbrtitle="Esquire">Esq</abbr></cite></p>
106
+
<p>University of Awesome motto: <q>Be awesome to each other.</q> -- <cite>The memoirs of Bill S Preston, <abbr>Esq.</abbr></cite></p>
Copy file name to clipboardExpand all lines: html/introduction-to-html/tasks/advanced-text/marking.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,9 @@ The finished code should look like this:
30
30
31
31
<p>Let's start with a quote:</p>
32
32
33
-
<blockquote cite="https://developer.mozilla.org/en-US/docs/Learn/Accessibility"><p>By default, <abbr title="Hypertext Markup Language">HTML</abbr> is accessible, if used correctly.</p></blockquote>
33
+
<blockquote cite="https://developer.mozilla.org/en-US/docs/Learn/Accessibility"><p><abbr>HTML</abbr>, Hypertext Markup Language is by default accessible, if used correctly.</p></blockquote>
34
34
35
-
<p><abbr title="Cascading Style Sheets">CSS</abbr> can also be used to make web pages more, or less, accessible.</p>
35
+
<p><abbr>CSS</abbr>, Cascading Style Sheets, can also be used to make web pages more, or less, accessible.</p>
0 commit comments