|
||||||||||||
Web Services Home |
|
Align AttributeMany tags support ALIGN attributes... if you want something to be aligned from the left margin, from the center, or from the right margin. The ALIGN attribute is placed in the opening tag before the >. <h2 align="left">Left Align.</h2> Left Align.<h2 align="center">Center Align.</h2> Center Align.<h2 align="right">Right Align.</h2> Right Align.**Putting together everything we have learned so far, you could produce an HTML document that looks like this: <html>
<head>
<body> </html> To view this web page, click here. |