HTML/Markdown and TIPS.

in #steemit6 years ago (edited)

Hello guys this is a kinda guide that will show you how to use these both programations languages, they would totally help you to improve the quality of your content if you use them properly. Also, I'll be giving you some tips that could attract whales to your content.

Source

Let's begin

First, what's HTML and Markdown?

HTML

HTML is a programming language used for web developers. This is the acronym for HyperText Markup Language, i.e. Hypertext Markup Language.

Markdown

Markdown is a markup language that makes it easy to format text using a series of characters in a special way. In the beginning, it was thought to elaborate texts whose destination was going to be the web with more speed and simplicity than if we were using HTML directly. And while that's usually the best use we can make of it, we can also use it for any type of text, regardless of where it's going to go.

Now that you are familiar with the terms let's see some of their functions, are you ready? Stay tuned till the end.

Titles or headers

  • HTML:

Place a HTML code using, < h1> Text < /h1> to make your text larger, you will only have six codes posibilities those are:

    <h1>Title</h1>
    <h2>Title</h2>
    <h3>Title</h6>
    <h4>Title</h6>
    <h6>Title</h6>
    <h6>Title</h6>

You will get something like this:

Title


Title


Title

Title

Title

Title
  • Markdown:

To make a text larger, place the # sign followed by a space before the text.
For example:

# Tittle

The more you place the # sign, the smaller the text will be. It is only possible to place up to 6 characters.

Placing this codes:
# Title
## Title
### Title
#### Title
##### Title

You will get something like this

Title

Title

Title

Title

Title

Quotes

To create the citation format in the text simply place the ">" sign followed by a space and then the text.

For example:

This is a quote.

If you want to combine one appointment with another, you should set it up as follows:

> This is a quote.
> >This quote belongs to the first

This is a quote.

This quote belongs to the first

Another way to quote is using this code

 <div class="pull-right">
 <table style="width:100%">
 <tr>
  <th bgcolor="#FF0000"><center><h6>PUT YOUR QUOTE HERE</h6></center>
<center><h6>AUTHOR</h6></center></th>
</tr>
</table>
<br/>


It looks like this

QUOTE
AUTHOR


Lists

Lists are used to sort or list the content. Just type - or 1. followed by a space and then the text.
Let's see an example

- Text

  • Text

1 Text

  1. Text

Code blocks

The code blocks allow you to format the language so that it has no effect.

  • HTML

    <code>Text</code>
    
  • Markdown

    `` Text ``
    

Type `` between the two.


Emphasis

Emphasis is used to highlight our text. There are several types:

  • HTML

    <em>HTML italic text</em>
    <strong>Bold text html</strong>
    <em><strong>Bold text italic html</strong></em>
    

Italic html text
Bold text html
Bold italic html text

Text red html
<div class="phishy">Red text html</div>

HTML strikethrough text

<strike>Strikethrough text html</strike>

Reduce text upwards

 <sup>Reduce text upwards</sub>

Tables

    |Text|Text|
    |---|---|
    |Text|Text|


BlackLibertario
12

You can even add more bars to add more columns


Paragraphs

To jump to another line just type Enter but when we use HTML codes we must insert a line break with

<br> or <p>

and then enter. If not, our text will be stuck to the next paragraph.

To insert a text separator line just type

    "---" or just <hr>

and enter.


To center the text type

Centered text

<center>Text centered</center>
Text on the left
Text on the right



To place our text on the left, type the following.

<div class='pull-left'>Text</div> and if right <div class='pull-right'>Text</div>

To place our justified text we type the following.

<div class='text-justify'>Text justified</div>
Wikipedia is a free encyclopedia, written collaboratively by the people who use it. It is a special type of website designed to make collaboration easy, called a wiki. Many people are constantly improving Wikipedia, making thousands of changes per hour. All of these changes are recorded in article histories and recent changes. For a more detailed account of the project, see About Wikipedia.[](https://en.wikipedia.org/wiki/Wikipedia:Introduction)

Image

To place our image on the left, type the following.

<div class='pull-left'>Image link</div>

and if it is to the right

<div class='pull-right'>Image link</div>





Sources

This might be one of the most important parts of steemit tbh, using sources of your images will give you the credibility you shall use it next to your link image.

You can either use

<a href="Link"></a> or [](Link)

Witdh

the width can be adjusted by varying the percentage of this code

 <table style="width:100%">

Now you have learned everything you are supposed to learn about Markdown and HTML.

To give you some more tips about the way you should write your posts to get votes from projects like @curie or @ocd.

  1. You should always put references of your images.
  2. Do not abuse Markdown or HTML.
  3. Use sources of your research.
  4. Make reference to the fact that the texts are your original texts.
  5. Avoid harassing people so that they vote you.
  6. Write a brief description of who you are at the end.
  7. Use your own style, create your own banner and marks.

Thank you everyone for staying tunned. I hope this guide is helpful for everyone.

Get on board and become a member of the incredible team of - @promo-mentors

If you are committed to the truth and want to get away from the conventional media I invite you to come over and be part of - @informationwar

Check out my new spanish project named "La República" and enjoy debating - @larepublica


Young student of modern languages at the Central University of Venezuela (UCV). I believe truth is the only path to success for our society. I have a long-term relationship with Philosophy, politics, and economy.

Thanks for reading!

Sort:  

@dcabellor, it is against steem courtesy to flag someone without telling them why you flagged it

Thanks for your support!

He also put me flag without giving me reason ...

Resteemed. Everyone could use a little reminder that these markdown exist for making our posts look more professional.

Thank you! Just wanted to help the community.

Loading...

Sorry about the attack on your post. I wish I would've had this guide when I first started.

No worries! Haters gonna hate. I wish this could help a lot of people tbh. Thank you!

Why are people down flagging you? This is a much needed post. I find it hard to understand steemians motives at times...

I really don't know, and this is the second time he flagged me.

Awesome post for using the Mark Down. I am gonna resteem this but it will be a while. Need to let my post be at the top for a little while.

Do not worry sr!

Thanks for your comment!

I gave a little "Fuzzy Love" to counter the flag ;-) Thanks for always putting together great posts.

Thanks Sp! You are awesome!

Thank you.. This information is invaluable to me. i have tried to understand the markdown guide without success. This post has made it so much clearer..

Thank you for the help...

Awesome! I'm very pleased to hear that!

Thank you for your comment!

Thanks again for reminding me I have to do something with my imagesizes..

always to lazy to do so, but it is a lot better actually!

You are very welcome karin! Hope it helps you!

Thank you for this! Here's another (thx to @jrhughes):
After using blockquote, create a space with ***
For two photos side by side (thx to @pegasusphysics):

HOWEVER,
I'm having trouble with text appearing between the two photos, and forcing a line break ( --- or *** ) doesn't fix it. I'll have to try your
or

and see if that works.
Also, using the --- underline command will usually BUT NOT ALWAYS cause the text above the line to go bold and sans serif.
I have more formatting glitches than I even know how to explain, much less how to get help fixing!
Thanks for this, @blackliberal.
----And now I can't get the formatting for side-by-side photos to show up in a comment box!

Congratulations! This post has been upvoted from the communal account, @minnowsupport, by BlackLibertario💡 from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows. Please find us at the Peace, Abundance, and Liberty Network (PALnet) Discord Channel. It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.

If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: 50SP, 100SP, 250SP, 500SP, 1000SP, 5000SP.
Be sure to leave at least 50SP undelegated on your account.

Coin Marketplace

STEEM 0.30
TRX 0.11
JST 0.033
BTC 64104.40
ETH 3148.52
USDT 1.00
SBD 4.25