Because most people come to this world, many people come from different parts of the world all over the world, so I would like to welcome you. how to give more style and better visualization to your post.
Let's start with this instruction to create titles and subtitles.
For that we use the symbol #, detached from the word or phrase and the size of the letter will depend on the amount you use, you can use from 1 # to 6 # as follows:
# Title
## Title
### Title
#### Title
Example:
Title with 1#
Title with 2#
......
Title with 6#
A way to write text in bold and italics using only () and / or (_)*:
** here the text in bold * or __ here the text in bold __
* here the text in italics * or _ here the text in italics _
We can combine both to have text in bold and italics
*** text in bold and italics here *** o ___ text in bold and italics here ___
If we want to shade a sentence or paragraph we use the following HTML tag:
<code> Text highlighted here </code>
The text remains this way, ideal for citing paragraphs
Or highlight the paragraph with a vertical line on the left side of the text:
<blockquote> Text highlighted here </blockquote>
The text is as follows
To create hyperlinks and cite sources of content obtained from a web page:
[hyperlinked word]( link to the website)
It would show as follows: hyperlinked word o Source
Next, I bring you a table with a series of HTML tags and for each of the instructions to serve
| Function | code |
| To justify a text | <div class="text-justify">
<p> |
| Bold text | <b> Bold text <b> |
| Italic or cursive | <i> Text here </i> |
| <li> Paragraph or word with bullet here </li> | |
| <del> Text struck here <del> | |
| Text subscript | <sub> Subscript text here </sub> |
| Text superscript | <sup> Superscript text here </sup> |
| To separate paragraph with
a horizontal line.
Does not use closing torque | <hr> |
| To perform line break
or separate paragraphs.
Does not use closing torque | <br> |
| To center text | <center> Text centered here </center> |
| To create a table like this
to organize text | ||| |---|---| |
By @ chuchu-cordova for the new steemians