H
Q. Every HTML element may have an ____________ attribute specified.
In HTML5, the itemscope attribute is used in Microdata API to define that an element and its children contain metadata for a specific item.
Example:
<div itemscope itemtype="https://schema.org/Person">
<span itemprop="name">John Doe</span>
</div>
Here, the div element defines a microdata item using itemscope, and itemtype specifies that it follows Schema.org's Person type.
Why Other Options Are Incorrect?
Final Answer:
✅ (C) itemscope
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. A HTML code is given below Fill in the blanks with appropriate option to get the output as below:
Q. Which of the following is not a difference between HTML and XHTML?
Q. Flac is supported by ___________.
Q. Which of the following protocols is not used on the Internet?
Q. Which one of the following is a type of lists that HTML supports?
Q. What is the language of the Web?
Q. Each cell of the table can be represented by using
Q. Symbol used at the beginning of the HREF text is
Discusssion
Login to discuss.