Highlight in HTML editor
Loretta.B.357
Posts: 7 🔍
In the HTML editor, there doesn't seem to be a way to highlight text? Is the code to type in so that text can be highlighted? Highlight is not necessarily an accessibility issue since it can often be used as grey scale.
Tagged:
Answers
-
@Loretta.B.357 The mark element in HTML will highlight text in yellow. In the source code editor, surround the text with <mark> and </mark>.
-
That did it! I now have highlighted text. Any way to get colors other than yellow ?