{
  "$type": "site.standard.document",
  "canonicalUrl": "https://rickymoorhouse.uk/blog/2005/2005-10-03-useful-html-tags",
  "path": "/blog/2005/2005-10-03-useful-html-tags",
  "publishedAt": "2005-10-03T00:00:00.000Z",
  "site": "at://did:plc:r53zv4vpzeihop3aliwyejlu/site.standard.publication/3mos5q3a7jf2w",
  "textContent": "Just a quick note about some useful HTML tags that have been around for a long time, but I've found particularly useful recently:\n\n<del cite=\"_url_\" datetime=\"_YYYY-MM-DDThh:mm:ssTZD_>\n\n    Mark text that has been deleted, optionally citing a URL for more details and a date and time of change. Useful for marking alterations to posts.\n\n    <del>Example deleted text</del>\n\n< ins cite=\"_url_\" datetime=\"_date of change_ >\n\n    Mark text that has been inserted, optionally citing a URL for more details and a date and time of change. Useful for marking alterations to posts.\n\n    Example inserted text\n\n<dl><dt>_Term_</dt><dt>_Definition_</dt> </dl>\n\n    Definition list - example is this list of tags",
  "title": "Useful HTML tags"
}