How do you show web page content without an html tag?

When you go to some websites, there are directories that show content without an "html" or "php" or "asp" tag. For example, the URL for Google Maps is google.com/maps, not google.com/maps.html or google.com/maps.aspx. www.google.com/maps is a functioning web page, showing content, but without any tags. How do I create such a page for my own site?
 
Back
Top