- Button text with multiple colors
- <button>Take me there <span style="color: red"> > </span></button>
- <button type="submit">Take me there <span style="color: red"> > </span></button>
- <style>
- button:first-letter {
- color:red;
- }</style>
- <button type="submit"><Take me there ></button>