Posts Tagged ‘ Internet ’

What is the difference between Span and Div tag

December 19th, 2009   By admin   Posted in Web | Comments Off

There is one difference between div and span. In standard HTML, a div is a block-level element whereas a span is an inline element. The div block visually isolates a section of a document on the page, in the same way as a paragraph. The span element contains a piece of information inline with the surrounding text. (more…)


Social Bookmarking

What is HTML

July 19th, 2009   By admin   Posted in Web | Comments Off

HTML, which stands for Hyper Text Markup Language, is the key markup language for web pages. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists etc as well as for links, quotes, and other items.

It allows images and objects to be implanted and can be used to create interactive forms. It is written in the form of HTML elements consisting of “tags” surrounded by angle brackets within the web page content. (more…)


Social Bookmarking