|
A couple others that I've found to be rarely but occasionally useful are <ol> and <ul> with <li> (list item) to create numbered and unnumbered lists, respectively. <ol> <li>bold <li>italics <li>underline <li>strikeout </ol> <ul> <li>bold <li>italics <li>underline <li>strikeout </ul>
They can also be nested. (test elsewhere) ![]() |