
<html>
<head>
<title>Title of document goes here</title>
</head>
</html>
<h2> . . . </h2>
<h3> . . . </h3>
<h4> . . . </h4>
<h5> . . . </h5>
<h6>Smallest Heading</h6>
A
named anchor:
<a name="tips">Tips Section</a>
<a href="#tips">Jump to the Tips Section</a>
<table border="1">
<tr>
<th>Tableheader</th>
<th>Tableheader</th>
</tr>
<tr>
<td>sometext</td>
<td>sometext</td>
</tr>
</table>
<frameset cols="25%,75%">
<frame src="page1.htm" />
<frame src="page2.htm" />
</frameset>
<input type="text" name="email"
size="40" maxlength="50"
/>
<input type="password" />
<input type="checkbox" checked="checked" />
<input type="radio" checked="checked" />
<input type="submit" value="Send" />
<input type="reset" />
<input type="hidden" />
<select>
<option>Apples</option>
<option selected="selected">Bananas</option>
<option>Cherries</option>
</select>
<textarea name="comment" rows="60"
cols="20"></textarea>
</form>
<!-- This is a comment -->
<blockquote>
Text quoted from a source.
</blockquote>
<address>
Written by Leakbali.com<br />
<a href="mailto:us@example.org">Email us</a><br />
Address: Jalan Anak Agung Santi Shinta Nala, Nusa Dua<br />
Phone: +1010 2020 3030
</address>