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.
Posts by rakesh sharma:
CSS Techniques, Design Elements, Layouts
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.
CSS Techniques, Design Elements, Techniques
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.
CSS Techniques, Design Elements, Layouts
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.