HTML text Formatting [] How to mark deleted and inserted text

How to mark deleted and inserted text

<!DOCTYPE html>
<html>
<body>

<p>My favorite color is <del>blue</del> <ins>red</ins>!</p>

<p>Notice that browsers will strikethrough deleted text and underline inserted text.</p>
</body>
</html>

Output

My favorite color is blue red!

Notice that browsers will strikethrough deleted text and underline inserted text.

ليست هناك تعليقات:

إرسال تعليق