HTML

I started learning HTML in 2011, and I use it to communicate ideas.

What is HTML?

Mozilla Developer Network HTML Docs

Introduction

HTML stands for Hyper Text Markup Language.

"Hypertext" refers to interconnection of symbolic representation, resulting in web pages being linked within or across domains.

HTML defines the meaning and structure of web content.

By using markup to annotate media, HTML provides nuanced handles for describing content.

Document structure is defined through a system of tags and attributes.

Tags are enclosed in angle brackets, and most come in pairs.

Elements (acknowledged)

Elements (alphabetized)