Body
form
Valueis written text before the use input.
Nameis what the input is gonna be called by PHP and JavaScript
<form action="login.php" method="post">
Username: <input type="text" value = "alice" name="username" size="36" /><br>
Password: <input type="password" value = "1234" name="password" size="36" /><br>
<input type="submit" value = "Submit" />
</form>
Profile

<img src="/images/officers/daehan.jpg" class="img-circle" style="width:80px; height:80px;">
<span class="h3">Daehan Chi<br></span>
<span>Webmaster</span><br>
<p><i class="fa fa-envelope-o"></i>
<abbr title="Email">E</abbr>: <a href="mailto:[email protected]">[email protected]</a>
</p>
<img> tag
<img src="smiley.gif" alt="Smiley face" height="42" width="42">