<html>
<frameset rows="20%,80%">
<frameset cols="100%">
<frame src="page1.html">
</frameset>
<frameset cols="20%,80%">
<frame src="page3.html">
<frame src="page2.html">
</frameset>
</html>
<html>
<head>
<Title> This is my First Web page</Title>
</head>
<body bgcolor=yellow>
<h1>MService.com</h1>
<form>
<center>
Username: <input type="text" />
<Input type="submit"value="Submit" />
</center>
</form>
</body>
</html>
<html>
<head>
<title>This is my First Web page</title>
</head>
<body bgcolor=lightgreen>
<form>
<center>
<h1>Login Your ACCOUNT</h1>
First name: <input type="text"/><br /><br />
Last name: <input type="text" /><br /><br />
<input type="submit" value="Sign In" />
</center>
</form>
<form>
<input type="checkbox"/>Save user name and password
</form>
</body>
</html>
<html>
<head>
<title>This is my First Web page</title>
</head>
<body bgcolor=lightblue>
<h4>Mail</h4><br>
<a href="https://www.gmail.com/intl/en/mail/help/about.html">Create new Acoount</a>
</body>
</html>
No comments:
Post a Comment