Welcome to my website. You use h1 for the highest hierarchy heading up to h6. I can put links with the opening and closing arrows, like in h1-6 header using this code: a href= "link" Check out this! /a
Example: Check out my classroom for the categorization of all my portfolio, inspiration & more! You have to write it before the /p closing tag, be careful to nest things properly.
To add an image, you need to put a link to the image source, the code being "img src="/link.png" with the "<>" opening closing tabs.
To make an unordered list, you have to put "ul" -> li /li indefinetly closed by /ul. To make an ordered list with numbers, replace "ul" with "ol".