<html>
<head>
<title>Wishtack Course</title>
</head>
<body>
<h1>Wishtack</h1>
<p>Wishtack is cool...</p>
</body>
</html>
<!-- Link. -->
<a href="https://www.wishtack.com">Wishtack</a>
<!-- Image. -->
<img src="https://www.wishtack.com/logo.svg">
<!-- Form. -->
<form
action="/submit"
method="POST">
<input
name="userName"
placeholder="Enter your name here"
type="text">
<button type="submit">Submit</button>
</form>