[html ¼Ò½º]
<html>
<head>
<meta http-equiv="Content-Type" content="text/phpl; charset=euc-kr">
<style type="text/css">
<!--
a:link {color:black; text-decoration:none; font-size:50pt; line-height:100%;}
a:visited {color:black; text-decoration:none; font-size:50pt; line-height:100%;}
a:active {color:blue; text-decoration:none; font-size:50pt; line-height:100%; }
a:hover {color:red; text-decoration: none; font-size:50pt; line-height:100%; }
-->
</style>
<title>sub Menu</title>
</head>
<body>
<a href="http://h744.cafe24.com">h744 cafe</a>
<a>boy</a><br>
<u> boy </u><br>
<center>
<b> boy </b><br>
y=x<SUP>2</SUP>+2x+1<br>
y=log<SUB>e</SUB>x<br>
</center>
<font color="FF00FF">my name is ...</font><br>
<small> hahaha </small><br>
<em> hahaha </em><br>
<STRIKE> hohohoho </STRIKE><br>
<font face="Gungsuh">you! what? </font><br>
<font size="7"> I am a boy</font>
<hr>
<ol>
<li>aaaa</li>
<li>bbbb</li>
<li>cccc</li>
</ol>
<br>
<ul>
<li>aaaa</li>
<li>bbbb</li>
<li>cccc</li>
</ul>
</body>
</html>
|