HTML is the code in which the website is written. You mentioned hyperlinks - for example the HTML tag for a hyperlink is <a href="web address you want to link to" title="put the link title here">Link Text Here</a>.
The HTML tag to instruct the browser to use boldface font is <strong>Bold text goes here</strong>.
And so on and so forth.
The HTML tag to instruct the browser to use boldface font is <strong>Bold text goes here</strong>.
And so on and so forth.