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:
parent
8729076961
commit
f870fe0580
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue