Monday, December 17, 2012

Line break in HTML 5

<!DOCTYPE html> 
<html>
    <head>
        <title>
            HTML Image
        </title>
    </head>
    <body>
        <p>This is first line<br/>
        This is second line</p>
    </body>
</html>

No comments:

Post a Comment