MCQ
What does an HTML attribute provide?
Unit-3 Programming Fundamentals
A
Additional information about an element
B
A new web page
C
A JavaScript function
D
A database table
Explanation
Attributes provide extra information about an element, such as src, href, and alt.
Related MCQs
Which CSS property is used to change the background color of an element?
Unit-3 Programming Fundamentals
View
In JavaScript, what data type is the value 25?
Unit-3 Programming Fundamentals
View
Which syntax is used to write a comment in HTML?
Unit-3 Programming Fundamentals
View
What does the statement if (score >= 40) check?
Unit-3 Programming Fundamentals
View
Which is the correct way to link an external stylesheet named style.css?
Unit-3 Programming Fundamentals
View
What will be the value of y in the expression let y = (3 > 5) ? 10 : 20; ?
Unit-3 Programming Fundamentals
View