<!DOCTYPE html>
<html>
<head>
<title>Тренажер</title>
<style type="text/css" media="screen">
</style>
</head>
<body>
<p><strong>Задания для курса "Фундамент CSS. Основы и выборка элементов"</strong></p>
<p>1. Одним селектором сделайте все элементы li "первого списка" красным цветом.</p>
<p>2. Не добавляя нового селектора, а изменив существующий, сделайте все ссылки с классом red красным цветом.</p>
<p>3. Отключите написанные стили CSS с помощью комментариев и затем снова сделайте их активными.</p>
<p>4. Не удаляя стиль CSS из 1 задания сделайте все элементы li "первого списка" синим цветом.</p>
<p>5. Поменяйте цвет всех абзацев (элементы p) в документе на красный цвет напрямую к ним не обращаясь (не используя селектор тэгов p).</p>
<hr>
<p><strong>Рабочий образец</strong></p>
<p>Первый список</p>
<ul id="first">
<li>Элемент 1</li>
<li>Элемент 2</li>
<li>Элемент 3</li>
</ul>
<p>Второй список</p>
<ul id="second">
<li>Элемент 1</li>
<li>Элемент 2</li>
<li>Элемент 3</li>
</ul>
<div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has <a href="#" class="red">survived</a> not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s <a href="#">survived</a> with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of <a href="#" class="red">survived</a> Lorem Ipsum.</p>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
</div>
</body>
</html>
Чтобы оставить сообщение, зарегистрируйтесь/войдите на сайт через:
Email - зарегистрироваться / войти