?
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<title>Title</title>
 
<style>body {width: 500px;}</style>
 
<script type="application/javascript">
  function $init() {return true;}
</script>
 
<body>
  <p checked class="title" id='title'>Title</p>
  <!-- here goes the rest of the page -->
</body>