CopyPastor

Detecting plagiarism made easy.

Score: 1.9884216758399322; Reported for: String similarity, Exact paragraph match Open both answers

Possible Plagiarism

Plagiarized on 2025-01-24
by spam

Original Post

Original - Posted on 2017-04-03
by anonymous



            
Present in both answers; Present only in the new answer; Present only in the old answer;





<!-- begin snippet: js hide: false console: false babel: null babelPresetReact: false babelPresetTS: false -->
<!-- language: lang-html -->
<!DOCTYPE html> <html> <head> <title>Test</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript"> function codeAddress() { alert('ok'); } </script> </head> <body onload="codeAddress();"> </body> </html>
<!-- end snippet -->





<!-- begin snippet: js hide: false console: false babel: false -->
<!-- language: lang-html -->
<!DOCTYPE html> <html> <head> <title>Test</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript"> function codeAddress() { alert('ok'); } window.onload = codeAddress; </script> </head> <body> </body> </html>
<!-- end snippet -->

        
Present in both answers; Present only in the new answer; Present only in the old answer;