Alternatives to HTML
- Standard Generalised Markup Language (SGML): The markup language from which HTML and XML were developed.
- XML: Extensible Markup Language: A form of SGML-based markup which allows you to create your own elements and attributes.
- Document Type Definition (DTD)/Schema: A file containing the rules for how markup elements are parsed or processed.
Return to Top