Hello World
In Essepage, you generally code the content inside the <body></body>
tags of HTML. The part outside of the <body></body>
tags is handled by Essepage, so you don’t need to worry about it.
When learning from HTML books or websites, just focus on the content inside the <body></body>
tags.
Source Code
<h1>Hello World!</h1>