I had a lengthy discussion with a fellow developer the other day regarding inline and block Web page elements. The difference between inline and block HTML elements is an often misunderstood aspect of Web development, so I want to take a little time to cover each and note the differences between the elements.
CSS Specificity
In CSS we will use so many selectors (ID, class, inline, etc.) each of this selectors will have different weight in terms of rules. To minimize the time to find out bugs in CSS you must know how specificity works.
Text-indent problem in IE INPUT BUTTON
For some websites you may need to use custom background images for the form/input buttons. For doing this you may need to hide text. This can be achieved very easily by using CSS text-indent property. But when comes to IE it will not work. Here is a solution for this problem.
WYSIWYG HTML Editor list
If you do a content management system , forums, or similar to that you have to give options to add, edit or delete for the administrators or users.You can achieve this very easily by using WYSIWYG Editor