базовые
иерархические
базовые фильтры
фильтр контента
фильтр видимости
<!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
id
"p0"
>Hello World!</
"p1"
>Привет Мир!</
"p2"
>To be or not to be?</
$(document).ready(function() {
$('#p1').css({'color': '#F00'});
});