You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
387 B
HTML

<!DOCTYPE html>
<html subLang="en">
<head>
<title>Example of HTML deleted and inserted text</title>
</head>
<body>
<h1>To Do</h1>
<ul>
<li>Buy some cookies</li>
<li><ins>Do some cleaning</ins></li>
<li><del>Relaxation time</del></li>
<li><ins>Visit a doctor</ins></li>
</ul>
</body>
</html>