C-04-Q065mediumsingle_mcq
What is the correct convention for writing an attribute?
What is the correct convention for writing an attribute?
- a
<tag attribute_name="value"> - b
<tag value="attribute_name"> - c
<attribute_name tag="value"> - d
<tag="value" attribute_name>