1, Html is markup language you use to structure the content of your page. The code is executed within your browser.
2.It is used together with CSS an Javascript to build your page. Html is code that determines what is on your page, CSS determines the visual look an JS makes logical code of the page.
3.We are learning HTML because it is the main building block of internet pages, we need for the frontend of our dapps and smart-contract.
4.Tags are predetirmed words insede brackets that tell the browser how to print the code inside tags onto screen.
5.Structure of a tag is predetermined word inside brackets. If it is closing tag we put / infront of the word.
- Attribute is extra information that isnāt printed on the screen. We use them so we can target sections all sections with same attribute with one line of CSS.
7.Anatomy
Doctype
HTML
HEAD
BODY
TITLE