TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <body> <h2>Example with Attributes</h2> <p>The article was updated. The previous title was: <del cite="https://example.com/changes" datetime="2024-12-10T10:00:00">How to Learn HTML</del>.</p> </body> </html>