Showing posts from September, 2022
Transition in css

Transition in css

Transition in css  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset…

Read Now
Shuffle decks in javascript

Shuffle decks in javascript

Shuffle decks in javascript  <script> function createCardsforShuffle(){ const suits = ["Spades", "…

Read Now
Animation in css practice

Animation in css practice

Animation in css practice animation property in css   <! DOCTYPE html > < html lang = "en" > &l…

Read Now
Find the Length of the string

Find the Length of the string

Find the Length of the string strlen function find the string length in php  <?php // Find the length of the string …

Read Now
Reverse the php string

Reverse the php string

Reverse the php string  strrev function reverse te string <?php // reverse string in the php $s1 = "My first PH…

Read Now
random number guess in javascript

random number guess in javascript

random number guess in javascript < script >             function guessExample (){                 const n1 =…

Read Now
abcd alphabet print in php

abcd alphabet print in php

abcd alphabet print in php <?php     $vishal = range ( 'A' , 'Z' );       for ( $i = 0 ; $i < …

Read Now
Variables in css

Variables in css

Variables in css custome properties in css local and global variables in css <! DOCTYPE html > < html lang…

Read Now
Check positive number or not in php

Check positive number or not in php

<?php $number = 2; if($number < 0){ echo "Given number is positive" .$number; }elseif($number== 0){ ec…

Read Now
Load More That is All