Hello, I need help changing this line of code that currently works:
*<a href="DPS_Guitarspg3.html">
<button style="background-color:rgb(0,0,5)"; type="button"> <p style="color:rgb(111,0,100);"> Guitars</p></button> </a>*
I want to convert it to the following format using a class:
*<a href="DPS_Guitarspg3.html">
<input type="button" class="inline" id="redirectButtons">
</a>*
My question is where and how do I include the colored text ("Guitars") in the new code block above. I apologize for my lack of knowledge in HTML. Thank you for your assistance.