Code
<!DOCTYPE html>
<html>
    <head>
        <title>Wikitechy span tag</title>
    </head>
    <body>
        <p>
            Welcome to <span style="color:red">Wikitechy.</span>
        </p>
    </body>
</html>


        


Result