May 17, 2011
There are some very user-friendly and efficient features that have been added to HTML5 and which have made HTML5 far more powerful and efficient as compared to the previous versions. Some of the differences are presented: Consider a code in HTML4: <img src=”path/to/image” alt=”About image” /> <p>Image of Mars. </p> In the above code, there unfortunately isn’t any easy or semantic way [...]
Read the full article →
May 12, 2011
In this article, some of the crucial tags that are used in HTML5 but were absent in the previous versions are discussed. The <address> tag defines the contact information for the author or owner of a document. If the <address> element is inside an <article> element, it represents the contact information of the author/owner of [...]
Read the full article →