Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is a LI Tag/Element
What Is a LI Tag/Element? - XHTML 1.0 Tutorials - Understanding Lists and List Items
✍: FYICenter.com
An "li" element is flow type element, which can be used only as a child element of "ol" and "ul" elements. An "li" element can be used to define a list item. Here are basic rules about "li" elements:
2007-05-12, 5138👍, 0💬
Popular Posts:
Can event’s have access modifiers ? Event’s are always public as they are meant to serve every one r...
What is the benefit of using #define to declare a constant? Using the #define method of declaring a ...
In below sample code if we create a object of class2 which constructor will fire first? Public Class...
What is the version information in XML? “version” tag shows which version of XML is used.
Which bit wise operator is suitable for turning off a particular bit in a number? The bitwise AND op...