mardi 5 juillet 2016

How to make a linebreak in a paragraph in HTML

How can i add a line break to the text area in my html? I am a starting developer and i dont knwo how to do this!

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Test website</title>
</head>
<body>
    <p>Line 1
        Line 2</p>
    <p>Line 3</p>
</body>
</html>

The text: Line1 and line2 Are on the same line. How can i add the linebreak?

Aucun commentaire:

Enregistrer un commentaire