RGB Web Tech

RGB Web Tech

Identify the mistake in this HTML code : < html >< head >< title > My Page < /title >< body >< p > Welcome to my page < /p >< /body >< /head >< /html >

a). Misplaced < title > tag

b). Missing < body > tag

c). Incorrect closing order of tags

d). Extra < head > tag

Answer : Incorrect closing order of tags

Explanation :The closing order of the tags is incorrect. The correct order should be < /body >< /head >< /html >. The < /body > tag should close before the < /head > tag.

If our MCQs have been helpful to you, we would truly appreciate it if you could share them on your social media. Sharing is caring, and your support motivates us to keep delivering valuable content. Thank you for your kindness!

Last updated on January 01, 2025 by RGB Web Tech

Written by RGB Web Tech

Multiple Choice Questions

Comprehensive MCQ collection covering diverse topics such as PHP, Python, Ruby, Rust, Java, Android, iOS, Flutter, Big Data, AI, Machine Learning, Cyber Security, Digital Marketing, and more. Enhance your skills with quizzes on programming, data science, app development, CMS, robotics, design tools, and software testing.

"Knowledge is power, and MCQs are the key to unlock it."