main one
this is a good source for the above code.
Also! the code used to embed a link with the desired text is this!
< a href="(link)"> (what you want the link to show as or say instead of it)< /a>
< style>
body {background-image: url("(image link)");}
is how to set an image background, be wary it can get uh not great across different size platforms/devices.
This is how to make an image link (this goes in the body tag!!)
< a href="(page you want it to go to"> < img src="(link to the image youre using)"> a>
With proportions:
< a href="(link)">< img src="(image link)" style="width:42px;height:42px;">< /a >
How to hilight text:
< span style="background-color: (colour);" >(text)< /span>
back/sad homepage