Hello, Friends Today's post is for Those users who don't know how we use markup to make our post stylish and unique that attract the reader. This is a quick markdown reference with samples that I made for my own use. I want to share this with you so that it can help you to write Stylish and beautiful posts using HTML markup.
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
Guide how you can format your text, Decent, Stylish and Beautiful.
**Bold**
<strong>Bold</strong>
<b>Bold</b>
__Bold__
Bold
Bold
Bold
Bold
<i>Italic<i>
*Italic*
_Italic_
Italic
Italic
Italic
~~Strikethrough~~
<strike>strikethrough</strike>
Strikethrough
strikethrough
We can use the bold tag along side with the italic tag so our text can get both attributes of bold and itlaic.
**_my username is @wajahatsardar_**
<b><i>My username is @wajahatsardar</i></b>
__*My username is @wajahatsardar*__
My username is @wajahatsardar
My username is @wajahatsardar
My username is @wajahatsardar
You can use these three combine with each other as follow.
**_~~My username is @wajahatsardar~~_**
<b><i><strike>My username is @wajahatsardar</strike></b>
__*~~My username is @wajahatsardar~~*__
My username is @wajahatsardar
My username is @wajahatsardar
My username is @wajahatsardar
Break lines are used to break the lines forcefully.
---
***
<br>
***
<hr>

Lists are of two types
An ordered list typically is a numbered list of items. It gives you the ability to control the sequence number - to continue where the previous list left off, or to start at a particular number.
<ol>
<li>Item 1</li>
<li>Item 2></li>
<li>Item 3</li>
<li>Item 4</li>
<li>Item 5</li>
</ol>
You can also make Order-list just like this and whatever number you will allot the list it will arrange it in order that's why it is known as Order-list. You can create simply Number then dot(.) than a word/sentence.
Example
1.Word/Sentence
1. Item 1
2. Item 2
2. Item 3
5. Item 4
5. Item 5

<ul>
<li>Item 1</li>
<li>Item 2></li>
<li>Item 3</li>
<li>Item 4</li>
<li>Item 5</li>
</ul>
You can also create Un_Order_list by adding +, -, * then space and then Word/Sentence
* Item 1- Item 2+ Item 3The proper way to generate a table is by using the standard HTML markup. Begin the table content with <table> and end it with </table>. Each table row needs to be placed inside a <tr> and </tr> and any field inside it has to be put inside a table heading:
<table>
<tr>
<th>Variable 1</th>Variable 2</ th><th>Variable 3</th>
</tr>
<tr>
<td>Value 1</td>Value 2</ td><td>Value 3</td>
</tr>
<tr>
<td>Value 1</td>Value 2</ td><td>Value 3</td>
</tr>
<tr>
<td>Value 1</td>Value 2</ td><td>Value 3</td>
</tr>
</table>
| Variable 1 | Variable 2 | Variable 3 |
|---|---|---|
| Value 1 | Value 2 | Value 3 |
| Value 1 | Value 2 | Value 3 |
| Value 1 | Value 2 | Value 3 |
User|Posts|Steem Power|Hive Power
-|-|-|-
Wajahatsardar|1000|4500|4000
xyz|200|9000|30000
abc|38|288|2626|
| User | Posts | Steem Power | Hive Power |
|---|---|---|---|
| Wajahatsardar | 1000 | 4500 | 4000 |
| xyz | 200 | 9000 | 30000 |
| abc | 38 | 288 | 2626 |
<center> My user name is @wajahatsardar</center>
My user name is @wajahatsardar
<center>**_~~My username is @wajahatsardar~~_**</center>
My username is @wajahatsardar

> My username is @wajahatsardar
My username is
@wajahatsardar
Use `Code` for Inline code
`My username is @wajahatsardar`
My username is @wajahatsardar
Use Code for Inline code
```
Code block
```
Surround your Code by triple backticks both beginning and at the end.
Code block

<div class="justify-text">
Text or images go here.
</div>
---
<div class="pull-left">
Text or images go here.
</div>
<div class="pull-right">
Text or images go here.
</div>
---
My username is @wajahatsardar I'm 23-Year-old working on Steem/Hive blockchain.
My username is @wajahatsardar I'm 23-Year-old working on Steem blockchain.
https://steemit.com/@wajahatsardar

My username is @wajahatsardar I'm 23-Year-old working on Hive blockchain.
@wajahatsardar.


https://steemit.com/
https://steemit.com/

[Source](link of the image)
[Image src](https://images.hive.blog/640x0/https://images.hive.blog/DQmSEtHwmRUxw4iX5ShcJJ6vtbgt13BazwAq1yfCEGMiSFW/waji%20real.jpg)
https://www.youtube.com/watch?v=xAgZYCHi8MQ
src


