type or paste code here
```html<!DOCTYPE html>
<html>
<head>
<title>Welcome Back!</title>
<link rel="stylesheet" href="sam.css">
</head>
<body>
<h1>Welcome Back !</h1>
<p>Enter your personal details to use all of site features</p>
<h2>SIGN IN</h2>
<form>
<label for="email">Email:</label><br>
<input type="text" id="email" name="email"><br>
<label for="pwd">Password:</label><br>
<input type="password" id="pwd" name="pwd"><br>
<input type="submit" value="Submit">
</form>
<h2>Create Account</h2>
<form>
<label for="name">Name:</label><br>
<input type="text" id="name" name="name"><br>
<label for="email">Email:</label><br>
<input type="text" id="email" name="email"><br>
<label for="pwd">Password:</label><br>
<input type="password" id="pwd" name="pwd"><br>
<input type="submit" value="Submit">
</form>
</body>
</html>
Please Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.