Posts

Showing posts with the label page

CODE FOR THE FOLLOWING LOGIN PAGE

Image
CODE <html> <style> .h1{     color: white;   } .h1{        font-size: 50px;      } .h2{         color: white;         font-size:40px;       } .h3{         color:white;         font-size:30px;       }  #box-1 {     background: linear-gradient(100deg, #CCFFFF, #FFCCCC);     width: 20%;     height: 45%;     filter:blur(-1px);   } .hi{             color: blue; } .h6{        color: blue;        font-size: 15px; } } </style> <body style = "background: url(https://htmlcolorcodes.com/assets/images/html-color-codes-color-tutorials-hero-00e10b1f.jpg); background-size: 100% 100%;"> <div> <h1 class="h1"> <b><center>WELCOME TO OUR XYZ WEBSITE</center></b></h1>...

CREATING A LOGIN PAGE IN HTML

Image
LOGIN PAGE login page is the page where we enter our information to a particular page or an application login page consists of  name of the website  content box text enter box password entry box  radio buttons  check boxes submit button  and the link to the main or sub page these are the factors considers when we create any login page  you can find how to create all the above factors in the earlier posts  THIS IS THE EXAMPLE OF A LOGIN PAGE  MADE BY ME IF YOU ALL WANT THE CODE OF THIS PAGE PLEASE COMMENT ME IN THIS POST