blob: 2b69ce558e47d489d10a22072cbcbe7d285c17fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
note:
┌─ test.html:1:1
│
1 │ this is a tag: <h1>test</h1>
│ ^^^^^^ ^^ ^^ end tag
│ │ │
│ │ start tag
│ attr value
2 │
3 │ tags can have attributes: <div id = foobar>
│ ^^ attr name
|