Skip to content

Instantly share code, notes, and snippets.

50 MCQs on HTML, XML, and DHTML (Class 12 Board Exam-Oriented)

Questions

  1. Which tag is used to create a hyperlink in HTML?
    a) <link>
    b) <a>
    c) <href>
    d) <hyper>

XML Class 11 & 12 – MCQs and Subjective Questions

📘 Part 1: Multiple Choice Questions (MCQs)

✅ Choose the correct answer:

  1. What does XML stand for?
    • A. Extensible Markup Language
    • B. Extra Markup Language
    • C. Example Markup Language

Object-Oriented Programming Concepts in Java (Class 12 IT)

1. Main Principles of OOP

a. Encapsulation

Encapsulation means binding data and methods that operate on the data into a single unit (class). It helps protect data from unauthorized access.

class Student {