reading-notes

Structure web pages with HTML

What is HTML and why do we use it?

HTML is Hypertext Markup Language.

It is used generate the content and structure of a website.

What are the 3 main parts of an HTML element?

An element has 3 main parts

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

Elements will have attributes to provide additional information.

What is a semantic element?

A semantic element is an element with a tag that describes the element’s purpose.