reading-notes

HTML Notes

What is HTML and why do we use it?

Html is a language that determines the structre of your content.

What are the 3 main parts of an HTML element?

The 3 main parts of html are tags, content, and elements

What is it called when you give an element extra information?

Extra information of an element is called an attribute.

What is a semantic element?

Semantic elements are elements that give a purpose to a piece of code. For example the h1 element gives the code the purpose of being a heading on your page.