12 lines
229 B
JavaScript
12 lines
229 B
JavaScript
<html>
|
|
<head>
|
|
<title>A Simple Page - Happy Codings :-) JavaScript Code Examples</title>
|
|
<script language="JavaScript">
|
|
alert("A carriage return lies right\rin the middle of this line!");
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html>
|