HTML CODING(FRONT PAGE OF THE FORM)

<html>
<head><title>student entry form</title></head>
<body  style="background:url(https://images3.alphacoders.com/606/606500.jpg); background-size:100% 120%;"><center>
{% load static %}
<img src="{% static "sidd.png" %}" alt="My image" heinght="200" width="220">
<h1 style="color:maroon">KENDRIYA VIDYALAYA</h1>
            <b style="color:maroon"> COD CHHEOKI PRAYAGRAJ</b> <br> <br>
      {% csrf_token %}
<a href="http://127.0.0.1:8000/7">
<h3 style="color:white">CLICK HERE FOR THE BRIEF DETAIL ABOUT THE SUBJECTS FOR CLASS XI-XII</h3>
</a>
<a href="http://127.0.0.1:8000/3">
<h5 style="color:white">CLICK HERE TO FILL THE XI REGISTRATION FORM</h5>
</a>
</body>
</html>

Comments

Popular Posts