CODING 101
image source: HKSTP
I'm posting this for all beginners and also for myself to prevent amnesia effect on coding (HAHAHA)
< center>
It centers anything between < center> and < /center>.
Example :
You may use this syntax to format width and/or height of the image.
Example: < img src="image URL" width=350 height=220>
In case that the image cannot be displayed, we can include an alt attribute to the < img> tag.
< img src="image URL" alt="Here is a description of the image.">
Hello,
and the bigger the number after the h, the smaller the text gets. So for any text between < h6> and < /h6>,
< blockquote> and < code>
Posting an excerpt from a book or do some quotes.
You can place your quotes in between < blockquote> and < /blockquote>.
"I love HTML," Steemit said.
On the other hand, posting parts of codes like I'm doing here could be placed in between
< code> and < /code>.
Other codes:
< strike> and < /strike>
Example : Other codes:
< sub> and < sup> and < strike>
Example : Other codes:
You can subscript anything between < sub> and < /sub>.
On the other hand, you can superscript anything between < sup> and < /sup>.