Version-//W3C//DTD XHTML 1.0 Strict//EN
Elementul
Purposeunordered list
DescriptionThis element defines an unordered list, a list of items whose ordering is not important. Examples include elements of unordered sets or items which are not ranked by some quality (such as items in a basket or children) or which have no ordering function (complex numbers). Compare this with the ordered list ol.
Start tagRequired <ul>
Attributes
NameTypeDefaultComment
class CDATA #IMPLIEDspace-separated list of classes
dir( ltr | rtl )#IMPLIEDdirection for weak/neutral text
idID#IMPLIEDdocument-wide unique id
langNMTOKEN#IMPLIEDlanguage code (backwards compatible); language code as RFC3066
onclick CDATA #IMPLIEDa pointer button was clicked; script expression
ondblclick CDATA #IMPLIEDa pointer button was double clicked; script expression
onkeydown CDATA #IMPLIEDa key was pressed down; script expression
onkeypress CDATA #IMPLIEDa key was pressed and released; script expression
onkeyup CDATA #IMPLIEDa key was released; script expression
onmousedown CDATA #IMPLIEDa pointer button was pressed down; script expression
onmousemove CDATA #IMPLIEDa pointer was moved within; script expression
onmouseout CDATA #IMPLIEDa pointer was moved away; script expression
onmouseover CDATA #IMPLIEDa pointer was moved onto; script expression
onmouseup CDATA #IMPLIEDa pointer button was released; script expression
style CDATA #IMPLIEDassociated style info; style sheet data
title CDATA #IMPLIEDadvisory title; text used for titles
xml:langNMTOKEN#IMPLIEDlanguage code (as per XML 1.0 spec); language code as RFC3066
Content( li )+
End tagRequired </ul>
Referenced in blockquote body button dd del div fieldset form ins li map noscript object td th
Example
SourceAppearance
Items in the Universe
<ul>
<li>Matter</li>
<li>Energy</li>
<li>Gravity</li></ul>
Items in the Universe
  • Matter
  • Energy
  • Gravity
search Search · star Market
2023-06-19 · John December · Terms © johndecember.com