Centering Tag

There is a very easy way to get different types of content to Center on a page, this same feature can be used to Center several different objects together. here are the Tags:

<center> and </center> are the open and close Tags for centering content. Everything in between these Tags will all be centered to collectively.

These Tags can be used in various places such as Tables or just the open space area of the document. Also, more than one set of these tags can be used in a single script. 

Example Script:

<html>
<head>
<title>
Your Page Name Here
</title>

</head>
</body bgcolor="white">

 
<center> Page Content </center>  

</body>
</html>


No comments:

Post a Comment