I don't understand, if the html code looks like this:
<input type="hidden" value="123">
What would be the equivalent code in xml? I'm new to xml and I'm struggling with this element, if in html it uses type="hidden" and value="123" then how is that represented in xml? How do you implement type="hidden" and value="123" in xml?
Appreciate any help.