A Beginner's Guide to Space Exploration
Welcome to the beginner's guide! Space exploration relies heavily on advanced physics, engineering, and a lot of curiosity.
Key Milestones in Space History
Throughout history, humanity has achieved incredible feats. Here are a few notable ones:
- 1957: Launch of Sputnik 1
- 1969: Apollo 11 moon landing
- 1990: Launch of the Hubble Space Telescope
Helpful Resources
If you are interested in learning more about the cosmos, you can visit the official NASA Website for the latest news and images.
Important Space Agencies
- NASA (United States)
- ESA (Europe)
- JAXA (Japan)
"That's one small step for man, one giant leap for mankind." — Neil Armstrong
Text Formatting Demonstration
Markdown makes it simple to style your text. You can use italics for emphasis, bold text for strong importance, or even combine both. If you make a mistake, you can use ~~strikethrough~~ to cross it out.
For technical writers, you can highlight inline code like console.log("Hello Mars!"); or create a full code block:
```python def launch_rocket(): print("Liftoff!")