Version-//W3C//DTD HTML 4.01//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
lang NAME #IMPLIEDlanguage code as RFC1766; language code
onclick CDATA #IMPLIEDscript expression; a pointer button was clicked
ondblclick CDATA #IMPLIEDscript expression; a pointer button was double clicked
onkeydown CDATA #IMPLIEDscript expression; a key was pressed down
onkeypress CDATA #IMPLIEDscript expression; a key was pressed and released
onkeyup CDATA #IMPLIEDscript expression; a key was released
onmousedown CDATA #IMPLIEDscript expression; a pointer button was pressed down
onmousemove CDATA #IMPLIEDscript expression; a pointer was moved within
onmouseout CDATA #IMPLIEDscript expression; a pointer was moved away
onmouseover CDATA #IMPLIEDscript expression; a pointer was moved onto
onmouseup CDATA #IMPLIEDscript expression; a pointer button was released
style CDATA #IMPLIEDstyle sheet data; associated style info
title CDATA #IMPLIEDtext; advisory title
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>Energy
<LI>Gravity
</UL>
Items in the Universe
  • Matter
  • Energy
  • Gravity
search Search · star Market
2023-06-19 · John December · Terms © johndecember.com