Thursday, 4 July 2013

html paragraph control




Introduction: 

Here I will Exaplain html paragraph control.



<!DOCTYPE html>

<html>

<body>

    <p>

        This is a paragraph.</p>

    <p>

        This is a paragraph.</p>

    <p>

        This is a paragraph.</p>

</body>

</html>



No comments:

Post a Comment