Show Eye icon on password input field Link The following shows the HTML code of the page: <!DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" /> < meta name = "viewport" content = "width=device-width, initial-scale=1.0" /> < title > Toggle Password Visibility </ title > < link rel = "stylesheet" href = "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css" /> < link rel = "stylesheet" href = "css/style.css" /> </ head > < body > < div class = "container" > < h1 > Sign In </ h1 > < form method = "post" > < p > < label for = "username" > Username: </ label > < input type = "text" name = "username" id ...