Author Topic: New HTML programs  (Read 1668 times)

Offline OS923

  • Platinum Member (500+ Posts)
  • *****
  • Posts: 888
New HTML programs
« on: October 16, 2021, 03:44:29 AM »
I wrote several programs for HTML checking and filtering. If you delete tags and attributes that are not part of HTML 4 then the pages will open faster. Deleting tags is still to do.

  • Check HTML: makes a report of working and broken links and orphans and style. This works only with local files, no live internet.
  • Delete attributes: deletes attributes based on a blacklist.
  • Keep attributes: deletes attributes based on a whitelist.

Offline OS923

  • Platinum Member (500+ Posts)
  • *****
  • Posts: 888
Re: New HTML programs
« Reply #1 on: November 03, 2021, 11:02:19 AM »
These programs now support XHTML and now accept tag and attribute names with ':' and '-'. They will now accept ".html", ".dhtml" and ".php" extensions too instead of only ".htm". If your HTML pages have a doctype then it must be a valid doctype: HTML PUBLIC + 2 strings.