[Solved] Make a HMTL hyperlink not appear as a hyperlink


If you are using inline css you can use like this –

<html>
    <head>
        <link rel="stylesheet" type="text/css" href="https://stackoverflow.com/questions/44939393/style.css">
    </head>
    <center>
    <div id = "indexBackgroundOne"><h2 style="font-family:verdana;text-decoration: none;color:black;"><a href=""  style="text-decoration: none;color:black;"> Q U E S T S &reg;</a></h2></div>
    </center>
</html>

solved Make a HMTL hyperlink not appear as a hyperlink