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