Here new paragraph has been added.
The meeting data was fixed.
<ins> tag represents an addition of text in a document. The additional text looks underline.
<article>
<p>Here <ins>new paragraph</ins> has been added.</p>
<p><ins>The meeting data was fixed.</ins></p>
</article>
</>
Here new paragraph has been added.
The meeting data was fixed.
The addition of text is represented by the ins element.
Both opening and closing tags are necessary for the ins element.
All the global attriutes are applicable on the ins element.
Was this article helpful?