# 編寫README時經常使用的寫法
<br><br>
# 1級標題
## 2級標題
### 3級標題
#### 4級標題
**這個是粗體** <br>
*這個是斜體* <br>
***這個是粗體加斜體*** <br>
```
//代碼塊
int a=0;
a++;
```
|列名1|列名2|
|:---|:---|
|列1的內容1|列2的內容1|
|列1的內容2|列2的內容2|
[點擊前往谷歌搜索的連接](https://www.google.com.hk/)
![](https://github.com/HeTingwei/ReadmeLearn/blob/master/avatar1.jpg)
<img src="https://github.com/HeTingwei/ReadmeLearn/blob/master/avatar1.jpg" width="150" height="150" alt="描述語言,寫什麼都不會顯示出來"/>
<div align=center><img width="150" height="150" src="https://github.com/HeTingwei/ReadmeLearn/blob/master/avatar1.jpg"/></div>github