JavaScript tutorials for beignners 0

What are JavaScript Comments?

JavaScript Comments :These are side information added to each code so that they convey the right message about the code identification especially to readers enhancing the overall process of coding...

Step by step Bootstrap 3 tutorials 0

Using Lists Group in Bootstrap 4 with Example

In Web Layouts, lists are commonly used all around to give desired design effects for viewers. In Bootstrap 4 all the basic three types of listings are allowed i.e. 1....

Magento Step by Step tutorials 0

How to Add Category Image in Magento?

Each and every category for your Magento E-Commerce store must have specific image to let the viewers know more about the category itself. More-ever this will also help you to...

Php tutorials for beginners with example 0

strip_tags – PHP String Functions

Syntax : strip_tags ( string, allowable_tags); Description : strip_tags() function will Strip HTML and PHP tags from a string. Note : HTML comments and PHP tags are also stripped. This is...