1.HTML stands for Hyper Text Markup language it is code used to structure a web page and its content.
2. HTML is used to create links, text in paragraph form, bullet points, and post images.
3. We are learning HTML to give us a good starting point to learn how to code and so we can learn how to make websites in order to be able to put our crypto stuff on the web.
4. An HTML tag is what makes the text you write do what you want it to do. You could bold your text, make it a hyper link, or make it a paragraph, things like that.
5. The structure of an HTML tag is opening bracket text, then closing bracket
6. An attribute is something you want done to the text but you donât want it seen by the user.
7.
<!DoctypeHTML>
<HTML>