How come tags are always in uppercase on really old sites and why did the transition to lowercase happen?
My guess is that back in the day we'd be writing these pages in a plain text editor and all caps made it easier to distinguish tags.
PizzaHut still serves its first homepage
21–30 of 130 posts
Re: PizzaHut still serves its first homepage
#22Re: PizzaHut still serves its first homepage
#23Re: PizzaHut still serves its first homepage
#24I wonder how we'll do this kind of thing 10 years from now? Web pages have got so complex, even simple blogs etc, that serving them without keeping the infrastructure running is going to get harder and harder...
Scrape the website to html and css and toss that up anywhere. Every CMS can be a static site generator if you want it to be.
Re: PizzaHut still serves its first homepage
#25Earlier quoted context omitted.
Its, not it's.
[deleted]
https://www.itsiticecream.com/
Of course you can order them delivered online, just like pizza (but with a minimum of 8 cases):
Re: PizzaHut still serves its first homepage
#26http://web.archive.org/web/19961219205128/http://www.pizzahu...
Comment shows it was created in 1994
HTML index.html
DESCRIPTION Home Page.
REVISIONS
Date Who Comments
---- --- --------
08/18/94 SCO created.
Re: PizzaHut still serves its first homepage
#27How come tags are always in uppercase on really old sites and why did the transition to lowercase happen?
I believe xhtml made uppercase tags invalid.
4.2. Element and attribute names must be in lower case
XHTML documents must use lower case for all HTML element and attribute names. This difference is necessary because XML is case-sensitive e.g. and are different tags.
Re: PizzaHut still serves its first homepage
#28Re: PizzaHut still serves its first homepage
#29Re: PizzaHut still serves its first homepage
#30Earlier quoted context omitted.
Scrape the website to html and css and toss that up anywhere. Every CMS can be a static site generator if you want it to be.
Sure, but many of these sites are taken down/replaced, and only years later does nostalgia kick in... At that point, its too late to scrape the site!