mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
377 B
HTML
20 lines
377 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<HTML>
|
|
|
|
<HEAD>
|
|
<TITLE>text-align: center</TITLE>
|
|
</HEAD>
|
|
|
|
<BODY style="text-align: center">
|
|
|
|
<H1><BODY style="text-align: center"></H1>
|
|
|
|
<TABLE width=80% border=1>
|
|
<TR>
|
|
<TD>The text should be center-aligned not the table</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
</BODY>
|
|
</HTML>
|