Achievement 4 by @sadiqxylo Task: Applying Markdowns

in hive-172186 •  4 years ago  (edited)

Greetings everyone

I am much grateful to write to complete my achievement4 task. First of all, I will like to send my appreciation to @njaywan, @belenguerra, @fendit, @cryptokannon for their detailed lecture in this achievement task.

image.png

source


How to Align a Text

We have four different types of alignment;

  1. Align left
  2. Align right
  3. Align center
  4. Justify

Markdown for Left Alignment

<div class="pull-left"> BLOG & EARN FOR FREE</div>
BLOG & EARN FOR FREE

Markdown for Right Alignment

<div class="pull-left"> BLOG & EARN FOR FREE</div>
BLOG & EARN FOR FREE

Markdown for Center Alignment

<center>BLOG & EARN FOR FREE</center>

BLOG & EARN FOR FREE

Markdown for Justify

<div class="text-justify"> Sometimes credits given to a work does not necessarily depend on what it entails but sometimes how it is presented, arrangements and modification.  We do so in blockchain by applying markdown styling. Below are some markdown styling which I have learned from the achievement4 lecture.</div>
Sometimes credits given to a work does not necessarily depend on what it entails but sometimes how it is presented, arrangements and modification. We do so in blockchain by applying markdown styling. Below are some markdown styling which I have learned from the achievement4 lecture.

Markdown for Creating a Table

Contest | Winners
---------- | ----------
hockey | winner 1
football | winner 2
ContestWinners
hockeywinner 1
footballwinner 2

Markdown for Headlines

# Headline 1
## Headline 2
### Headline 3
#### Headline 4
##### Headline 5

Headline 1

Headline 2

Headline 3

Headline 4

Headline 5

As the number of hashtag symbol # increases, the headline size decreases.

Markdown for Adding Subscripts and Superscripts

Subscript

CaCl<sub>2</sub>

CaCl2

Superscript

1<sup>st</sup>

1st

Markdown for Bold and Italic

Bold

**BLOG & EARN FOR FREE**

BLOG & EARN FOR FREE

Itali

*BLOG & EARN FOR FREE*

BLOG & EARN FOR FREE

Markdown for Quotes - Blockquotes

>The goal is to be strong not to look strong
-Abubakar Abdul-Salam

The goal is to be strong not to look strong
-Abubakar Abdul-Salam


The above are some of the markdown styling I have learned from the achievement 4 lesson and I will be using it in my next posts.

Thank you all for your attention

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:  

You have been upvoted by @njaywan and I’m voting with the Steemit Community Curator @steemcurator03 account to support the newcomers coming into steemit. You may now proceed to the next achievement task.


Keep following @steemitblog for updates.

Here is a catch-up vote for the missed curation on your achievement 3

Congratulations @sadiqxylo upon completion of achievement 4.
There's more to learn about using stem tools in achievement 5.
I know you'll love it.

Thanks a lot. I have just started working on my achievement5 task.

Great

Good