Mission 6: Emphasize Log Entries

A critical damage report has come in, but the formatting was lost.

00:00

Step 1 / 1

System Briefing: Text Nuance

Standard paragraphs are not always sufficient. To convey urgency, specific system states, or redacted data, we must use text formatting tags. These tags wrap around text to change its appearance and semantic meaning.

Common Formatting Tags
  • <b>: Bold text. For visually offsetting text without implying extra importance.
  • <i>: Italic text. Used for thoughts, technical terms, or foreign phrases.
  • <u>: Underlined text. Use sparingly, as users often mistake it for a hyperlink.
  • <s>: Strikethrough text. Indicates information that is no longer correct or relevant.
  • <br>: A line break. Unlike other tags, it's an "empty" tag with no closing tag. It forces the next content to a new line.

Editor