DEV Community

Cover image for TIL - HTML Basics
Anne Quinkenstein
Anne Quinkenstein

Posted on • Edited on

1

TIL - HTML Basics

First of all: HTML is not a programming language but from tagging (markup), which informs the browser of the structure of the web application to be displayed.
List of HTML tags with examples
W3C Markup Validation Service

The 2 fundamental ans inescapable elements of HTML are head and body.
What’s in the head? Metadata in HTML
What's in the body? e.g. Hyperlinks,Images, Forms, ARIA for displaying dropdown content

first step

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay