{% highlight html %}
{% endhighlight %}
---
layout: single
elementName: body
---
The container for a web page's content. Must be a direct child of
Example:
Copy
#
body
<html>, and must be an ancestor of all HTML elements (except where noted).
{% highlight html %}
{% endhighlight %}