Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Заголовок документа</title> <style> .font { font: italic normal bold 1em/140% "Lucida Grande", sans-serif;} </style> </head> <body> <h2>Пример свойства font</h2> <p>Нормальный параграф.</p> <p class="font">Параграф с указанным значением шрифта.</p> </body> </html>