# HTML Elements GTML supports a variety of HTML elements that map to Godot controls. This reference covers all supported tags and their attributes. ## Container Elements Container elements create layout structures using Godot's Container nodes. | Tag | Description | Godot Control | |-----|-------------|---------------| | `
` | Generic container | VBoxContainer / HBoxContainer | | `
` | Section container | VBoxContainer / HBoxContainer | | `
` | Header section | VBoxContainer / HBoxContainer | | `