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

<div id="homepage" style="display: flex; align-items: center; gap: 5px;">
    <img src="https://i.esdrop.com/d/f/bh8rwl3bwU/SsDieuPLso.png" alt="Essepage Logo" style="width: 45px; height: 45px;">
    <h1>
        <span style="font-family: sans-serif; color: DimGray;">
            Hello World!
        </span>
    </h1>
</div>

Play

Check in the browser

Last updated: