Create a Student Registration form using VisualForce, Apex part 1
Here I have created a Visual force page for student registration and added some images, buttons, and a registration form. And creating validations on controller in next post... <apex:page> <center> <apex:image url="https://c.na172.visual.force.com/resource/1587619471000/Background?" height="400px" width="1200px" styleClass="imageStyle"/> <div> <!- - Begin Default Content REMOVE THIS --> <h1>Congratulations</h1> </div> <div> <body style=" background-image:url('{!$Resource.BackgroundHome}');" background-repeat="no-repeat" background-attachment="fixed" background-position="center"></body> <h> This is your new Page</h> </div> <!-- End Default Content REMOVE...