create account

Steem Markdown - Creating Headers for your Steem Posts by sumatranate

View this thread on: hive.blogpeakd.comecency.com
· @sumatranate · (edited)
$2.28
Steem Markdown - Creating Headers for your Steem Posts
I created an online course called [Steem Markdown](https://steemskills.teachable.com).  

>Steem Markdown is written simply enough so that new Steem users can understand the basics of Markdown and in-depth enough so that experienced Steem users can learn new Markdown tips and tricks.

Each markdown lesson will include:
- An easy to understand Getting Started section of each Markdown category
- Code comparisons between What You Type versus What You See.
- A Practice Makes Perfect segment so that you can turn knowledge into real-life experience.
- A Test Your Knowledge quiz to see if you are remembering the material.

The following contains information from the lesson about **HEADINGS**.  If you would like to view the entire course, click [here](https://steemskills.teachable.com).  

![Steem Markdown - Heading.png](https://cdn.steemitimages.com/DQmfNhAySdFySFd3xDY4f2qwPXWnSjVNycj5sMvzJ8XxP6n/Steem%20Markdown%20-%20Heading.png)

<h1>Use the # symbol to create headings</h1>
To create a header in your Steem post, use the following format:
 ```# Heading Title```

**Things to remember:**
- Don't forget to put a space between the # and the heading title.
- Increasing the number of hashtags (#) decreases the size of the heading font.
- The maximum amount of hashtags (#) that can be used in Markdown is six.

<h1>Using HTML tags to create headings</h1>
To create a header in your Steem post, use the following format:
 ```<h1> Heading Title</h1>```

**Things to remember:**
- HTML heading elements include H1, H2, H3, H4, H5, and H6.
- Heading tags must have an opening and closing tag.  For example, `<h1>` and `</h1>`
- The H1 element indicates the more important heading and has the largest font
- The H6 element indicates the least important heading and has the smallest font
- Heading elements must match in case - both uppercase (`<H1>` and `</H1>`) or lowercase (`<h1>` and `</h1>`)

<h1>Your Turn</h1>
Copy and paste the following into your favorite Steem interface or Steem tribe user interface.

```
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
####### Heading 7 - Incorrect heading
```
<br>
`<h1>Example 1</h1>`
Correct -This is a properly formatted Level 1 Heading.
`<h1>Example 2<h1>`
Incorrect - This heading is not closed properly. There is no / in the closing tag.
`<h1>Example 3</H1>`
Incorrect - The opening and closing tags must use the same case. You cannot use a combination of upper case (H) and lower case (h).
`<H2>Example 4</H2>`
Correct - This is a properly formatted Level 2 Heading.


<h1>Thanks for stopping by! </h1>
Check out [Steem Markdown](https://steemskills.teachable.com) if you want to complete more lessons!
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorsumatranate
permlinksteem-markdown-creating-headers-for-your-steem-posts
categorymarkdown
json_metadata{"tags":["markdown","stem","palnet","neoxian","bilpcoin"],"links":["https://steemskills.teachable.com"],"app":"palnet/0.1","format":"markdown","image":["https://cdn.steemitimages.com/DQmfNhAySdFySFd3xDY4f2qwPXWnSjVNycj5sMvzJ8XxP6n/Steem%20Markdown%20-%20Heading.png"]}
created2019-10-10 03:58:54
last_update2019-10-13 18:42:27
depth0
children7
last_payout2019-10-17 03:58:54
cashout_time1969-12-31 23:59:59
total_payout_value1.205 HBD
curator_payout_value1.076 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,699
author_reputation76,531,389,556,584
root_title"Steem Markdown - Creating Headers for your Steem Posts"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,402,926
net_rshares8,792,126,078,981
author_curate_reward""
vote details (59)
@catscientist ·
Thank you for supporting @CatsMakeKittens by being a part of our community @sumatranate.

Each CATS you purchase gets you daily upvotes from me @CatScientist as our community grows so do your rewards for being a member!
properties (22)
authorcatscientist
permlinkre-steem-markdown-creating-headers-for-your-steem-posts-20191010t041704z
categorymarkdown
json_metadata"{"app": "rewarding/0.1.5"}"
created2019-10-10 04:17:06
last_update2019-10-10 04:17:06
depth1
children0
last_payout2019-10-17 04:17:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length221
author_reputation785,924,402,887
root_title"Steem Markdown - Creating Headers for your Steem Posts"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,403,222
net_rshares0
@fredkese ·
Informative for all newbies

Posted using [Partiko Android](https://partiko.app/referral/fredkese)
properties (22)
authorfredkese
permlinkfredkese-re-sumatranate-steem-markdown-creating-headers-for-your-steem-posts-20191010t170756103z
categorymarkdown
json_metadata{"app":"partiko","client":"android"}
created2019-10-10 17:08:00
last_update2019-10-10 17:08:00
depth1
children0
last_payout2019-10-17 17:08:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation174,242,407,587,302
root_title"Steem Markdown - Creating Headers for your Steem Posts"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,421,519
net_rshares0
@joelai ·
This is good information especially for the newbies here!
properties (22)
authorjoelai
permlinkpz64w6
categorymarkdown
json_metadata{"app":"steemit/0.1"}
created2019-10-10 17:07:15
last_update2019-10-10 17:07:15
depth1
children0
last_payout2019-10-17 17:07:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation39,546,796,742,765
root_title"Steem Markdown - Creating Headers for your Steem Posts"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,421,499
net_rshares0
@lizelle ·
Thank you, this is going to be so useful, I will certainly have a look at your course!

Posted using [Partiko Android](https://partiko.app/referral/lizelle)
properties (22)
authorlizelle
permlinklizelle-re-sumatranate-steem-markdown-creating-headers-for-your-steem-posts-20191010t204253017z
categorymarkdown
json_metadata{"app":"partiko","client":"android"}
created2019-10-10 20:42:54
last_update2019-10-10 20:42:54
depth1
children0
last_payout2019-10-17 20:42:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length156
author_reputation1,144,048,242,228,327
root_title"Steem Markdown - Creating Headers for your Steem Posts"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,427,207
net_rshares0
@steem-ua ·
#### Hi @sumatranate!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your **UA** account score is currently 4.525 which ranks you at **#2093** across all Steem accounts.
Your rank has not changed in the last three days.

In our last Algorithmic Curation Round, consisting of 92 contributions, your post is ranked at **#54**.
##### Evaluation of your UA score:

* Some people are already following you, keep going!
* You have already convinced some users to vote for your post, keep trying!
* Try to work on user engagement: the more people that interact with you via the comments, the higher your UA score!


**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
authorsteem-ua
permlinkre-steem-markdown-creating-headers-for-your-steem-posts-20191010t164037z
categorymarkdown
json_metadata"{"app": "beem/0.21.0"}"
created2019-10-10 16:40:39
last_update2019-10-10 16:40:39
depth1
children0
last_payout2019-10-17 16:40:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length746
author_reputation23,214,230,978,060
root_title"Steem Markdown - Creating Headers for your Steem Posts"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,420,734
net_rshares0
@sumatranate ·
@tipu curate
properties (22)
authorsumatranate
permlinkpz54kq
categorymarkdown
json_metadata{"users":["tipu"],"app":"steemit/0.1"}
created2019-10-10 04:02:51
last_update2019-10-10 04:02:51
depth1
children1
last_payout2019-10-17 04:02:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation76,531,389,556,584
root_title"Steem Markdown - Creating Headers for your Steem Posts"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,403,001
net_rshares0
@tipu ·
Upvoted &#128076;
properties (22)
authortipu
permlinkre-pz54kq-20191010t040313
categorymarkdown
json_metadata""
created2019-10-10 04:03:15
last_update2019-10-10 04:03:15
depth2
children0
last_payout2019-10-17 04:03:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation55,938,768,526,111
root_title"Steem Markdown - Creating Headers for your Steem Posts"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id91,403,008
net_rshares0