HTML Basic Document
HTML Basic Document
<blockquote>
<frameset cols="25%,75%">
Text quoted from a source.
<frame src="page1.htm" />
</blockquote>
<frame src="page2.htm" />
</frameset>
<address>
Written by W3Schools.com<br />
Forms <a
href="mailto:[email protected]">Email
<form us</a><br />
action="http://www.example.com/test.as Address: Box 564, Disneyland<br />
p" method="post/get"> Phone: +12 34 56 78
</address>
<input type="text" name="email"
size="40" maxlength="50" /> Source :
<input type="password" /> http://www.w3schools.com/html/html_
<input type="checkbox" quick.asp
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>
</form>