Calculate the area of rectrangle using program
<?php $length = 5; $width = 10; $rectrangle_area = $length * $width; echo $rectrangle_area; ?>
<?php $length = 5; $width = 10; $rectrangle_area = $length * $width; echo $rectrangle_area; ?>
<! DOCTYPE html > < html lang =" en "> < head > < meta charset =" UTF-8 &q…
media queris in css responsive design in css <! DOCTYPE html > < html lang =" en "> < hea…
<?php $months = array('jan', 'feb', 'march', 'april', 'may','jun',&…
<script> var number = parseInt(prompt("Enter the number which you multiple and create table")); var ra…
<script> var number = parseInt(prompt("Enter the number which you multiple and create table")); for(le…
<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8&qu…
<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8&qu…
<! DOCTYPE html > < html lang =" en "> < head > < meta charset =" UTF-8 &q…
<! DOCTYPE html > < html lang =" en "> < head > < meta charset =" UTF-8 &q…
create calculator usingf programming <!DOCTYPE html> <html> <body> <h2>My First JavaScript<…
<?php function fnnumber($num){ if($num <1){ return; } return fnnumber($num - 1) + ($num - 1) ; }…
<!DOCTYPE html> <html> <body> <?php $i = 1235321; $n1 = strrev($i); if($i == $n1){ echo "num…
for($i=1;$i<=50;$i++){ echo $i."<br>"; }
<?php $i =1; while($i < 50){ echo $i ."<br>"; $i++; } ?> result incremnt by 3 <?php $i =1…
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <…
<! DOCTYPE html > < html lang =" en "> < head > < meta charset =" UTF-8 &q…
earnings at risk – you need to fix some ads.txt file issues to avoid severe impact to your revenue. When you link to y…
<?php $n1 =371; $n2 = (3*3*3)+(7*7*7)+(1*1*1); if($n2 == $n1){ echo $n1 ." a armsstrong number"; }else{ e…
check Enter number positive or negative in javascript <script> const number = prompt("enter the number&qu…
convert the black to white and white to black convert image in css you can use the invert function in the css filt…
Gym landing page in css , html preview <! DOCTYPE html > < html > < head > < meta charset …