OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=n
o"> | 4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=n
o"> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 | 7 |
8 <!-- Correct handling of • and --> | 8 <!-- Correct handling of • and --> |
9 <p>Lincoln Park | 100 34th <span id="test1">Avenue</span> • San Francisco,
CA 94121 | 415.750.3600</p> | 9 <p>Lincoln Park | 100 34th <span id="test1">Avenue</span> • San Francisco,
CA 94121 | 415.750.3600</p> |
10 <p>Lincoln Park | 100 34th Avenue San <span id="test2">Francisco</span>,
CA 94121 | 415.750.3600</p> | 10 <p>Lincoln Park | 100 34th Avenue San <span id="test2">Francisco</span>,
CA 94121 | 415.750.3600</p> |
11 | 11 |
12 </body> | 12 </body> |
13 </html> | 13 </html> |
OLD | NEW |