For use in my blog post Tweaking Text Level Styles, Reprised. Check with HTML Nu checker.
<mark>
This is some plain text, and this is some text we are marking by using the
element.
<mark>
role="mark"
This is some plain text, and this is some text we are marking by using the mark
role.
<mark>
This is some plain text, and this is some text we are marking by using the
element.
<mark>
role="mark"
This is some plain text, and this is some text we are marking by using the mark
role.
<del>
Using the <del>
element on text that we are indicating is gone.
role="deletion"
Using the deletion
role on text that we are indicating is gone.
<del>
Using the <del>
element on text that we are indicating is gone.
role="deletion"
Using the deletion
role on text that we are indicating is gone.
<ins>
Conversely, this is text that we indicate has been added. Do this with the <ins>
element.
role="insertion"
Conversely, this is text that we indicate has been added. Do this with the insertion
role.
<ins>
Conversely, this is text that we indicate has been added. Do this with the <ins>
element.
role="insertion"
Conversely, this is text that we indicate has been added. Do this with the insertion
role.
<s>
This is an example of text that is no longer relevant. We do this with the <s>
element.
role="deletion"
This is an example of text that is no longer relevant. We do this with the deletion
role.
<s>
This is an example of text that is no longer relevant. We do this with the <s>
element.
role="deletion"
This is an example of text that is no longer relevant. We do this with the deletion
role.