Html debris copied from other websites

*Blog post
2007
Obsolete page
Website details
Author

Steve Simon

Published

September 27, 2007

[Note: These stray tags are no longer an issue since I converted to using blogdown to create webpages.]

When I use cut-and-paste to get information from other webpages copied to other pages (respecting copyright, of course), I get some stray html code that clutters up my web pages. I also seem to get some of this clutter just by cutting-and-pasting from Microsoft Word or even from within Frontpage itself.

One of the most common of these stray codes is <span>. This tag is used a lot with Cascading Style Sheets, two things which I have not bothered adding yet to my web pages. Out of morbid curiosity, I noted all the various <span> tags on my site.

These tags do not directly affect the display of my webpages, so it would be safe to ignore them. But the thought of alien tags on my website bothered me enough that I took the trouble to strip them all out.

Update (October 3, 2007) Another stray tag is <font face=“Times New Roman”>

Earlier versions are here and here.