HTML CODING(SECOND PAGE OF FORM)

<html>
<head>
  <title>Registration 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>
            <h2 style="color:cyan">CLASS XI REGISTRATION<br>(DETAIL ABOUT SELECTING THE SUBJECTS FOR CLASS XI-XII)</h2> <br>
<h3 style="color:white">Optional Subjects with Each Stream in CBSE</h3>
<h4 style="color:white">Optional Subjects with PCB (Medical Stream)</h4><br>
<p style="color:white">*Psychology<br>
*Home Science<br>
*Mathematics<br>
*Economics<br>
*Biotechnology<br>
*Fine Arts<br>
*Physical Education<br><br>
<h4 style="color:white">Optional Subjects with PCM (Non-Medical Stream)</h4><br>
<p style="color:white">*Biotechnology<br>
*Economics<br>
*Computer Science<br>
*Home Science<br>
*Fine Arts<br>
*Physical Education<br><br>
<h4 style="color:white">Optional Subjects with Commerce Stream</h4><br>
<p style="color:white">*Maths<br>
*Informatics Practices<br>
*Psychology<br>
*Fine Arts<br>
*Physical Education<br>
*Legal Studies<br><br>
<h4 style="color:white">ptional Subjects with Humanities Stream</h4><br>
<p style="color:white">*Economics<br>
*Psychology<br>
*Maths<br>
*Home Science<br>
*Legal Studies<br>
*Fine Arts<br>
*Physical Education<br>
*Media Studies<br>
<a href="http://127.0.0.1:8000/3">
<h1 style="color:maroon">CLICK HERE TO FILL THE FORM</h1><br><br><br>
<a href="http://127.0.0.1:8000/9">
<h1 style="color:maroon">back</h><br><br>
</a>
</body>

</html>

Comments

Popular Posts