שאתה רוצה לעשות זאת,אתה משתמש בקוד.
איזה קוד?אפשרות א':
קוד HTML:
 
<br />
<input type="password" name="oldpass" maxlength="10" />סיסמא נוכחית 
<br />
<input type="password" name="newpass" maxlength="10" />סיסמא חדשה 
<br />
יש עוד אפשרות ב':
קוד HTML:
<br />
<input type="password" name="oldpass" maxlength="10" />סיסמא נוכחית 
<br />
סיסמא חדשה
<input type="password" name="newpass" maxlength="10" /> 
<br />
אפשרות ג',הכי מוכרת:
קוד HTML:
<div dir="rtl">
<br />
<input type="password" name="oldpass" maxlength="10" />סיסמא נוכחית 
<br />
סיסמא חדשה
<input type="password" name="newpass" maxlength="10" /> 
<br /
</div>


תהנו =]