The Wayback Machine - https://web.archive.org/web/20090605183326/http://cssmake.ru:80/component/content/article/2/29.html

font

( 0 - user rating )

Краткое описание свойства font

Устанавливает стили текста.

font - позволяет задать несколько атрибутов стиля текста. Порядок атрибутов может быть произвольным и в любом количестве.

Синтаксис:
p {font:font-style || font-variant || font-weight || font-size || line-height || font-family;}

Описание аргументов:

Значение по умолчанию

нет.

Обьектная модель:

[window.]document.getElementById("elementID").style.font


Пример использования атрибута font:
Листинг index.html:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Параметр font</title>
</head>
<body>
Error sit voluptatem <span style="font:14px Arial">assusantium</span> doloremque
laudantium, totam rem aperiam eaque ipsa quae
ab illo inventore
</body>
</html>
Результат:


Error sit voluptatem assusantium doloremque laudantium, totam rem aperiam eaque ipsa quae ab illo inventore

Добавить комментарий


Защитный код
Обновить

odnaknopka.ru/kolyan.cz
Morty Proxy This is a proxified and sanitized view of the page, visit original site.

Переводы


Selectutorial

Селекторы в действии

listutorial

Изображения для маркеров списка

статьи
Morty Proxy This is a proxified and sanitized view of the page, visit original site.