Code
<!DOCTYPE html>
<html>
    <head>
        <title>
            Wikitechy paragraph tag
        </title>
    </head>
    <body>
        <h2>Wikitechy Paragraph</h2>
        <p>
            Learn to Code in Wikitechy
        </p>
        <p>
            Teach people how different technologies are organized Covers a variety of topics.
        </p>
    </body>
</html>

Result