MCQ
What is HTML best described as?
Unit-3 Programming Fundamentals
A
A programming language
B
A markup language
C
A scripting language
D
A query language
Explanation
HTML is a markup language that uses tags to structure and describe content.
Related MCQs
Which attribute merges two or more rows in an HTML table?
Unit-3 Programming Fundamentals
View
What does CSS stand for?
Unit-3 Programming Fundamentals
View
What is the main difference between the <b> and <strong> tags?
Unit-3 Programming Fundamentals
View
What is the purpose of the alt attribute in the <img> tag?
Unit-3 Programming Fundamentals
View
Which loop condition correctly prints the numbers 1 to 10 using a for loop?
Unit-3 Programming Fundamentals
View
Which of the following correctly accesses the first element of an array named fruits?
Unit-3 Programming Fundamentals
View