Code
<!DOCTYPE html>
<html>
    <head>
        <style>
            [class^=top]
            {
                background: orange;
            }

        
</style>
    </head>
    <body>
        <h1 class="top-header">Welcome To Wikitechy<h1>
            <p class="topcontent">Hai Wikitechy </p>
    </body>
</html>


Result