RetroZilla/parser/htmlparser/tests/html/tbody001.html
2015-10-20 23:03:22 -04:00

18 lines
294 B
HTML

<HTML>
<HEAD>
<TITLE>Welcome to Netscape</TITLE>
</HEAD>
<BODY>
<TABLE>
<TBODY>
<TR>
<TD>
table element with no attributes. The required embedded
elements are used - TBODY-TR-TD.
</TD>
</TR>
</TBODY>
</TABLE>
</BODY>
</HTML>