Showing posts from August, 2022

Selctors in css

<! DOCTYPE html > < html lang =" en "> < head >     < meta charset =" UTF-8 &q…

Read Now
media queris in css

media queris in css

media queris in css  responsive design in css   <! DOCTYPE html > < html lang =" en "> < hea…

Read Now
while loop in php

while loop in php

<?php $i =1; while($i < 50){ echo $i ."<br>"; $i++; } ?>  result incremnt by 3 <?php $i =1…

Read Now
check armsstrong number or not

check armsstrong number or not

<?php $n1 =371; $n2 = (3*3*3)+(7*7*7)+(1*1*1); if($n2 == $n1){ echo $n1 ." a armsstrong number"; }else{ e…

Read Now
Load More That is All