50 MCQs on HTML, XML, and DHTML (Class 12 Board Exam-Oriented) Questions 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: 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 {