1
1
<div class =" text" >
2
- <p ><a href =" #" >This is a text link</a ></p >
2
+ <p ><a href =" #" >This is a text link</a >. </p >
3
3
4
- <p ><strong >Strong is used to indicate strong importance</strong ></p >
4
+ <p ><strong >Strong is used to indicate strong importance</strong >. </p >
5
5
6
- <p ><em >This text has added emphasis</em ></p >
6
+ <p ><em >This text has added emphasis</em >. </p >
7
7
8
- <p >The <b >b element</b > is stylistically different text from normal text, without any special importance</p >
8
+ <p >The <b >b element</b > is stylistically different text from normal text, without any special importance. </p >
9
9
10
- <p >The <i >i element</i > is text that is set off from the normal text</p >
10
+ <p >The <i >i element</i > is text that is set off from the normal text. </p >
11
11
12
- <p >The <u >u element</u > is text with an unarticulated, though explicitly rendered, non-textual annotation</p >
12
+ <p >The <u >u element</u > is text with an unarticulated, though explicitly rendered, non-textual annotation. </p >
13
13
14
- <p ><del >This text is deleted</del > and <ins >This text is inserted</ins ></p >
14
+ <p ><del >This text is deleted</del > and <ins >This text is inserted</ins >. </p >
15
15
16
- <p ><s >This text has a strikethrough</s ></p >
16
+ <p ><s >This text has a strikethrough</s >. </p >
17
17
18
- <p >Superscript<sup >®</sup ></p >
18
+ <p >Superscript<sup >®</sup >. </p >
19
19
20
- <p >Subscript for things like H<sub >2</sub >O</p >
20
+ <p >Subscript for things like H<sub >2</sub >O. </p >
21
21
22
- <p ><small >This small text is small for for fine print, etc.</small ></p >
22
+ <p ><small >This small text is small for for fine print, etc.</small >. </p >
23
23
24
- <p >Abbreviation: <abbr title =" HyperText Markup Language" >HTML</abbr ></p >
24
+ <p >Abbreviation: <abbr title =" HyperText Markup Language" >HTML</abbr >. </p >
25
25
26
- <p >Keybord input: <kbd >Cmd</kbd ></p >
26
+ <p >Keyboard input: <kbd >Cmd</kbd >. </p >
27
27
28
- <p ><q cite =" https://developer.mozilla.org/en-US/docs/HTML/Element/q" >This text is a short inline quotation</q ></p >
28
+ <p ><q cite =" https://developer.mozilla.org/en-US/docs/HTML/Element/q" >This text is a short inline quotation</q >. </p >
29
29
30
30
<p ><cite >This is a citation</cite >
31
31
32
32
</p ><p >The <dfn >dfn element</dfn > indicates a definition.</p >
33
33
34
- <p >The <mark >mark element</mark > indicates a highlight</p >
34
+ <p >The <mark >mark element</mark > indicates a highlight. </p >
35
35
36
36
<p ><code >This is what inline code looks like.</code ></p >
37
37
38
- <p ><samp >This is sample output from a computer program</samp ></p >
38
+ <p ><samp >This is sample output from a computer program</samp >. </p >
39
39
40
- <p >The <var >variarble element</var >, such as <var >x</var > = <var >y</var ></p >
41
- </div ><!-- end .text-->
40
+ <p >The <var >variable element</var >, such as <var >x</var > = <var >y</var >. </p >
41
+ </div ><!-- end .text-->
0 commit comments