WikiD Instructables

CSS Queries

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!

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies