Alert Box

February 22, 2016 Todor Vachev 0

Allright, so if you are on this page, you already saw the Alert Box and you already know what it is. It is a basic […]

Name

February 22, 2016 Todor Vachev 1

Name tags are very commonly used. They are very useful, and they can easily tell you what this particular element does or is about. Mostly […]

ID

February 22, 2016 Todor Vachev 0

ID is similar to Name and can be used on anything. It is used when you have to address a particular element in your CSS […]

XPath

February 22, 2016 Todor Vachev 0

XPath selector does not depend on some code that is specificly added to an element. XPath can be used on ANY element on the web […]

CSS Path

February 22, 2016 Todor Vachev 0

CSS Path selector does not depend on some code that is specificly added to an element. CSS Path can be used on ANY element on […]

Class Name

February 22, 2016 Todor Vachev 0

Here we will have a simple element that you will be able to select through a Class Name. But be careful when you use Class […]