базовые
иерархические
базовые фильтры
фильтр контента
фильтр видимости
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
script
src
"https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"
></
</
body
p
>Hello World!</
>Привет Мир!</
id
"p0"
>To be or not to be?</
>Быть или не быт?</
>My name is Sergey</
>I live in Ukraine</
$(document).ready(function() {
$('#p0~p').css({'color': '#F00'});
});