Search notes:

HTML elements: ins and del

The <ins> tag is usually used to highlight inserted text in a HTML document.
Similarly, the <del> tag brings out deleted text.
The datetime attribute can be used to indicate the timestamp of the modification.
<!DOCTYPE html>
<html>
<head>
  <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
  <title>HTML tags: &lt;ins&gt; and &lt;del&gt;</title>
</head>
<body>

  Here is some <del datetime="2014-08-28T16:05:21Z">deleted text</del> while this text here was <ins cite="foo.html">inserted</ins>.

</body>
</html>
Github repository about-html, path: /tags/ins-del.html

See also

HTML elements

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758206776, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/web/HTML/tags/ins-del(58): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78