User:Christisrisen

From Test Wiki

a Emphasize, strongly, very strongly.

Wikipedia

The use of italic and bold fonts is beneficial in mathematical calculations where specific font styles are needed instead of emphasis.

F = ma

Subscript: m2
Superscript: m2 or m²

ε0 = 8.85 × 10−12 C² / J m.

1 hectare = 1 E4 m²

Deleted materials can be striked out and new materials can be underlined.

You can also denote deleted material and inserted material with the respective tags, preserving their semantic meaning, rather than relying solely on visual cues like strikethrough and underline.

This is a line. This is still part of the same paragraph.

This is a paragraph.

This is a continuation of the paragraph. But it appears after an empty line due to the <p> and </p> tags.

This is a line.

This is another line appearing as a second new paragraph instead of a third paragraph due to the <div> and </div> tags.
  • Start a line with asterisks (*) 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.

  1. Use a hashtag (#) at the beginning of each line to signify the order.
    1. Use two hashtags (##) for a sub-item.
    2. Continue numbering to maintain the sequence and logical flow of information.
  2. Add a new line between each item for improved readability.

A line starting without a hashtag marks the end of the list.

  1. An ordered list starts with 1.
  2. 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 (*).
    1. 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.