HTML/CSS/Basic Tags — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
м (1 версия)
 
(нет различий)

Версия 12:21, 26 мая 2010

"font" Example

   <source lang="html4strict">
   

<html> <head> <title>font element example</title> </head> <body>

   
   This element is an inline element.
   
   
This fontwill appear in Times.
Courier New. size and color color

</body> </html>


     </source>