HTML-login Example with Bootstrap 4

Example of HTML login with Bootstrap4. How to do it? Step by step I’m going to help you get to this: You will need to add the following lines within the tag<HEAD></HEAD>: <!– JQUERY –> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js”></script> <!–FRAMEWORK BOOTSTRAP page style–> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css”> <scriptsrc=”https: maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js”=””></scriptsrc=”https:> <!– Solid icons from Fontawesome–> <linkrel=”stylesheet”href=”https: use.fontawesome.com/releases/v5.0.8/css/solid.css”=””></linkrel=”stylesheet”href=”https:> <scriptsrc=”https: use.fontawesome.com/releases/v5.0.7/js/all.js”=””></scriptsrc=”https:>…