Code
<!DOCTYPE html>
<html>
    <body>
        <h2 style="color:#00FF00">
            Welcome To Wikitechy
        </h2>
        <h2 style="color:rgb(255, 165, 0)">
            Best E Learning Website In The World
        </h2>
        <h2 style="color:blue;">
            You Can Learn All The Technologies Easily
        </h2>
    </body>
</html>

Result