English, asked by apurva87, 11 months ago

TOWN hindi meaning
town town Hindi meaning ​

Answers

Answered by BRAINLYBROZ
1

Answer:

शहर।।।।।।।।।।।।।।।।।।

form action="grade.php" method="post" id="quiz"&gt;</p><p>   ... questions here ...</p><p>&lt;/form&gt;</p><p></p><p>&lt;li&gt;</p><p></p><p>    &lt;h3&gt;CSS Stands for...&lt;/h3&gt;</p><p>    </p><p>    &lt;div&gt;</p><p>        &lt;input type="radio" name="question-1-answers" id="question-1-answers-A" value="A" /&gt;</p><p>        &lt;label for="question-1-answers-A"&gt;A) Computer Styled Sections &lt;/label&gt;</p><p>    &lt;/div&gt;</p><p>    </p><p>    &lt;div&gt;</p><p>        &lt;input type="radio" name="question-1-answers" id="question-1-answers-B" value="B" /&gt;</p><p>        &lt;label for="question-1-answers-B"&gt;B) Cascading Style Sheets&lt;/label&gt;</p><p>    &lt;/div&gt;</p><p>    </p><p>    &lt;div&gt;</p><p>        &lt;input type="radio" name="question-1-answers" id="question-1-answers-C" value="C" /&gt;</p><p>        &lt;label for="question-1-answers-C"&gt;C) Crazy Solid Shapes&lt;/label&gt;</p><p>    &lt;/div&gt;</p><p>    </p><p>    &lt;div&gt;</p><p>        &lt;input type="radio" name="question-1-answers" id="question-1-answers-D" value="D" /&gt;</p><p>        &lt;label for="question-1-answers-D"&gt;D) None of the above&lt;/label&gt;</p><p>    &lt;/div&gt;</p><p>&lt;input type="submit" value="Submit Quiz" /&gt;</p><p>In our grade.php file, we need to grab the values that have been POSTed, then we'll check each one and increment a number correct, and finally display a div showing the number of correct answers:</p><p></p><p>&lt;?php</p><p>    </p><p>    $answer1 = $_POST['question-1-answers'];</p><p>    $answer2 = $_POST['question-2-answers'];</p><p>    $answer3 = $_POST['question-3-answers'];</p><p>    $answer4 = $_POST['question-4-answers'];</p><p>    $answer5 = $_POST['question-5-answers'];</p><p></p><p>    $totalCorrect = 0;</p><p>    </p><p>    if ($answer1 == "B") { $totalCorrect++; }</p><p>    if ($answer2 == "A") { $totalCorrect++; }</p><p>    if ($answer3 == "C") { $totalCorrect++; }</p><p>    if ($answer4 == "D") { $totalCorrect++; }</p><p>    if ($answer5) { $totalCorrect++; }</p><p>    </p><p>    echo "&lt;div id='results'&gt;$totalCorrect / 5 correct&lt;/div&gt;";</p><p>    </p><p>?&gt;

Answered by kajal1712
6

Heya ❤

Meaning in hindi:

नगर

शहर ✔✅

Hope this helps you ☺

Follow me ✌

Plz mark my ans as brainliest ❣

Similar questions