I will guide you to create the login form in this tutorial. This will help you to create or edit phishing webpages.
In order to create form use “<form>”tag
Like this
<form>
</form> //closing tag
Add Username field as Text field using “<input>” tag:
<input type=’text’ name=’username’ />...