<head> <meta charset="utf-8"> </head> <body> <script> if(1>0.5) { alert("верно!");} else { alert("не верно!");} </script> </body>