Design a Ludo Board using HTML and CSS

The Ludo board is a square-shaped board with a cross-shaped pattern in the center, dividing it into four quadrants. Each quadrant has a starting area, a home area, and a path connecting... Read more »

Personal Blog – Free Responsive HTML Template

Personal Blog is a free HTML template designed for someone who is looking to run his/her own blog. This is a responsive template in which an individual can post his/her blog posts.... Read more »

TheCorporate – Free Responsive Single Page Corporate Website HTML Template

  TheCorporate is a free HTML template designed for a corporate house. This is a single page responsive template in which a corporate house can disseminate all information regarding their company. It... Read more »

OnlineKart – Free Responsive Single Page Product Showcase Website Template

OnlineKart Shop is a free HTML template designed especially for showcasing list of products for sale in the webpage. Your users will have a better experience regardless of the device they are... Read more »

News Blog – Free Responsive HTML Template for News Websites

News Blog is a free HTML template designed especially for simple news site or blogs. Your users will have a better experience regardless of the device they are using to view the... Read more »

Facebook Style Login Page Design using HTML and CSS

Facebook is an American online social media and social networking service based in Menlo Park, California, and a flagship service of the namesake company Facebook, Inc. It was founded by Mark Zuckerberg,... Read more »

Create Custom Music Player using HTML, CSS and JavaScript

In this article, we are going to learn to develop a custom music player using HTML, CSS and JavsScript (preferably JQuery). Full Source Code : <!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta... Read more »

How to wrap text around image using HTML and CSS ?

Normally while designing webpage we will need to use images and text within. Sometimes, we also might need to wrap the text around the image as shown in the image above. In... Read more »

Multiple File Upload with HTML and PHP

We might have been in situation where we need to upload multiple files from a form. If you are in same situation, then you are in right place for the solution. In... Read more »

How to execute PHP code from HTML File ???

The following post shows a cool way to execute PHP code from files with HTML extension with the help of .htaccess file. We can write PHP code in a file with HTML... Read more »