From 4a383492a57e84084c1b7979c3f792f5a936d614 Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:21:55 -0800 Subject: [PATCH] Add `Base` to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48e945a..05bbe53 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Additionally, `None` can be used to create an empty element, as in `elem.Div(nil `elem` provides utility functions for creating HTML elements: -- **Document Structure**: `Html`, `Head`, `Body`, `Title`, `Link`, `Meta`, `Style` +- **Document Structure**: `Html`, `Head`, `Body`, `Title`, `Link`, `Meta`, `Style`, `Base` - **Text Content**: `H1`, `H2`, `H3`, `H4`, `H5`, `H6`, `P`, `Blockquote`, `Pre`, `Code`, `I`, `Br`, `Hr`, `Small`, `Q`, `Cite`, `Abbr`, `Data`, `Time`, `Var`, `Samp`, `Kbd` - **Sectioning & Semantic Layout**: `Article`, `Aside`, `FigCaption`, `Figure`, `Footer`, `Header`, `Hgroup`, `Main`, `Mark`, `Nav`, `Section` - **Form Elements**: `Form`, `Input`, `Textarea`, `Button`, `Select`, `Optgroup`, `Option`, `Label`, `Fieldset`, `Legend`, `Datalist`, `Meter`, `Output`, `Progress`