Posts

Showing posts from May, 2020

Registration Page

Image
Simple Html Registration Page Html <! DOCTYPE html > < html > < head > < title > registration page </ title > < meta charset = "utf-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1" > < link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" > < script src = "https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" > < / script > < script src = "https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" > < / script > < link rel = "stylesheet" href = "style.css" > </ head > < body > < div class = "outer-div" > < div class = "reg-div row" > <!-- left side --> < div class = "col-md-5 left-side" > < div c...