<html>
<body>
<script type="text/javascript">
document.write("Euler's number: " + Math.E);
</script>
</body>
</html>