درباره قالب این سایت
درباره این قالب
درباره این قالب
درباره این قالب
نمونه کد html
<!DOCTYPE html>
<html>
<body>
<h1>My First JavaScript</h1>
<button type="button"
onclick="document.getElementById('demo').innerHTML = Date()">
Click me to display Date and Time.</button>
<p id="demo"></p>
</body>
</html>
نمونه کد php
<?php
$txt = "Hello world!";
$x = 5;
$y = 10.5;
echo $txt;
echo "<br>";
echo $x;
echo "<br>";
echo $y;
?>
میلاد نوری | 16 مرداد 1402 ساعت 05:34 | 0 نظر | 223 بازدید
ثبت نظر