Home » Archive

Articles tagged with: HTML

Javascript »

[2 Jan 2012 | No Comment]

This article will show you how to submit form and change form action using javascript. This is a very simple trick but it’s very useful and frequently used. Submit Form using Javascript

Javascript »

[27 Nov 2009 | 2 Comments]

Here, I will be demonstrating on showing or hiding a div when a link is clicked. I have done this with Javascript and CSS. I have called showHideDiv() Js function when the link is clicked. The display of the div where content is present, is visible or hidden on each click. For this, CSS styling [...]

Javascript »

[17 Nov 2009 | No Comment]

You can add html elements dynamically with Javascript. In this article, I will show you how to do so. I have created two Javascript functions. One for creating html elements and the other for removing them. In my html elements, I have created ‘li’ and ‘strong’ elements inside ‘div’. The div id is ‘summary’. I [...]

PHP »

[14 Nov 2008 | One Comment]

Earlier I had written an article on How to get(view) html source code of a website . I had created an application and that would grab the html code of any website. In this article, I will be writing on how you can modify the looks of a website by changing the html source code [...]

PHP »

[2 Jul 2008 | 4 Comments]

In this article, I will be illustrating about getting html source code of any website. I have done this in PHP.

HTML, PHP »

[9 Dec 2007 | 2 Comments]

Problem: I want to create a dynamic table with a row starting after certain number of columns, i.e. like, i want to create an html table which automatically generate new row after 3 columns in a row. Solution:

HTML »

[17 Jul 2007 | No Comment]

Meta tags are HTML tags which provide information that describes the content of the webpage a user will be viewing. Meta tags have two possible attributes:

CSS »

[23 Mar 2007 | No Comment]

CSS Syntax Introduction The CSS syntax is made up of three parts: a selector, a property and a value: selector {property: value}