This article shows how to create a simple contact form in HTML. The beginners in HTML can learn how to create HTML forms in this article.
Comments closedCategory: Scripts
The ‘div’ and the ‘span’ tags are quiet frequently used tags in HTML. The proper understanding of these tags are very much important for a web HTML developer.This article is shows what are the characteristics of both these tags. Understanding the difference between both tags will help to use them in appropriate place.
Comments closedIn this article you will learn how write a simple JavaScript for loop function.
Following is a sample of “For loop” function:
CSS Padding Properties:
The CSS padding properties define the space between the element border and the element content. Remember, Negative values are not allowed while specifying padding values.
The possible usages are as follows (sample values are given):
Comments closedLearn how to create 301 redirect in JSP.
Comments closedCSS Color Values for the use in CSS.
This article provides Color codes for the use in HTML and CSS. Below given table is only for reference. This is not a complete list of color values available.
Flickering pop-up banner using JavaScript
Introduction:
This article is on “how to make a pop-up with a flickering effect using JavaScript”. This effect makes the banner more attractive to get the visitor’s attention. In this tutorial, we will learn how to make a flickering border to the banner.