1 2 3 4 5 6 7 8 9
<html> <div class="header"> <h1>My Journal</h1> </div> <div class="content" disabled> <p>Hello World</p> </div> </html>