HTML codes are what make up a website. HTML codes is the programming language. Six examples of HTML codes are "<h1> to <h6>". <h1> to <h6>" is the font size for coding. <h1> being to largest and <h6> lowest.
The second HTML code is "<head>". <head> contains the information for the document.
The Third HTML code is "<title>". <title> is where the title of the document goes.
The fourth HTML code is "body". <body> is where the body of the body of the document goes.
The fifth HTML code is "<b>". <b> bolds text.
The sixth and last code that I am going to be showing is "<br>". <br> stands for break, and it is when you want to do a single line break.