<header>
        <h1>Example HTML</h1>
        </header>
        <main class="style">
        <p>Some text</p>
        </main>

        <main class="test">Test</main>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <article> <h1><?php the_title(); ?></h1> <?php the_content(); ?> </article> <?php endwhile; endif; ?>

<html>
    <body>
    <?php
                # Here echo command is used to print
                echo "Hello, world!";
            ?>;
        >/body>
</html>