Hello everyone!
I have already completed upto achievement 3 and I am here to complete my Achievement 4 task which is about Applying Markdowns.
(1) Apply Heading
Table 1
Table 2
Table 3
Table 4
# Table 1
## Table 2
### Table 3
#### Table 4
We can apply heading by using "#" before the text.
(2) How to make Bold, Italic text
Bold text
We can make our text bold by applying ** before and after the text.
Italic Text
We can make our text bold by applying * before and after the text.
(3) How to justify text
We can justify text by applying
<div class="text-justify"> TEXT </div>
(4)How to quote text
I am Pawan Kumar from India. I am here to complete my Achievement 4 task.
We can quote our text by applying ">" before the text.
(5) How to make Tables
Table 1 | Table 2 |
---|---|
1. | Achievement 1 |
2. | Achievement 2 |
3. | Achievement 3 |
We can make this above by this-
|Table 1|Table 2|
|----|----|
|1.|Achievement 1|
|2.|Achievement 2|
|3.|Achievement 3|
(6) How to make text colour Red
Achievement 4
We can make text red by applying
<div class="phishy"> Text </div>
(7) How to center text
We can center text by -
<center>Achievement</center>
I have told total of 7 Markdowns style which will help us in making our article Presentation style better.
Thank You.
Your post is virtually empty. Please write some content and apply the markdown styles properly @pawankumar100
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit