back to home

HTML "ins" & "u" tag

  1. The HTML < ins> element defines inserted/added text or underline.
  2. < p>My favorite < ins>color< /ins> is red.< /p>
  3. < p>My favorite < u>color< /u> is red.< /p>
  4. Displays
    underlineText_tag