Header.php and Footer.php File for Online Admission Project

Given code below is used for the header image of the online admission project.

Save the file with name header.php in folder of your project name you created. Like onlineadmissionproject

<div style="margin:auto;width:850px;border-color:#98bf21;">
    <img src="images/banner.png">
</div>

Find the image here given :




Save the given code below with name footer.php this file is used for the header image of the online admission project.


</br>
<div style="margin:auto;width:850px;border-color:#98bf21;height:125px;" align="left">
    <img src="images/footer.png">
</div>

Footer Image Find Here :


0 Comments:

Post a Comment