HTML Code
HTML Code
<html>
<head>
<meta charset="utf-8">
<title>MTU</title>
</head>
<body>
<ul type="circle">
<li> mtu</li>
<ol type="1">
<li>main</li>
<ul type="circle">
<li>health</li>
<li>social</li>
</ul>
<li>tepi</li>
<ol type="i">
<li>sc</li>
<li>eng</li>
</ol>
</ul>
</body>
</html>
Login form
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>login</title>
</head>
<body>
<fieldset>
<legend>login form</legend>
<form action=""method="post">
<label>UserName:</label>
<label>Password:</label>
</form>
</fieldset>
</body>
</html>