| Listi supports entry of HTML commands to help you format and make your webpage more usable. HTML stands for Hyper Text Markup Languages. You include tags around your data and the webpage will format based on the tag. For example if you wanted to bold some text you could enter: <b>This text will be bold</b> and you'll get the following ouput: This text will be bold HTML typically has two tags a start and an end. The end tag is the same as the start except it includes the "/" before the tag. To see HTML for any page you have to view the "source":
|