swc/crates/swc_html_minifier/tests/fixture/attribute/headers/output.min.html

17 lines
631 B
HTML

<!doctype html><html lang=en><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0"><meta http-equiv=X-UA-Compatible content="ie=edge"><title>Document</title><body>
<table>
<tr>
<th id=name>Name</th>
<th id=email>Email</th>
<th id=phone>Phone</th>
<th id=addr>Address</th>
</tr>
<tr>
<td headers="name name">John Doe</td>
<td headers=email>someone@example.com</td>
<td headers=phone>+45342323</td>
<td headers=addr>Rosevn 56,4300 Sandnes,Norway</td>
</tr>
</table>