I am creating a smart contract, one in which I require the ability to read the contents of an HTML element (the price of something, an integer), and then confirm whether or not sufficient funds (in accordance with the integer stored within that element) have been transferred to my address. How do I read the contents of an element?