RE: How to get up votes?

You are viewing a single comment's thread from:

How to get up votes?

in blog •  7 years ago  (edited)

You can use html tags. To make content more appealing to others. If you see code blocks, you can copy text but without spaces < space h6 space >< space /h6 space >
Examples:

H6 Tag
< h6 >< /h6 >
H5 Tag
< h5 >< /h5 >

H4 Tag

< h4 >< /h4 >

H3 Tag

< h3 >< /h3 >

H2 Tag

< h2 >< /h2 >

H1 Tag

< h1 >< /h1 >


Italic EM tag < em >< /em >



Here is used br tag for Breaking Line(making space) < br >

You have also This is < Code > Tag


Center Tag< center >< /center >

STRONG Tag(Bold) < strong>< /strong >
Quotation Tag < q > < /q >

This is table tag.

TH tag under TR tag TH tag under TR TH tag under TR
TD Tag TD tag TD tag
TD Tag TD tag TD tag
TD Tag TD tag TD tag
TD Tag TD tag TD tag
TD Tag TD tag TD tag
TD Tag TD tag TD tag
td tag is data tag and it's under tr[row] tag td tag is data tag and it's under tr[row] tag td tag is data tag and it's under tr[row] tag


< table >
< tr >
< th > TH tag under TR tag
< th > TH tag under TR
< th >TH tag under TR
< /tr >
< tr > [Means a new ROW]
< td >TD Tag< /td > [Means new data in the ROW]
< td >TD tag< /td >
< td >TD tag< /td >
< /tr >


This is list tag < ul >
  • List one
  • List two
  • List three


< ul >
< li >List one< /li >
< li >List two< /li >
< li >List three< /li >
< /ul >


And so on, you can find more tags on the internet.
this UP ^ Line, is hr tag < hr >< /hr >

Thank You

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Thank You for sharing.

  ·  7 years ago (edited)

Yea I overdid it, writing, but anyway, I wanted to show some examples of html codes. Here you can have full tags.
https://guides.github.com/features/mastering-markdown/