You are viewing a single comment's thread from:

RE: 2nd lesson of HTML.(please help me to grow by following and upvoting)# class 2 html

in #html7 years ago

Hyper link is done by (*note i have used () insted of <>) (a href="https://www.facebook.com/")ADKA TUTOR(/a)

You use three backticks to show code:

` ` `code-goes-here ` ` `



Before:
` ` `<a href ="https://www.steemit.com/">Steemit</a>` ` `

After:
<a href="https://www.steemit.com/">Steemit</a>