Sunday, July 14, 2013

Pragraph with inline style

<html>
<body>
<p style="color: red; margin-left: 20px; font-size: 30px;">
This is a paragraph
</p>
</body>
</html>

Result: This is a paragraph

No comments: