Code
<!DOCTYPE html>
<html>
    <head>
        <style>
            h1, h2, p  {
                text-align: center;
                color: red;
            }

        
</style>                    
    </head>
    <body>
        <h1>Welcome to Wikitechy!</h1>
        <h2 class="color-green"> Find solution for All technology Errors</h2>
        <p> Execute the code in wikitechy.</p>
    </body>
</html>


Result