HTML RowSpan: Allows a single table cell to span the height of more than one cell or row...
Category - HTML
HTML Table ColSpan Examples
What is colspan? Allows a single table cell to span the width of more than one cell or column...
Create Printer Friendly Web Page Using Media Attribute
How do I print a website that is printer friendly? When you create a web page you usually keep in...
PHP Variables $_GET and $_POST
There are two methods for sending data from the client browser to the web server: GET method POST...
How do I add a favicon to my HTML website
In this example, you will learn how to Add favicon to your web site or html page. Favicon icon...
How to Set 100% Table Height in HTML
This is very commonly faced problem by the html designer/developers. Table height doesn’t...
Animated Progress Bar without Images
These don’t contain any images. They all are pure JavaScript based progress bars. They uses...
Purely CSS Callouts
This article explains how you can create callouts using CSS and without using a single image. This...
Customized Html Controls: Creating Custom Checkbox
Under “Customized Html Controls” section I will discuss about how to create and customized standard...
HTML5 Canvas Crazy Snake
RUN CODE HTML Code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF...