Pages

Saturday, May 3, 2014

HTML Margin Attribute

Format: <style="margin-top:50; margin-bottom:100px; margin-right:50px; margin-left:50px;>
<DOCMENT
<html>
<head>
<title> example of margin and float</title>
</head>
<body>
<h1 style="color:red; margin-top:50; margin-left:50;"> This is Nova System</h1>
<p ><strong>Programing Courese</p></strong>
<ol>

<l1> c/c++ programing. <br>
<l1> access programing. <br>
<l1> visual basic programing. <br>
<l1> java programing. <br>
<l1> <p style="color:red;float:right;"> flash scripting. </p>
</body>
</html>

Result:
This is Nova System
Programing Courese
c/c++ programing. 
access programing.
 
visual basic programing.
 
java programing.
 

flash scripting.

No comments:

Post a Comment