Java Script Statement / জাভা স্ক্রীপ্ট Statement ~~Hedaet Forum~~


Email: Password: Forgot Password?   Sign up
Are you Ads here? conduct: +8801913 364186

Forum Home >>> Java Script >>> Java Script Statement / জাভা স্ক্রীপ্ট Statement

Tamanna
Modarator Team
Total Post: 7639

From:
Registered: 2011-12-11
 

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>