You are on page 1of 1

<!

Doctype Html>
<head>
<title>Website # 1</title>
<style>
body{ background-color: green;
color:white;
text-align:centre;
}
<body>
Assignment # 1
<form>
Name:
<input type="name" id="fname"/>
</body>
</head>
</html>

You might also like