O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
<!DOCTYPE html> <html> <head> <title>My Department</title> </head> <body> <h2>Department of Computer Science</h2> <p> The Department of Computer Science focuses on providing quality education in the field of computing, programming, and information technology. The department aims to develop skilled professionals who can contribute to the IT industry and society. </p> <p> Our department offers both theoretical knowledge and practical exposure through labs, projects, and industry-oriented training programs. </p> <h3>Courses Offered:</h3> <ul> <li>Computer Fundamentals</li> <li>Programming in C, C++, and Python</li> <li>Web Development</li> <li>Database Management Systems</li> <li>Operating Systems</li> </ul> <h3>Department Facilities:</h3> <ol> <li>Well-equipped Computer Labs</li> <li>Experienced Faculty Members</li> <li>High-speed Internet Access</li> <li>Project and Research Guidance</li> </ol> </body> </html>
▶ Run Code
🖥 Output: