https://www.w3.org/TR/2011/WD-html5-aut ... ement.html
The BBCode "hightlight" could be used with the mark element; The CSS already includes the mark element in normalize.css [phpBB], which exists in line 145: e.q. 3.3.13, 3.3.14
Code: Select all
mark {
background: #ff0;
color: #000;
}
=====
BBCode usage
Code: Select all
[hightlightmark]{TEXT}[/hightlightmark]
HTML replacement
Code: Select all
<mark>{TEXT}</mark>
Code: Select all
Mark text and highlight it with highlightmark [hightlightmark]TEXT[/hightlightmark]


Code: Select all
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no [hightlightmark]sea takimata[/hightlightmark] sanctus est Lorem ipsum dolor sit amet.
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.