Scripts

HTML 5 – Semantic elements

The HTML5 specification includes a series of new semantic elements that is used to give some meaning to the various sections or parts of a Web page, such as a header, footer, navigation, and so on. In previous versions of HTML (HTML4.01), you would typically use <div> elements to create

Read More...

Scripts

Difference between <DIV>, <SPAN>, <SECTION>

The SPAN and DIV HTML Elements How to Use SPAN and DIV with CSS on Web Pages The SPAN and DIV elements are very useful when dealing with CSS(Cascading Style Sheets). These two elements in a similar fashion, but they serve different purposes. The DIV Element :The DIV elements define

Read More...