Welcome to W3seekers
MD
Markdown
HTML Example:
# Heading level 1
## Heading level 2
This is paragraph.
This is **bold text**.
> This is blockquotes.
1. Milk
2. Orange
3. Tomato
HTML
HyperText Markup Language
HTML Example:
<!DOCTYPE html>
<html>
<title>This is title of the page.</title>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>