Lecture overview -- Keyboard shortcut: 'u'  Previous page: An Introductory LAML Example [Section] -- Keyboard shortcut: 'p'  Next page: Programmatic Authoring [Section] -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    LAML - slide 2 : 24

HTML documents in LAML
We introduce LAML by studying the LAML counterpart of a very simple HTML document
 

initial-document.html
A very simple HTML document that illustrates the overall HTML document structure.
doc0.laml
The same document as an LAML expression.
doc1.laml
The document from above embedded in the LAML framework.