SGML (2)
1. Describes document elements with templates which define a syntax -DTD (Document Type Defiinition)
2. Templates are complex to make
3. Every document has a template usage information at the top -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
What does above mean? Yes, HTML is SGML!