mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
21 lines
558 B
HTML
21 lines
558 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>Sick time cases</title>
|
|
</head>
|
|
<body>
|
|
<ul type="<warning descr="Wrong attribute value">circ le</warning>">
|
|
<li>Item 1.</li>
|
|
</ul>
|
|
<table frame="<warning descr="Wrong attribute value">h sides</warning>">
|
|
<tr>
|
|
<td>A</td>
|
|
<td>B</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="foo"<warning descr="There should be a space between attribute and previous attribute"></warning>id="bar">A</td>
|
|
<td>B</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |