How to copy the content of a div into another div using jquery?

In this post, we will show you how to copy the content of a div into another div using jQuery.

How to change the style of alert box using css?

In this article, we will design the alert box. To design the alert box we need jQuery then by using the only CSS we can do that.

How to create a 3D text effect using html and css?

The 3D text effect is one of the most used text effects in the web design world. Today we will be looking at one of the simplest and easy methods to create our text in a 3D look.

How to create liquid filling effect on text using HTML and CSS ?

The liquid fill text animation can be done using CSS | ::before selector. We will use key frames to set height for each frame of animation. Please make sure you know about both CSS | ::before selector and CSS | @keyframes Rule before try this code.

How to remove html tags from a string in php?

This example is focused on how to remove html tags from a string in php. You can removes HTML tags using strip_tags() method.