Untitled diff
2 removals
Lines | |
---|---|
Total | 3 |
Removed | -33.3%1 |
Words | |
Total | 13 |
Removed | -38.5%5 |
3 lines
2 additions
Lines | |
---|---|
Total | 3 |
Added | +33.3%1 |
Words | |
Total | 13 |
Added | +38.5%5 |
3 lines
myTitle = "abc '' def";
myTitle = "abc '' def";
document.write("<img title='" + myTitle + "' src='https://www.google.de/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png' />")
document.write('<img title="' + myTitle + '" src="https://www.google.de/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" />')