11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
22< html >
3- < body >
4- < crap style ="color: red "/>
5- < v:shape style ="color: blue " />
6- < div >
7- Single whitespace in seperate< span > </ span > element
8- </ div >
9- < div >
10- Multiple whitespaces in seperate< span > </ span > element
11- using &nbsp;
12- </ div >
13- < hr />
14- TOP
15- < div style ="background-color: yellow ">
16- < div style ="margin: 10%; background-color: gainsboro ">
17- there are margin with percentage
18- </ div >
3+ < body >
4+ < crap style ="color: red " />
5+ < v:shape style ="color: blue " />
6+ < div >
7+ Single whitespace in seperate< span > </ span > element
8+ </ div >
9+ < div >
10+ Multiple whitespaces in seperate< span > </ span > element
11+ using &nbsp;
12+ </ div >
13+ < hr />
14+ TOP
15+ < div style ="background-color: yellow ">
16+ < div style ="margin: 10%; background-color: gainsboro ">
17+ there are margin with percentage
1918 </ div >
20- BOTTOM
21- < hr />
22- < body >
23- < div style ="text-decoration: line-through ">
24- < span > Line through : Text Text Text Text</ span >
25- </ div >
26- </ body >
27- < hr />
28- < div >
29- Text < span style ="display: inline-block; height: 16px; width: 26px; background-color: red; "> </ span > END
30- </ div >
31- < hr />
32- < div >
33- &#37;
34- < b />
35- < p > < a href ="mailto:this-is-a-test@example.com "> this-is-a-test@example.com</ a > </ p >
36- </ div >
37- < hr />
38- < div >
39- R< sup > 1</ sup > H< sub > 2</ sub > O
19+ </ div >
20+ BOTTOM
21+ < hr />
22+ < body >
23+ < div style ="text-decoration: line-through ">
24+ < span > Line through : Text Text Text Text</ span >
4025 </ div >
4126 </ body >
27+ < hr />
28+ < div >
29+ Text < span style ="display: inline-block; height: 16px; width: 26px; background-color: red; "> </ span > END
30+ </ div >
31+ < hr />
32+ < div style ="text-align:center ">
33+ < span style ="background-color: red; width: 70px; "> text 1</ span > , < span style ="width: 80px; "> text 2</ span > , < span style ="background-color: green; width: 70px; "> text 3</ span >
34+ </ div >
35+ < hr />
36+ < div >
37+ &#37;
38+ < b />
39+ < p > < a href ="mailto:this-is-a-test@example.com "> this-is-a-test@example.com</ a > </ p >
40+ </ div >
41+ < hr />
42+ < div >
43+ R< sup > 1</ sup > H< sub > 2</ sub > O
44+ </ div >
45+ </ body >
4246</ html >
0 commit comments