reading-notes

Read: 04 - Structure web pages with HTML

What is HTML and why do we use it?

HTML, or HyperText Markup Language, is used to structure a web page and its content.

What are the 3 main parts of an HTML element?

  1. The closing/ opening tags
  2. The content
  3. The element

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

It is called an attribute, and contains additional info about elements that is generally hidden.

What is a semantic element?

Semantics refers to the effect of a piece of code on JS, CSS, and HTML.

Examples: <article> <mark> <nav>

Class References

Resources

Read

Skimmed