User:Christisrisen: Difference between revisions

From Test Wiki
Content deleted Content added
No edit summary
No edit summary
Line 27: Line 27:


This is a line.<div>This is another line appearing as a second new paragraph instead of a third paragraph due to the &lt;div> and &lt;/div> tags.</div>
This is a line.<div>This is another line appearing as a second new paragraph instead of a third paragraph due to the &lt;div> and &lt;/div> tags.</div>

* Start a line with asterisks (<code>*</code>) to create the first item in an unordered list.
** Use two asterisks for a sub-item.
*** Increase the number of asterisks for deeper levels.
* Each line break signifies a new item in the list.
A line starting without a star marks the end of the list.
* You can start over with a new list

Now you are ready to create well-structured unordered lists.
Ordered lists
Use a hashtag (#) at the beginning of each line to signify the order.
Use two hashtags (##) for a sub-item.
Continue numbering to maintain the sequence and logical flow of information.
Add a new line between each item for improved readability.
A line starting without a hashtag marks the end of the list.

An ordered list starts with 1.
Then 2, etc.
# Use a hashtag (<code>#</code>) at the beginning of each line to signify the order.
## Use two hashtags (<code>##</code>) for a sub-item.
## Continue numbering to maintain the sequence and logical flow of information.
# Add a new line between each item for improved readability.
A line starting without a hashtag marks the end of the list.
# An ordered list starts with 1.
# Then 2, etc.
Mixed lists
This mixed list begins with an unordered list (*).
To create a subitem of an ordered list under an unordered list use an asterisk and a hashtag (*#).
To create a deeper sub-item of an unordered list within an ordered list, add another asterisk (*#*).
You can also break
lines in a list.
* This mixed list begins with an unordered list (<code>*</code>).
*# To create a subitem of an ordered list under an unordered list use an asterisk and a hashtag (<code>*#</code>).
*#* To create a deeper sub-item of an unordered list within an ordered list, add another asterisk (<code>*#*</code>).
*#* You can also break <br/> lines in a list.