Skip to content

Tag Archives: Web-Programs

The mkdir() function is used to create directory in PHP. It is an inbuilt function in PHP. The mkdir() function creates a new directory with… Read More
Bootstrap has many facility of classes to easily style elements in HTML. It includes various responsive padding and margin classes for modification of the appearance… Read More
The Bootstrap Media Objects like images or videos can be aligned to the left or to the right of some content in an easy and… Read More
rateYo:- rateYo is a jQuery plugin to create a star-rating widget that allows to fill the background color of the un-rated part of an SVG(scalable… Read More
Given a string concatenated with several new line character. The task is to split that string and store them into array such that strings are… Read More
It is known that HTML elements like div, paragraphs, texts etc. grows itself to fits the content of their child. But if the child of… Read More
In order to maintain the aspect ratio of a div with CSS create flexible elements that keep their aspect ratio (4:3, 16:9, etc.) when resize… Read More