Java Script Statement
Each Statement of - will write one line. If you want to write one line of the Statement, will be cloned cm., Such as:
<html>
<body>
<script type="text/javascript">
document.write ("<h1> This is a head line </ h1>");
document.write ("<p> This is a paragraph. </ p>");
document.write ("<p> This is another paragraph. </ p>");
</ script>
</ body>
</ html>
=========
জাভা স্ক্রীপ্ট Statement
প্রতিটি Statement এক-এক লাইনে লিখতে হবে। একাধিক Statement এক লাইনে লিখতে চাইলে, সেমি ক্লোন দিতে হবে।যেমন:
<html>
<body>
<script type="text/javascript">
document.write("<h1>This is a head line</h1>");
document.write("<p>This is a paragraph.</p>");
document.write("<p>This is another paragraph.</p>");
</script>
</body>
</html>
|