Posts

Showing posts from February, 2026

FormDemo.html

  < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Student Registration </ title >     < style >         table , tr , td , th {             font-size : 25px ;         }     </ style > </ head > < body bgcolor = "#ddeeaa" style = " text-align: center;font-size: 25px;" >     < h1 style = " text-align: center;color: blue;" > Student Placement Registration </ h1 >     < form action = "" >         < table style = " margin-left: 600px;" >             < tr >                 < td >< label for = "" > Enter First Name </ label ></ td > ...

ImageExample.html

  < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Document </ title >     < style >         img {             width : 250px ;             height : 250px ;             margin : 50px ;             border-radius : 125px ;             float : left ;         }         h1 {             text-align : center ;             color : blue ;         }         table {             border : 1px solid white ;             border-collapse : colla...