Code
<!DOCTYPE html>
<html>
    <head>
        <style>
            p{
            text-align: center;
            color: green;
            }

        
</style>                    
    </head>
    <body>
        <p>welcome to wikitechy.</p>
    </body>
</html>

Result