HTML - Centering: Difference between revisions

From PiRho Knowledgebase
Jump to navigationJump to search
Created page with "<pre> <table width="100%" height="100%"> <tr> <td align="center">HTML centered</td> </tr> </table> </pre> Reference: http://www.kompx.com/en/html-centering.htm KOMPX.COM: HTML centering"
 
mNo edit summary
 
Line 1: Line 1:
[[Category:HTML]]
<pre>
<pre>
<table width="100%" height="100%">
<table width="100%" height="100%">

Latest revision as of 11:47, 6 March 2025

<table width="100%" height="100%">
	<tr>
		<td align="center">HTML centered</td>
	</tr>
</table>

Reference: [KOMPX.COM: HTML centering]