HTML5: Как указать, для какого носителя или устройства оптимизирован целевой URL?
Перейти на страницу упражнения (область)
Решение:
HTML-код:
<!DOCTYPE html>
<html>
<head>
<title>How to specify what media or device the target URL is optimized for</title>
</head>
<body>
<img src="/w3r_images/html-area-element.png" alt="area example "
width="308" height="190" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="8,5,100,77" href="/mysql/mysql-
tutorials.php" media="print, handheld" target="_blank" alt="mysql tutorial">
<area shape="circle" coords="155,93,59" href="/php/php-home.php"
media="print, handheld" target="_blank" alt="php tutorial">
<area shape="rect" coords="197,136,306,188" href="/sql/sql-
tutorials.php" media="print, handheld" alt="sql tutorials">
</map>
</body>
</html>
Демонстрация в реальном времени:
См. Перо -rel-answer области пера w3resource ( @ w3resource ) на CodePen .
Поддерживаемый браузер
да | да | да | да | да |
Каков уровень сложности этого упражнения?
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code