blob: 14493b7f669523094880ee1475a5a5e1b1b64e1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
This is a file.
Here is a tag: <strong >very cool</strong>
Tags can have attributes: <div id = foo >...</div>
Attribute values can be quoted: <input name = 'age' type = "number">
This is malformed < test
Characters can be escaped but don't forget the semicolon: ¶
|