IT Study
Section-one-quizTheory VaultFree NotesSubjectiveOne LineSyllabusPast PapersMCQ PracticeInstitutes
0 day streakSign in

Exam prep that stays consistent

IT Study

Daily practice space for computer operator and IT-focused exams. Build streaks, revise key topics, and keep your momentum.

Navigation

  • Section-one-quiz
  • Theory Vault
  • Free Notes
  • Subjective
  • One Line
  • Syllabus
  • Past Papers
  • MCQ Practice
  • Institutes

Resources

  • Practice Mistakes

Tools

  • Vacancy Updates

Copyright 2026 IT Study. All rights reserved.

Weekly activity map shows your real consistency.

Home/Past Papers/Janak Education Materials Centre IT Exam – 2082/Question 16
View complete paper
Janak Education Materials Centre•2082 BS•Question 16 of 16

Create a HTML document (webpage) that contains structured form controls and layout elements.

10 marks

Question source

Exam year
2082 BS / 2025 AD
Level
Level 5
Paper
Technical – Subjective
Section
Section B: Web, Database & Governance (50 Marks)

Model answer

<!DOCTYPE html>
<html>
<head><title>Form</title></head>
<body>
  <form action="/submit">
    <input type="text" name="name">
    <input type="submit" value="Submit">
  </form>
</body>
</html>
Previous questionQuestion 15: What is Database Management System? What are the advantages of using Database Management System over traditional filing system? Describe the Structured Query Language statements for manipulating database objects.

Question 16 of 16 from Janak Education Materials Centre IT Exam – 2082

Open all questions