|
The style element holds a place in the HTML
document for setting all the properties that control its appearance,
including font selection, color, alignment, and borders. The
<STYLE> tag is supported
by two W3C recommendations on cascading style sheets.
Example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML
4.0 Transitional//EN"
"http:
//www.w3.org/TR/REC - html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>
Layout Galaxy Home page
</TITLE>
<STYLE>
<!
body { font-family : "Comic Sans MS", Technical,
"Times New Roman", serif }
-->
</STYLE>
</HEAD>
<BODY>
<H1> Training Method</H1>
<P> The Training Methods are designed
in such a way that user can feel more comfortable by it.
<HR>
</BODY>
</HTML>
Copyrights : Layout Galaxy All Rights Reserved
No part of this tutorial may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, electrostatic, magnetic tape, mechanical or otherwise, without prior permission in writing from Layout Galaxy.
|
|