Comment on zero

  1. How- What-

    Comment Actions
    1. Rosalyn

      oh?
      Are you mayhaps curious to the (not-so-) secret of formatting text? 👀

      Comment Actions
      1. YES- very curious-

        Comment Actions
        1. Rosalyn

          Oh of course! I will tell you the most common/useful tools in formatting text!

          Okay so, if you know how to code using HTML, then you'll find it easier to understand but I'll also explain it if you aren't familiar with coding in HTML.
          In HTML coding, the basic format is:
          Reference 1
          - The symbols "<" and ">" are very important since the computer can recognize them as the beginnings amd ends of a command.
          - The use of "/" on the last part of the command signifies where the command ends. For example, you only want the word "Nezuko-chan" to be italicized. So you will end the command after "Nezuko-chan".
          Reference 2
          - Leave no space between the "Text" and the symbols. Why? Because the spaces can be recognized as a character and you might end up with double spacing, such as "I need help ".
          [The error↓]
          Reference 3

          Comment Actions
        2. Rosalyn

          Now unto listing the common commands and examples as to how to use them.

          Basic Formatting of Text Commands
          Bold
          The command: strong
          Example: Nezuko-chan
          Format:Reference 4
          Italics
          The command: em
          Example: Nezuko-chan
          Format:Reference 5
          Underline
          The command: u
          Example: Nezuko-chan
          Format:Reference 6
          Strikethrough
          The command: strike
          Example: Nezuko-chan
          Format:Reference 7
          • Headings
          The commands: h1, h2, h3, h4, h5, h6
          *h1 is big and is centered automatically like a heading
          *h2 to h5 progressively becomes smaller
          *h6 is normal sized text with an underline
          Examples:

          Nezuko-chan (h1)

          Nezuko-chan (h2)

          Nezuko-chan (h6)

          Format:Reference 8

          Comment Actions
        3. Rosalyn

          Extra HTML format that you might or might not use
          • Indented
          The command: blockquote
          Example:

          Nezuko-chan

          Format:Reference 9
          • Linking a site
          The command: a & href
          Example: Nezuko-chan
          Format:Reference 10
          • Showing image
          The command: img & src
          Example:

          Format:Reference 11

          You can combine them too! But make sure to start and end a command in order!

          Sample sentence:

          "Set your heart ablaze!"

          Format:Reference 12

          Last Edited Fri 14 May 2021 02:46AM UTC

          Comment Actions
          1. Tysm-

            Comment Actions
            1. Rosalyn

              You're welcome! If you have anymore questions, don't be afraid to come and ask me again! 🧡🧡

              Comment Actions