<!DOCTYPE html>
<html>
    <head>
        <title>My Website</title>
    </head>
    <body>
        <div id="welcome">
            <h2 class="primary-heading">Welcome</h2>
            <p>p tag of welcome div</p>
        </div>
        <div id="about">
            <h2 >About</h2>
            <p>p tag of about div</p>
        </div>
    </body>
</html>