About rakesh sharma

http://tutorialfeed.blogspot.com

Web Graphic Designer | Blogger | Web Addicted

Posts by rakesh sharma:

How Important DOCTYPE Declaration is for your HTML Document 

Today I am going to share a very basic problem related to DOCTYPE declaration. We all know that according to HTML standard it is must that each HTML document has document type declaration.

5 Handy tips to fix space beneath floated elements 

When two elements are floated in a div, chances are parent element no longer contains it because the float is removed from the flow. Here I am sharing five quick tips to fix this problem.

10 Great CSS Selectors you must know 

Selectors define which part(s) of your (X)HTML document will be affected by the declarations you’ve specified. Several types of selectors are available in CSS. Note that some of them are not supported in all browsers.

3 Gifts for User Interface in CSS3 

Box-sizing let’s you change the behavior of the browser in calculating the width of an element. By default, box-sizing is set to content-box.