1
0
Fork 0
mirror of https://github.com/imjasonh/html synced 2026-07-07 00:23:26 +00:00

add output to readme

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2025-12-01 13:25:34 -05:00
parent 8729076961
commit f870fe0580

View file

@ -16,6 +16,12 @@ page := Div(
).Render()
```
This generates HTML like so:
```
<div><p>Hello, Jason!</p><a href="/home">Click here</a><img src="/logo.png" alt="Logo" /></div>
```
## Features
- Generated from [WHATWG HTML Standard](https://html.spec.whatwg.org/) WebIDL