domrs 0.0.17

Document builder and serializer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta charset="UTF-8">
  <title>Div</title>
</head>
<body>
  <div>Before</div>
  <br/>
  <div></div>
  <br/>
  <div>After</div>
</body>
</html>