HTML Tutorial
title
: Provides additional information or context for the replaced text.<p>The quick <rp>brown</rp> fox jumps over the lazy dog.</p>
<p>The latest update to the software is version <rp>1.5</rp> 1.6.</p>
Simple HTML Example:
<!DOCTYPE html>
<body>
<p>The <rp title="original: quick">fast</rp> fox jumps over the lazy dog.</p>
</body>
</html>
<rp>
:title
attribute can provide additional context for screen readers or other assistive technologies.<rp>
helps maintain semantic integrity by preserving the original text while indicating that it has been modified.