§ 4.17 - [ul] Built-InMnemonic aid: ul for Unordered List This built-in allows you to easily build HTML <ul> style lists. [ul (istyle=hstyle,)(lstyle=hstyle,)(wrap=styleName,)(sep=X,)item(Xitem)] [style ulw *[b]*] [ul joe,fred] [ul wrap=ulw,joe,fred] [ul sep=||,joe||fred] [ul sep=||,wrap=ulw,joe||fred] [ul lstyle=color:#ff0000,joe,fred] [ul istyle=color:#ff0000,joe,fred] <ul> <li>joe</li> <li>fred</li> </ul> <ul> <li>*joe*</li> <li>*fred*</li> </ul> <ul> <li>joe</li> <li>fred</li> </ul> <ul> <li>*joe*</li> <li>*fred*</li> </ul> <ul style="color:#ff0000"> <li>joe</li> <li>fred</li> </ul> <ul> <li style="color:#ff0000">joe</li> <li style="color:#ff0000">fred</li> </ul>
Other built-ins used here: [style]
Keyboard Navigation
, Previous Page . Next Page t TOC i Index |