Web Terminology

A web page is a single file which contains a document following the HTML specification. It may reference external files to bring in design elements, multimedia elements, and script files. Typically this file will have an extension of either .html or .htm. On most web servers, web pages and other resources are case sensitive. Windows…

Intro to HTML 5

Version 4 and prior of HTML was a little “wild west” in how it was interpreted and defined. It wasn’t always consistent in how it was implemented or interpreted, and sloppy interpreters allowed lots of pages with errors displayed things differently. At one point it was estimated that 98% of all web pages had at…