Friday, June 3, 2011

JavaScript: Alert

example:
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
alert("Hello, i can code!");
</script>
<meta charset="UTF-8">
<title>JavaScript: Alert</title>
</head>
<body>
<h1>JavaScript: Alert</h1>


</body>
</html>


JavaScript: Alert

No comments:

Post a Comment