This is where things can get tricky, especially if you do not know any HTML at all. However, don't panic. I'll give you some simple tips to get you going for most things,
First, I'd use this app; WebInspector. This will allow you to find elements within a web page just by tapping on them. Give it the website you wish to extract data from and go into Touch Inspector mode. Tap the area you want.
If an element has an id= field, say like <p id=“items”>, your CSS Query would be p#items - If the element has an ID field, replace the # with a . instead. You can use a combination if you need; <p id=“items” class=“left”> as p.left#items . Adding () at the end will get every instance of such tags.
This is a very basic walk down for now and more will be provided soon!
WikiD Instuctables is a not-for-profit venture by CommWi Projects. CommWi Projects or any person affiliated with, are not in any official way, affiliated, endorsed, sponsored or licensed by any of the software, hardware, companies or persons documented on this site. Please address any Copyright or IP concerns to myself so they may be dealt with appropriately. Content hosted on this site, unless otherwise stated, is provided under the license Attribution-ShareAlike 4.0 International (CC BY-SA 4.0).