Category: Html (Page 4 of 6)

Create rainbow color text using css html

Last updated on December 15th, 2022 at 08:24 amThis is a quick tutorial to make rainbow color text using simple HTML / CSS. Here I have a text which says “HAPPY NEWYEAR 2023” . Each character of that text has a Class associated with it. Now going to the Style section as you can see […]

Animated Santa Claus Using Javascript This Christmas

Last updated on October 22nd, 2024 at 07:35 amA very interesting script for all my visitors and a Christmas gift from MistoOnline. An animated Santa Claus that dance along your web page. This is very simple script, no complex code added. All you have to do is copy paste the below HTML & JS code […]

How to create a calculator using JavaScript

Last updated on March 12th, 2023 at 08:04 amHere we are going to create a stylish Calculator using simple JavaScript functions which performs basic arithmetic operations like Addition, Subtraction, Division, Multiplication and Percentage(bonus). We are using CSS to give it a beautiful look and feel. Structure Calculator In this step we will write some basic […]

How to calculate page load time using javascript

Last updated on February 11th, 2022 at 02:37 pmMeasuring web page load time has become very easy with the use of simple Javascript. Display time in milliseconds or seconds. Looking at the script one can see that there is a variable with the name startime where the current time gets loaded. Please take a look […]

« Older posts Newer posts »