Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <fieldset style="text-align:right;"> <legend><b>Address Details</b></legend> Favorite Address <input type="text" style="width:120px;" /><br /> Least Favorite Address <input type="text" style="width:120px;" /><br /> Current Address <input type="text" style="width:120px;" /><br /> Your Next Address <input type="text" style="width:120px;" /><br /> </fieldset>