welcome to the html basics guide! this is just a list of basic commands for html which might help you if you're a beginner!

text: < p >hello world!< p >

referral link: < a href="https://example.com">example< /a >

image: < img src= "https://example.com/image.jpg" >

to center your image: write < div style="text-align:center;" > before the image code and end it with < /div >

more commands coming soon!

<< back