Here is an example of a list layout:
Store List
- Coffee
- Milk
Lists are a simple set of tags. One set of tags opens and closes the List area, while the listed items only need a single Tag to drop down to the next item in the list. There are two kinds of Lists; the first is an unordered list and the second is an ordered list. here are the Tags:
<ul>
<li> Item
<li> Item
<li> Item
</ul>
<ol>
<li> 1. Item
<li> 2. Item
<li> 3. Item
</ol>
Copy and Paste these codes in the BODY area of your Script.
No comments:
Post a Comment