JavaScript
code (or just JavaScript) is a sequence of JavaScript statements. Each statement is executed by the browser in the sequence it is written.
<html>
<body>
<script type="text/javascript">
document.write("<h1>This is a
heading</h1>");
document.write("<p>This is a
paragraph.</p>");
document.write("<p>This is another
paragraph.</p>");
</script>
</body>
</html>
This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
0 comments:
Post a Comment